diff --git a/librosa-0.11.0.tar.gz b/librosa-0.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1af33272abe2d630d3bd010e962b090dc799e1e1 Binary files /dev/null and b/librosa-0.11.0.tar.gz differ diff --git a/librosa-0.8.1.tar.gz b/librosa-0.8.1.tar.gz deleted file mode 100644 index 91a3822e03337d126b6d963dbee6f458ce0e6972..0000000000000000000000000000000000000000 Binary files a/librosa-0.8.1.tar.gz and /dev/null differ diff --git a/python-librosa.spec b/python-librosa.spec index 764825520f16b7eb414e32ebf53d7c089ddb2391..f25b49b9404e328279dbfe51f4c6fda27c7b43d6 100644 --- a/python-librosa.spec +++ b/python-librosa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-librosa -Version: 0.8.1 +Version: 0.11.0 Release: 1 Summary: Python module for audio and music processing License: ISC URL: https://librosa.org -Source0: https://files.pythonhosted.org/packages/83/e2/e5f0c986085f2b148962e4d5b2a7aafbba0f0f11bd6cf24e405fb63a5287/librosa-0.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/83/e2/e5f0c986085f2b148962e4d5b2a7aafbba0f0f11bd6cf24e405fb63a5287/librosa-%{version}.tar.gz BuildArch: noarch Requires: python3-audioread @@ -58,7 +58,7 @@ librosa is a python package for music and audio analysis. It provides the buildi blocks necessary to create music information retrieval systems. %prep -%autosetup -n librosa-0.8.1 +%autosetup -n librosa-%{version} %build %py3_build