diff --git a/audioread-2.1.9.tar.gz b/audioread-2.1.9.tar.gz deleted file mode 100644 index 357b073baf36d7e2c85f66f2ebb5724daa837cf4..0000000000000000000000000000000000000000 Binary files a/audioread-2.1.9.tar.gz and /dev/null differ diff --git a/audioread-3.0.0.tar.gz b/audioread-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1b1c35a2dd08598b66bbc373c139afed2cbd35e4 Binary files /dev/null and b/audioread-3.0.0.tar.gz differ diff --git a/python-audioread.spec b/python-audioread.spec index b44bcac92fb6c31ab676635e715e2311cbec9e7d..c0bc2a1c5b84921ac863e757c7bf8f8e5a204e65 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-audioread -Version: 2.1.9 +Version: 3.0.0 Release: 1 Summary: multi-library, cross-platform audio decoding License: MIT URL: https://github.com/sampsyo/audioread -Source0: https://files.pythonhosted.org/packages/b3/d1/e324634c5867a668774d6fe233a83228da4ba16521e19059c15df899737d/audioread-2.1.9.tar.gz +Source0: https://files.pythonhosted.org/packages/5d/cb/82a002441902dccbe427406785db07af10182245ee639ea9f4d92907c923/audioread-3.0.0.tar.gz BuildArch: noarch @@ -21,20 +21,36 @@ currently supports: %package -n python3-audioread Summary: multi-library, cross-platform audio decoding -Provides: python-audioread +Provides: python-audioread = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-audioread -Decode audio files using whichever backend is available. +Decode audio files using whichever backend is available. The library +currently supports: +- `Gstreamer`_ via `PyGObject`_. +- `Core Audio`_ on Mac OS X via `ctypes`_. (PyObjC not required.) +- `MAD`_ via the `pymad`_ bindings. +- `FFmpeg`_ or `Libav`_ via its command-line interface. +- The standard library `wave`_, `aifc`_, and `sunau`_ modules (for + uncompressed audio formats). %package help Summary: Development documents and examples for audioread Provides: python3-audioread-doc + %description help -Decode audio files using whichever backend is available. +Decode audio files using whichever backend is available. The library +currently supports: +- `Gstreamer`_ via `PyGObject`_. +- `Core Audio`_ on Mac OS X via `ctypes`_. (PyObjC not required.) +- `MAD`_ via the `pymad`_ bindings. +- `FFmpeg`_ or `Libav`_ via its command-line interface. +- The standard library `wave`_, `aifc`_, and `sunau`_ modules (for + uncompressed audio formats). %prep -%autosetup -n audioread-2.1.9 +%autosetup -n audioread-%{version} %build %py3_build @@ -74,8 +90,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 14 2022 wangjunqi - 3.0.0-1 +- Update package to version 3.0.0 + * Fri Jul 23 2021 Xu Jin - 2.1.9-1 - Update package to 2.1.9 * Sat Jul 18 2020 Python_Bot - Package Spec generated +