15
0

Accepting request 752986 from home:TheBlackCat:branches:devel:languages:python

Update to 0.10.3.post1

OBS-URL: https://build.opensuse.org/request/show/752986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=12
This commit is contained in:
Todd R
2019-12-02 16:29:21 +00:00
committed by Git OBS Bridge
parent 4c15fd2aca
commit daed96f9cc
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:637f6218c867b8cae80f6989634a0813b416b3e6132480d056e6e5a89a921571
size 40309

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b
size 36460

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 2 16:28:38 UTC 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 7 15:49:40 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -17,9 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define oldpython python
Name: python-SoundFile
Version: 0.10.2
Version: 0.10.3.post1
Release: 0
Summary: An audio library based on libsndfile, CFFI and NumPy
License: BSD-3-Clause
@@ -27,7 +28,7 @@ URL: https://github.com/bastibe/PySoundFile
Source: https://files.pythonhosted.org/packages/source/S/SoundFile/SoundFile-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 0.6}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest3}
BuildRequires: %{python_module pytest4}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: libsndfile1
@@ -63,7 +64,7 @@ represents audio data as NumPy arrays.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test --pytest-args="-knot\ read_int_data_from_float_file"
%pytest -k 'not read_int_data_from_float_file'
%files %{python_files}
%doc README.rst