- 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
OBS-URL: https://build.opensuse.org/request/show/1005510
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=21
- 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
@RyanMarcus and @ssssam).
* The maddec backend now always produces bytes objects, like the other
backends (thanks to @ssssam).
* Resolve an audio data memory leak in the GStreamer backend (thanks again to
@ssssam).
* You can now optionally specify which specific backends ``audio_open`` should
try (thanks once again to @ssssam).
- deleted patches
- 0001-maddec-Ensure-that-the-audio-blocks-are-of-type-bytes.patch (upstreamed)
- deleted sources
- LICENSE (not needed)
OBS-URL: https://build.opensuse.org/request/show/720007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=16