Skip to content

Commit

Permalink
crowsetta v5.1.0 (#9)
Browse files Browse the repository at this point in the history
* updated v5.1.0

* MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.1, and conda-forge-pinning 2024.10.12.13.15.35

* Put temp upper bound on pip < 24.2 for test step

---------

Co-authored-by: David Nicholson <NickleDave@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and NickleDave authored Oct 16, 2024
1 parent 969719b commit 8e8377c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .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.

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "crowsetta" %}
{% set version = "5.0.3" %}
{% set version = "5.1.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/crowsetta-{{ version }}.tar.gz
sha256: 52c42c61d314e0279f69fa00789a2937d503350e6acaba63e80b4200346684a9
sha256: dec216936b19e89773f9386d131027ba405b517d3f99fb11b665f74b589c67e0

build:
number: 0
Expand Down Expand Up @@ -37,7 +37,9 @@ test:
commands:
- pip check
requires:
- pip
# place temporary upper bound on pip so pip check does not fail on soundfile
# see https://github.com/conda-forge/pysoundfile-feedstock/issues/22
- pip <24.2

about:
home: https://pypi.org/project/crowsetta/
Expand Down

0 comments on commit 8e8377c

Please sign in to comment.