Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-audioread-3.0.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-audioread Distribution: openSUSE:Factory:zSystems
Version: 3.0.1 Vendor: openSUSE
Release: 1.1 Build date: Sat Dec 9 21:59:01 2023
Group: Development/Languages/Python Build host: s390zl23
Size: 197334 Source RPM: python-audioread-3.0.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/beetbox/audioread
Summary: Wrapper for audio decoding via selectable backends
Decode audio files using whichever backend is available. The library
currently supports:

- Gstreamer via PyGObject.
- MAD via the pymad bindings.
- FFmpeg or Libav via its command-line interface.
- The standard library wave, aifc, and sunau modules (for
  uncompressed audio formats).

Provides

Requires

License

MIT

Changelog

* Thu Dec 07 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 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - 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 pgajdos@suse.com
  - pytest-runner is not required for build
* Mon Mar 08 2021 Dirk Müller <dmueller@suse.com>
  - update to 2.1.9:
    * Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
* Wed Jul 31 2019 pgajdos@suse.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
      @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)
* Mon Feb 25 2019 Antonio Larrosa <alarrosa@suse.com>
  - 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 <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Sat Nov 03 2018 Todd R <toddrme2178@gmail.com>
  - 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
* Thu Sep 28 2017 alarrosa@suse.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.
* Sat Aug 12 2017 jengelh@inai.de
  - Trim author list and redundant license info. Improve summary.

Files

/usr/lib/python3.11/site-packages/audioread
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info/LICENSE
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/audioread-3.0.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/audioread/__init__.py
/usr/lib/python3.11/site-packages/audioread/__pycache__
/usr/lib/python3.11/site-packages/audioread/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/ffdec.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/ffdec.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/gstdec.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/gstdec.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/macca.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/macca.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/maddec.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/maddec.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/rawread.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/rawread.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/audioread/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/audioread/base.py
/usr/lib/python3.11/site-packages/audioread/exceptions.py
/usr/lib/python3.11/site-packages/audioread/ffdec.py
/usr/lib/python3.11/site-packages/audioread/gstdec.py
/usr/lib/python3.11/site-packages/audioread/macca.py
/usr/lib/python3.11/site-packages/audioread/maddec.py
/usr/lib/python3.11/site-packages/audioread/rawread.py
/usr/lib/python3.11/site-packages/audioread/version.py
/usr/share/doc/packages/python311-audioread
/usr/share/doc/packages/python311-audioread/README.rst
/usr/share/licenses/python311-audioread
/usr/share/licenses/python311-audioread/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024