Skip to content

Commit

Permalink
Merge pull request #6 from AnacondaRecipes/v6.0.2_update_rk
Browse files Browse the repository at this point in the history
Updating version, hash and doc url for 6.0.2
  • Loading branch information
ryanskeith authored Oct 13, 2022
2 parents 26b9ab9 + 40fafd0 commit b83f291
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "multidict" %}
{% set version = "5.2.0" %}
{% set sha256 = "0dd1c93edb444b33ba2274b66f63def8a327d607c6c790772f448a53b6ea59ce" %}
{% set version = "6.0.2" %}
{% set sha256 = "5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013" %}

package:
name: {{ name|lower }}
Expand All @@ -12,9 +12,9 @@ source:
sha256: {{ sha256 }}

build:
number: 3
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
skip: true # [py<36]
skip: true # [py<37]

requirements:
build:
Expand All @@ -33,7 +33,9 @@ test:
- tests
requires:
- pytest
- pip
commands:
- pip check
- py.test tests

about:
Expand All @@ -46,7 +48,7 @@ about:

description: |
Multidicts are useful for working with HTTP headers, URL query args etc.
doc_url: https://multidict.readthedocs.io/
doc_url: https://multidict.aio-libs.org/
dev_url: https://github.com/aio-libs/multidict
doc_source_url: https://github.com/aio-libs/multidict/tree/master/docs

Expand Down

0 comments on commit b83f291

Please sign in to comment.