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
This commit is contained in:
Dirk Mueller 2017-09-28 16:06:23 +00:00 committed by Git OBS Bridge
parent ed0c23d094
commit 9031b39e99
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ffee2d2787258c214841853f600c52943baea9ad2303cb3d4b625cde4f08fff
size 15013

3
audioread-2.1.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36c3b118f097c58ba073b7d040c4319eff200756f094295677567e256282d0d7
size 15615

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 28 07:21:03 UTC 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 21:19:28 UTC 2017 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-audioread
Version: 2.1.4
Version: 2.1.5
Release: 0
Summary: Wrapper for audio decoding via selectable backends
License: MIT