Accepting request 1113291 from home:bnavigator:branches:devel:languages:python:numeric

- Remove pooch upper pin, upstream removed it already for last
  version (gh#librosa/librosa#1727)

OBS-URL: https://build.opensuse.org/request/show/1113291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=35
This commit is contained in:
2023-09-25 01:22:49 +00:00
committed by Git OBS Bridge
parent 521a3cf778
commit 4170ed9661
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 24 17:38:22 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Remove pooch upper pin, upstream removed it already for last
version (gh#librosa/librosa#1727)
-------------------------------------------------------------------
Sun Aug 20 16:24:41 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -40,7 +40,7 @@ BuildRequires: %{python_module msgpack >= 1.0}
BuildRequires: %{python_module numba >= 0.51.0}
BuildRequires: %{python_module numpy >= 1.22.3}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pooch >= 1.0 with %python-pooch < 1.7}
BuildRequires: %{python_module pooch >= 1.0}
BuildRequires: %{python_module scikit-learn >= 0.20.0}
BuildRequires: %{python_module scipy >= 1.2.0}
BuildRequires: %{python_module setuptools}
@@ -57,11 +57,11 @@ Requires: python-lazy_loader >= 0.1
Requires: python-msgpack >= 1.0
Requires: python-numba >= 0.51.0
Requires: python-numpy >= 1.22.3
Requires: python-pooch >= 1.0
Requires: python-scikit-learn >= 0.20.0
Requires: python-scipy >= 1.2.0
Requires: python-soxr >= 0.3.2
Requires: python-typing_extensions >= 4.1.1
Requires: (python-pooch >= 1.0 with python-pooch < 1.7)
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module matplotlib >= 3.3.0}