Skip to content

Commit

Permalink
updated v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Apr 3, 2020
1 parent 7fefd94 commit 7af7181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1" %}
{% set version = "1.1.2" %}

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

build:
number: 1
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
entry_points:
- flask = flask.cli:main
noarch: python
Expand Down

0 comments on commit 7af7181

Please sign in to comment.