15
0

- update to 3.0.1:

* Fix a possible deadlock when FFmpeg's version output produces too
    much data.
- update to v3.0.0
  * Work correctly with GStreamer 1.18 and later (thanks to @ssssam)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=23
This commit is contained in:
2023-12-07 20:53:37 +00:00
committed by Git OBS Bridge
parent 00fc41a932
commit d4f8698c1f
4 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Thu Dec 7 20:53:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.1:
* Fix a possible deadlock when FFmpeg's version output produces too
much data.
-------------------------------------------------------------------
Fri Sep 23 02:28:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to v3.0.0
- 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
@@ -24,7 +31,7 @@ Thu Dec 9 12:39:52 UTC 2021 - pgajdos@suse.com
Mon Mar 8 22:34:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.1.9:
* Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
* Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
-------------------------------------------------------------------
Wed Jul 31 08:47:01 UTC 2019 - pgajdos@suse.com