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..0c158ffa8d0624383cda702c45d2c6a82c80901c 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/source/l/librosa/librosa-%{version}.tar.gz BuildArch: noarch Requires: python3-audioread @@ -98,5 +98,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 25 2025 zhangzeyang0718 - 0.11.0-1 +- Update to 0.11.0 + * Mon Dec 20 2021 Python_Bot - 0.8.1-1 - Package Init