29 Commits

Author SHA256 Message Date
Ana Guerrero
6cb8df143f Accepting request 1206573 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=12
2024-10-09 20:14:11 +00:00
f8490a6190 - Use the distro default ffmpeg version:
+ BuildRequire %ffmpeg_pref instead of ffmpeg-5.
  + BuildConflict %{ffmpeg_pref}-mini-libs: we need to have the
    decoders available in order to pass the test suite.
  + Recommend /usr/bin/ffmpeg instead of ffmpeg-5: the python
    library interacts via the ffmpeg binary.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=27
2024-10-09 17:21:41 +00:00
Ana Guerrero
fe272efcc7 Accepting request 1164243 from devel:languages:python
- No more greedy globs in %files.
- Switch back to ffmpeg 5.
- Actually run fdupes.

OBS-URL: https://build.opensuse.org/request/show/1164243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=11
2024-04-03 15:20:25 +00:00
Steve Kowalik
53bafd2d36 - No more greedy globs in %files.
- Switch back to ffmpeg 5.
- Actually run fdupes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=25
2024-04-02 23:45:22 +00:00
Ana Guerrero
f41938936e Accepting request 1131695 from devel:languages:python
- 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/request/show/1131695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=10
2023-12-08 21:31:48 +00:00
d4f8698c1f - 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
2023-12-07 20:53:37 +00:00
Dominique Leuenberger
389896b6d3 Accepting request 1005608 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=9
2022-09-25 13:34:50 +00:00
00fc41a932 Accepting request 1005510 from home:yarunachalam:branches:devel:languages:python
- 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
2022-09-23 11:29:15 +00:00
Dominique Leuenberger
32738cfd85 Accepting request 938245 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/938245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=8
2021-12-09 18:46:01 +00:00
26288ddb0b Accepting request 937785 from home:pgajdos:python
- pytest-runner is not required for build

OBS-URL: https://build.opensuse.org/request/show/937785
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=20
2021-12-09 16:55:09 +00:00
Dominique Leuenberger
8760074960 Accepting request 877828 from devel:languages:python
- update to 2.1.9:
  * Work correctly with GStreamer 1.18 and later (thanks to @ssssam)

OBS-URL: https://build.opensuse.org/request/show/877828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=7
2021-03-10 07:56:54 +00:00
4dc30d693e - update to 2.1.9:
* 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=18
2021-03-08 22:35:09 +00:00
Dominique Leuenberger
9acff2ce60 Accepting request 720014 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/720014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=6
2019-07-31 12:36:42 +00:00
Tomáš Chvátal
b58c92f8d4 Accepting request 720007 from home:pgajdos
- 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
2019-07-31 09:19:16 +00:00
Dominique Leuenberger
e0cebdfa6e Accepting request 678953 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/678953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=5
2019-02-26 21:20:06 +00:00
Tomáš Chvátal
9af53bd197 Accepting request 678946 from home:alarrosa:branches:devel:languages:python
- 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).

- Update to 2.1.5

OBS-URL: https://build.opensuse.org/request/show/678946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=14
2019-02-25 15:19:27 +00:00
Dominique Leuenberger
57b363ac8a Accepting request 655589 from devel:languages:python
- Remove superfluous devel dependency for noarch package
- Add missing BR

OBS-URL: https://build.opensuse.org/request/show/655589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=4
2018-12-12 16:26:39 +00:00
96335f2059 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=12 2018-12-06 11:20:10 +00:00
228bfe9c6a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=11
2018-12-04 13:14:38 +00:00
Dominique Leuenberger
03e6da314e Accepting request 646456 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/646456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=3
2018-11-15 11:38:41 +00:00
Todd R
df57707814 Accepting request 646454 from home:TheBlackCat:branches:devel:languages:python
- Update to 2.1.6
  * Fix a "no such process" crash in the FFmpeg backend on Windows Subsystem for Linux (thanks to @llamasoft).
  * Avoid suppressing SIGINT in the GStreamer backend on older versions of PyGObject (thanks to @lazka).
- Recommend dependencies needed for full functionality.
- Include license file

OBS-URL: https://build.opensuse.org/request/show/646454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=9
2018-11-05 16:05:55 +00:00
Todd R
831d2a1581 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=8 2018-11-03 03:04:42 +00:00
Todd R
fe4629ff6f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=7 2018-11-03 02:49:50 +00:00
Dominique Leuenberger
95713f39ea Accepting request 529152 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/529152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=2
2017-09-29 09:57:15 +00:00
9031b39e99 Accepting request 529127 from home:alarrosa:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/529127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=5
2017-09-28 16:06:23 +00:00
Dominique Leuenberger
b9f9a72e54 Accepting request 516018 from devel:languages:python
Replaced python3-audioread, which is already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/516018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=1
2017-08-24 16:50:52 +00:00
Thomas Bechtold
ed0c23d094 Accepting request 516581 from home:jengelh:branches:devel:languages:python
- Trim author list and redundant license info. Improve summary.

Trim trailing whitespace

OBS-URL: https://build.opensuse.org/request/show/516581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=3
2017-08-13 06:18:35 +00:00
Todd R
3e022d96f1 Accepting request 490166 from home:alarrosa:branches:devel:languages:python
- Use singlespec macros

OBS-URL: https://build.opensuse.org/request/show/490166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=2
2017-04-24 14:58:57 +00:00
Thomas Bechtold
378eb80332 Accepting request 454958 from home:alarrosa:branches:devel:languages:python
New package python-audioread

OBS-URL: https://build.opensuse.org/request/show/454958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=1
2017-02-06 13:14:48 +00:00