From 21e8ac079351239b202a54f398e820acfb913b9b760b779b395e7ea7d99d36ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Mar 2019 18:15:33 +0000 Subject: [PATCH] Accepting request 684458 from home:mcepl:branches:devel:languages:python:numeric - Upgrade to 0.6.3: - This release contains a few minor bugfixes and many improvements to documentation and usability. - Also, SPEC file is run through spec-cleaner. OBS-URL: https://build.opensuse.org/request/show/684458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=5 --- librosa-0.6.2.tar.gz | 3 --- librosa-0.6.3.tar.gz | 3 +++ python-librosa.changes | 8 ++++++++ python-librosa.spec | 32 ++++++++++++++++---------------- 4 files changed, 27 insertions(+), 19 deletions(-) delete mode 100644 librosa-0.6.2.tar.gz create mode 100644 librosa-0.6.3.tar.gz diff --git a/librosa-0.6.2.tar.gz b/librosa-0.6.2.tar.gz deleted file mode 100644 index 53d1821..0000000 --- a/librosa-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aa868b8aade749b9904eeb7034fcf44115601c367969b6d01f5e1b4b9b6031d -size 1553825 diff --git a/librosa-0.6.3.tar.gz b/librosa-0.6.3.tar.gz new file mode 100644 index 0000000..f120b0a --- /dev/null +++ b/librosa-0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b332225ac29bfae1ba386deca2b6566271576de3ab17617ad0a71892c799b118 +size 1558956 diff --git a/python-librosa.changes b/python-librosa.changes index 18317da..cc44a26 100644 --- a/python-librosa.changes +++ b/python-librosa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 20 19:30:09 CET 2019 - Matej Cepl + +- Upgrade to 0.6.3: + - This release contains a few minor bugfixes and many + improvements to documentation and usability. +- Also, SPEC file is run through spec-cleaner. + ------------------------------------------------------------------- Fri Nov 2 04:48:42 UTC 2018 - Todd R diff --git a/python-librosa.spec b/python-librosa.spec index 5290b29..ca75961 100644 --- a/python-librosa.spec +++ b/python-librosa.spec @@ -1,7 +1,7 @@ # # spec file for package python-librosa # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,33 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-librosa -Version: 0.6.2 +Version: 0.6.3 Release: 0 -License: ISC Summary: Python module for audio and music processing -Url: http://github.com/librosa/librosa +License: ISC Group: Development/Languages/Python +URL: http://github.com/librosa/librosa Source0: https://files.pythonhosted.org/packages/source/l/librosa/librosa-%{version}.tar.gz Source10: https://raw.githubusercontent.com/librosa/librosa/%{version}/LICENSE.md BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-audioread >= 2.0.0 +Requires: python-decorator >= 3.0.0 +Requires: python-joblib >= 0.12 +Requires: python-numba >= 0.38.0 +Requires: python-numpy >= 1.8.0 +Requires: python-resampy >= 0.2.0 +Requires: python-scikit-learn >= 0.14.0 +Requires: python-scipy >= 0.14.0 +Requires: python-six >= 1.3 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module audioread >= 2.0.0} BuildRequires: %{python_module decorator >= 3.0.0} @@ -39,17 +50,6 @@ BuildRequires: %{python_module scikit-learn >= 0.14.0} BuildRequires: %{python_module scipy >= 0.14.0} BuildRequires: %{python_module six >= 1.3} # /SECTION -Requires: python-audioread >= 2.0.0 -Requires: python-decorator >= 3.0.0 -Requires: python-joblib >= 0.12 -Requires: python-numba >= 0.38.0 -Requires: python-numpy >= 1.8.0 -Requires: python-resampy >= 0.2.0 -Requires: python-scikit-learn >= 0.14.0 -Requires: python-scipy >= 0.14.0 -Requires: python-six >= 1.3 -BuildArch: noarch - %python_subpackages %description