From 88afe26ebd48251c27f8b9dc716b62c1c2855325d88e4c2e61f52e8e62be8b0d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 25 Sep 2023 01:22:49 +0000 Subject: [PATCH] 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 --- python-librosa.changes | 6 ++++++ python-librosa.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-librosa.changes b/python-librosa.changes index 66cca5a..9718072 100644 --- a/python-librosa.changes +++ b/python-librosa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 24 17:38:22 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-librosa.spec b/python-librosa.spec index 4b2b229..ee0a34e 100644 --- a/python-librosa.spec +++ b/python-librosa.spec @@ -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}