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/librosa-0.9.2.tar.gz b/librosa-0.9.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4189f64a9af253b3851dea7dc91addcd543eb08f Binary files /dev/null and b/librosa-0.9.2.tar.gz differ diff --git a/python-librosa.spec b/python-librosa.spec index 764825520f16b7eb414e32ebf53d7c089ddb2391..a57bcfd02b84bbb47564a499c9ed0aa0a1af45e2 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.9.2 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/f1/01/e5935a1fffbc877c94d9ea2eeaabc6b5115e51e787ac46de83adff173475/librosa-0.9.2.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 @@ -98,5 +98,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 14 2022 Qiao Jijun - 0.9.2-1 +- Update to 0.9.2 + * Mon Dec 20 2021 Python_Bot - 0.8.1-1 - Package Init