Skip to content

Commit

Permalink
Merge pull request #75 from regro-cf-autotick-bot/6.7.0_h119c67
Browse files Browse the repository at this point in the history
apispec v6.7.0
  • Loading branch information
xylar authored Oct 22, 2024
2 parents 5c8738e + cceddc3 commit 7221b97
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 25 deletions.
9 changes: 1 addition & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{% set name = "apispec" %}
{% set version = "6.6.1" %}
{% set version = "6.7.0" %}

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

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

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.8
- python >=3.9
- flit-core <4
- pip
run:
- python >=3.8
- python >=3.9
- packaging >=21.3
# yaml extra:
- pyyaml >=3.10
Expand Down

0 comments on commit 7221b97

Please sign in to comment.