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
This commit is contained in:
Matej Cepl 2019-03-12 18:15:33 +00:00 committed by Git OBS Bridge
parent 3267370d48
commit 21e8ac0793
4 changed files with 27 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2aa868b8aade749b9904eeb7034fcf44115601c367969b6d01f5e1b4b9b6031d
size 1553825

3
librosa-0.6.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b332225ac29bfae1ba386deca2b6566271576de3ab17617ad0a71892c799b118
size 1558956

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 20 19:30:09 CET 2019 - Matej Cepl <mcepl@suse.com>
- 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 <toddrme2178@gmail.com>

View File

@ -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