18
0

17 Commits

Author SHA256 Message Date
19f59839d5 Accepting request 1318211 from home:glaubitz:branches:devel:languages:python
- Update to 3.1.0
  * add support for os.PathLike filenames in macca.py
  * Version bump/changelog: 3.0.2
  * include license in pyproject.toml
  * Modernize package setup
  * Add release workflow
  * Increment version to 3.1.0a1
  * Try using proper pypi repo
  * Remove legacy url
  * Add standard-aifc and standard-sunau as dependencies for python
    3.13 and above. Python core removed these modules in 3.13 as part
    of PEP-594. The standard-* modules are forks of the modules that
    had previously been in the python core. Fixes #144
  * run tests on python 3.12 and 3.13
  * Increment version to 3.1.0
- Drop support-python-313.patch, merged upstream
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1318211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=33
2025-11-17 15:12:03 +00:00
3423d11f67 - Drop patch no-removed-formats.patch, it was a terrible idea.
- Add patch support-python-313.patch:
  * Add two external module depends for Python 3.13+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=31
2024-12-12 03:15:34 +00:00
8440908713 - Add patch no-removed-formats.patch:
* Only use the rawread backend for Python 3.12 and below.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=29
2024-11-26 04:13:06 +00:00
90eb73cd1d Accepting request 1206561 from home:dimstar:Factory
- 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/request/show/1206561
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
83ac3ad772 - 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
3ac41d6b42 - 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
d431d483f1 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
c05490db4b 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
6e5d39e209 - 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
Tomáš Chvátal
1b23c69a2d 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
Tomáš Chvátal
8eb342e8e8 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
20b61e961a 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
Todd R
8823fb9368 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
95ac00a961 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
b3c6d807b4 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
09289eea4f 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
f6031fb4d6 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