diff --git a/audioread-3.0.1.tar.gz b/audioread-3.0.1.tar.gz deleted file mode 100644 index ed9878beff5fa6313b687e541c4490dcf15b7cef..0000000000000000000000000000000000000000 Binary files a/audioread-3.0.1.tar.gz and /dev/null differ diff --git a/audioread-3.1.0.tar.gz b/audioread-3.1.0.tar.gz new file mode 100755 index 0000000000000000000000000000000000000000..9b8e697eef458ee7409260c5ae9c6ea2ea43ecc6 Binary files /dev/null and b/audioread-3.1.0.tar.gz differ diff --git a/python-audioread.spec b/python-audioread.spec index 9be85b83aee3c0ea46a99d7cb8bb741625beccbd..b9c6eed71bdbeedfc8ba32247093de901d9dd812 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-audioread -Version: 3.0.1 +Version: 3.1.0 Release: 1 Summary: multi-library, cross-platform audio decoding License: MIT URL: https://github.com/sampsyo/audioread -Source0: https://files.pythonhosted.org/packages/db/d2/87016ca9f083acadffb2d8da59bfa3253e4da7eeb9f71fb8e7708dc97ecd/audioread-3.0.1.tar.gz +Source0: %{url}/archive/v%{version}/audioread-%{version}.tar.gz BuildArch: noarch @@ -26,6 +26,7 @@ BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-flit +BuildRequires: python3-poetry-core %description -n python3-audioread Decode audio files using whichever backend is available. The library @@ -71,6 +72,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Dec 03 2025 liutao - 3.1.0-1 +- Update package to version 3.1.0 +- add support for os.PathLike filenames in macca.py +- Remove legacy url + * Tue Nov 14 2023 jiangxinyu - 3.0.1-1 - Update package to version 3.0.1