Package Release Info

python-SoundFile-0.10.3.post1-bp154.1.44

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-SoundFile

Change Logs

Version: 0.10.3.post1-bp152.1.8
* Wed Mar 04 2020 Tomá? Chvátal <tchvatal@suse.com>
- Fix pytest dependency
* Mon Dec 02 2019 Todd R <toddrme2178@gmail.com>
- Update to 0.10.3.post1
  * Update Python versions in .travis.yml
  * improve _check_dtype exception
  * add display sound file length in samples
* Thu Nov 07 2019 Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
* Fri Aug 09 2019 Todd R <toddrme2178@gmail.com>
- Restrict pytest version to fix tests.
Version: 0.10.2-bp151.1.3
* Fri Aug 17 2018 tchvatal@suse.com
- Sort out the header a bit
- Remove test conditional, always run tests
- Mark the package as noarch (as it is)
  * one test is failing on i586, but it is bug in libsndfile, disabled for now
    ret [ 32767, -32768, -32767, -1, -1, 0, 0, 0, 1, 1, 32766, 32767, 32767]
    exp (-32768, -32768, -32767, -1, -1, 0, 0, 0, 1, 1, 32766, 32767, 32767)
    https://github.com/bastibe/SoundFile/issues/185
* Fri May 18 2018 jengelh@inai.de
- Do not repeat other packages' metadata in description.
* Wed May 09 2018 toddrme2178@gmail.com
- Update to 0.10.2
  * Should now work with cx_freeze.
  * Several documentation fixes in the README.
  * Removes deprecated ctype argument in favor of dtype in buffer_*().
  * Adds SoundFile.frames in favor of now-deprecated __len__().
  * Improves performance of blocks and SoundFile.blocks().
  * Improves import time by using CFFI's out of line mode.
  * Adds a build script for building distributions.
* Wed Aug 09 2017 toddrme2178@gmail.com
- Not compatible with some architectures
* Tue Aug 08 2017 toddrme2178@gmail.com
- Initial version