Changelog for
python310-audioread-3.0.1-2.1.noarch.rpm :
* Tue Apr 02 2024 Steve Kowalik
- No more greedy globs in %files.- Switch back to ffmpeg 5.- Actually run fdupes.
* Thu Dec 07 2023 Dirk Müller - update to 3.0.1:
* Fix a possible deadlock when FFmpeg\'s version output produces too much data.
* Fri Sep 23 2022 Yogalakshmi Arunachalam - update to v3.0.0
* Merge pull request #114 from Bomme/py36
* remove .travis.yml since we have GitHub actions now
* install ffmpeg in github action
* add a GitHub actions workflow for python tox tests
* remove deprecated pytest-runner (fully rely on tox instead)
* remove python 2 specific code in gstdec.py
* reorganize imports; remove python 2 specific imports
* remove python 2.7 from travis.yml
* add python_requires to setup.py
* remove mention of Python 2 from README.rst
* Only list python > 3.6 in setup.py and tox.ini
* automatic pyupgrade rewrite
* Thu Dec 09 2021 pgajdosAATTsuse.com- pytest-runner is not required for build
* Mon Mar 08 2021 Dirk Müller - update to 2.1.9:
* Work correctly with GStreamer 1.18 and later (thanks to AATTssssam)
* Wed Jul 31 2019 pgajdosAATTsuse.com- version update to 2.1.8
* Fix an unhandled ``OSError`` when FFmpeg is not installed.
* Properly close some filehandles in the FFmpeg backend (thanks to AATTRyanMarcus and AATTssssam).
* The maddec backend now always produces bytes objects, like the other backends (thanks to AATTssssam).
* Resolve an audio data memory leak in the GStreamer backend (thanks again to AATTssssam).
* You can now optionally specify which specific backends ``audio_open`` should try (thanks once again to AATTssssam).- deleted patches - 0001-maddec-Ensure-that-the-audio-blocks-are-of-type-bytes.patch (upstreamed)- deleted sources - LICENSE (not needed)
* Mon Feb 25 2019 Antonio Larrosa - Add 0001-maddec-Ensure-that-the-audio-blocks-are-of-type-bytes.patch to ensure audio blocks are always of type bytes (and not sometimes bytearray when using maddec).
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sat Nov 03 2018 Todd R - Update to 2.1.6
* Fix a \"no such process\" crash in the FFmpeg backend on Windows Subsystem for Linux (thanks to AATTllamasoft).
* Avoid suppressing SIGINT in the GStreamer backend on older versions of PyGObject (thanks to AATTlazka).- Recommend dependencies needed for full functionality.- Include license file
* Thu Sep 28 2017 alarrosaAATTsuse.com- Update to 2.1.5
* Properly clean up the file handle when a backend fails to decode a file.
* Fix parsing of \"N.M\" channel counts in the FFmpeg backend.
* Avoid a crash in the raw backend when a file uses an unsupported number of bits per sample (namely, 24-bit samples in Python < 3.4).
* Add a __version__ value to the package.