Skip to content

Commit

Permalink
Update validators to 0.12.2 (#11672)
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse authored and bgruening committed Oct 29, 2018
1 parent 71b037d commit f8186e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/validators/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set version = "0.12.1" %}
{% set sha256 = "79855e18710be5d8ba5e0c16086d76f230af11df2b8341b64995b42153c7f204" %}
{% set version = "0.12.2" %}
{% set sha256 = "172ac45f7d1944ce4beca3c5c53ca7c83e9759e39fd3fedc1cf28e2130268706" %}

package:
name: validators
version: '{{version}}'

source:
url: https://pypi.python.org/packages/source/v/validators/validators-{{version}}.tar.gz
sha256: 79855e18710be5d8ba5e0c16086d76f230af11df2b8341b64995b42153c7f204
sha256: 172ac45f7d1944ce4beca3c5c53ca7c83e9759e39fd3fedc1cf28e2130268706

build:
noarch: python
script: python -m pip install --no-deps --ignore-installed .
number: 2
number: 0

requirements:
host:
Expand Down

0 comments on commit f8186e0

Please sign in to comment.