Skip to content

Commit

Permalink
Update to 1.1.3 (on 1.1.x branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Dec 2, 2021
1 parent 2140f0e commit 79c72c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "Flask" %}
{% set version = "1.1.2" %}
{% set version = "1.1.3" %}

package:
name: {{ name|lower }}
Expand All @@ -8,7 +8,7 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
sha256: 56513a61e2b953dce9c0a1680886a72e169afe13fe6341ac2cdab82426ea1586

build:
number: 0
Expand All @@ -19,16 +19,16 @@ build:

requirements:
host:
- python
- python >=3.7
- pip
- setuptools

run:
- python
- click >=5.1
- itsdangerous >=0.24
- jinja2 >=2.10.1
- werkzeug >=0.15
- python >=3.7
- click >=5.1,<8.0
- itsdangerous >=0.24,<2.0
- jinja2 >=2.10.1,<3.0
- werkzeug >=0.15,<2.0

test:
imports:
Expand All @@ -40,7 +40,7 @@ test:

about:
home: http://flask.pocoo.org
license: BSD 3-Clause
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.rst
summary: A microframework based on Werkzeug, Jinja2 and good intentions.
Expand Down

0 comments on commit 79c72c5

Please sign in to comment.