From 99bb4ed6d8b4899b8107f287c64d08b8cc6adb3c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:40:30 +0000 Subject: [PATCH 1/3] updated v0.10.1 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 05141b8..1cf27a4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "0.10.0" %} -{% set hash_val = "989258965797d70420337cf0bcdbbc7f" %} +{% set version = "0.10.1" %} +{% set hash_val = "a5060a34cb7f032d45f88a302fced076" %} package: name: librosa @@ -12,7 +12,7 @@ source: build: noarch: python - number: 2 + number: 0 script: {{ PYTHON }} -m pip install . --no-deps -vv requirements: From 545e3bf8ec969691b0971642917ec5e021c33335 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:40:40 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.16.14.21.17 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | From 794e80b64a79becc84e86401c0304f9b42085702 Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Wed, 16 Aug 2023 13:54:16 -0400 Subject: [PATCH 3/3] Remove upper version pin on pooch --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1cf27a4..d3b7492 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,7 +33,7 @@ requirements: - decorator >=4.3.0 - numba >=0.51.0 - pysoundfile >=0.12.1 - - pooch >=1.0, <1.7 + - pooch >=1.0 - packaging >=20.0 - soxr-python >=0.3.2 - lazy_loader >=0.1