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

python310-pysndfile-1.4.4-1.6 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python310-pysndfile Distribution: openSUSE:Factory:zSystems
Version: 1.4.4 Vendor: openSUSE
Release: 1.6 Build date: Thu Jun 15 20:55:34 2023
Group: Development/Languages/Python Build host: s390zp22
Size: 348862 Source RPM: python-pysndfile-1.4.4-1.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://forge-2.ircam.fr/roebel/pysndfile
Summary: Cython wrapper class for reading/writing soundfiles
pysndfile is a python package providing PySndfile a
Cython wrapper class around libsndfile . PySndfile
provides methods for reading and writing a large variety of soundfile
formats on a variety of plattforms. PySndfile provides a rather complete
access to the different sound file manipulation options that are
available in libsndfile.

Due to the use of libsndfile nearly all sound file formats, (besides mp3
and derived formats) can be read and written with PySndfile.

The interface has been designed such that a rather large subset of the
functionality of libsndfile can be used, notably the reading and writing
of strings into soundfile formats that support these, and a number of
sf\_commands that allow to control the way libsndfile reads and writes
the samples. One of the most important ones is the use of the clipping
command.

Provides

Requires

License

LGPL-3.0-only

Changelog

* Thu Oct 06 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to Version_1.4.4 (2022-03-11)
    * Fix for win32: improved error handling for PyUnicode_AsWideCharString (thanks to Andrey Bienkowski)
* Fri Feb 26 2021 Ben Greiner <code@bnavigator.de>
  - Skip python36 build: With NumPy 1.20, python36-numpy is no
    longer available in Tumbleweed (NEP 29)
* Fri Jul 03 2020 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.4.3:
    * changed sndio functions to all use PySndfile as context manager. This fixes the problem that the sndfile
      remains open when an error occurs which may in turn lead to inconsistencies if the sndfile is tried to be rewritten
      in an exception handler.
    * fixed PySndfile.read_frames method to properly handle reading frames in parts (previous fix was incomplete)
    * extended supported commands to change compression level when writing flac and ogg files
    * fixed PySndfile.read_frames and sndio.read method to properly handle reading frames from the middle of a file
    * Extended PySndfile class:
    * support use as context manager
    * added support for wve, ogg, MPC2000 sampler and RF64 wav files
    * added support for forcing to return 2D arrays even for mono files
    * added method to close the file and release all resources.
    * support reading more frames than present in the file using the fill_value for all values positioned after the end of the file
    * (no changes in functionality)
    * added documentation to distributed files
    * added missing licence file to distribution
    * thanks @toddrme2178 for patches.
    * removed cython (a build requirement) from requirements.txt
    * avoid cython warning and fix language_level in the .pyx source code
    * add and support pre-release tags in the version number
    * use hashlib to calculate the README checksum.
    * fixed support for use with python 2.7 that was broken since 1.3.4
    * fixed potential but undesired build dependency of pandoc
    * added link to explanation for using pysndfile under windows
    * fixed pandoc problem that does produce non ASCII chars in rst output.
    * fixed two copy paste bug introduced in 1.3.4
    1.3.4 did in fact not work at all :-(
    * added a check target to the makefile that performs a complete built/install/test cycle
    to avoid problems as in 1.3.4
    * added support for automatic installation of requirements
    * remove precompiled cython source file and rely on pip requirements to provide cython
      so that cython compilation will always be possible.
    * added experimental support for installation on win32 (thanks
      to Svein Seldal for the contributions).
    * use expanduser for replacing ~ in filenames
    * adapted cython source code to avoid all compiler warnings due to deprecated numpy api
    * removed use of ez_setup.py that is no longer required.
    * fixed missing command C\_SFC\_SET\_SCALE\_INT\_FLOAT\_WRITE (thanks
      to Svein Seldal for the bug report and fix)
    * better documentation of sf\_string-io in sndio.read and sndio.write
    * limit size of strings to be written such that the written file can
      always be read back with libsndfile 1.0.28 (which imposes different
      constraints for different formats)
    * better error handling when number of channels exceeds channel limit
      imposed by libsndfile.
    * sndio module now exposes the dicts: fileformat\_name\_to\_id
      and fileformat\_id\_to\_name
    * extended sndio.read with force_2d argument that can be used to
      force the returned data array to always have 2 dimensions even for
      mono files.
  - Drop extra source files of COPYING.txt and COPYING.LESSER.txt, it is now
    included.
  - Add patch fix-test-imports.patch to fix the test suite.
* Thu Mar 07 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix fdupes call
* Thu Feb 07 2019 Todd R <toddrme2178@gmail.com>
  - Use Cython to rebuild sources properly.
* Sat Aug 11 2018 tchvatal@suse.com
  - Remove the test condition, run them always
* Fri Aug 10 2018 jsikes@suse.de
  - Update to version 1.3.2
    * No obvious changelog
* Wed May 09 2018 toddrme2178@gmail.com
  - Update to version 1.1.0
    * support returning extended sndfile info covering number of
      frames and number of channels from function sndio.get_info.
* Tue Aug 08 2017 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib64/python3.10/site-packages/pysndfile
/usr/lib64/python3.10/site-packages/pysndfile-1.4.4-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pysndfile-1.4.4-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pysndfile-1.4.4-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pysndfile-1.4.4-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pysndfile-1.4.4-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/pysndfile-1.4.4-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/pysndfile/Faiff.py
/usr/lib64/python3.10/site-packages/pysndfile/__init__.py
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__/Faiff.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__/Faiff.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__/sndio.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pysndfile/__pycache__/sndio.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pysndfile/_pysndfile.cpython-310-s390x-linux-gnu.so
/usr/lib64/python3.10/site-packages/pysndfile/sndio.py
/usr/share/doc/packages/python310-pysndfile
/usr/share/doc/packages/python310-pysndfile/ChangeLog
/usr/share/doc/packages/python310-pysndfile/README.md
/usr/share/licenses/python310-pysndfile
/usr/share/licenses/python310-pysndfile/COPYING.LESSER.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:53:36 2024