Skip to content

Commit

Permalink
apispec v6.4.0 (#71)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 10, 2024
2 parents 16ce2cd + 3eed83e commit 5edd7fb
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,13 +1,13 @@
{% set name = "apispec" %}
{% set version = "6.3.1" %}
{% set version = "6.4.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/apispec-{{ version }}.tar.gz
sha256: b38e4479916d43f2b1e88ce15fc2fae93adf2e8d55cb59ec74ac66a827941483
sha256: 42b8a6833cf154c9dbd22d006b56bf9c49c972d32d24fe716fd734e0f6b739b8

build:
noarch: python
Expand All @@ -16,10 +16,10 @@ build:

requirements:
host:
- python >=3.7
- python >=3.8
- pip
run:
- python >=3.7
- python >=3.8
- packaging >=21.3
# yaml extra:
- pyyaml >=3.10
Expand Down

0 comments on commit 5edd7fb

Please sign in to comment.