From daed96f9cc8e918af8f1f4441b919280eef5bf1a76245f88a99aa1ce71502fd1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 2 Dec 2019 16:29:21 +0000 Subject: [PATCH] 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 --- SoundFile-0.10.2.tar.gz | 3 --- SoundFile-0.10.3.post1.tar.gz | 3 +++ python-SoundFile.changes | 8 ++++++++ python-SoundFile.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 SoundFile-0.10.2.tar.gz create mode 100644 SoundFile-0.10.3.post1.tar.gz diff --git a/SoundFile-0.10.2.tar.gz b/SoundFile-0.10.2.tar.gz deleted file mode 100644 index a0203ae..0000000 --- a/SoundFile-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637f6218c867b8cae80f6989634a0813b416b3e6132480d056e6e5a89a921571 -size 40309 diff --git a/SoundFile-0.10.3.post1.tar.gz b/SoundFile-0.10.3.post1.tar.gz new file mode 100644 index 0000000..1176339 --- /dev/null +++ b/SoundFile-0.10.3.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b +size 36460 diff --git a/python-SoundFile.changes b/python-SoundFile.changes index ce92558..7d9df25 100644 --- a/python-SoundFile.changes +++ b/python-SoundFile.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 2 16:28:38 UTC 2019 - Todd R + +- 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 diff --git a/python-SoundFile.spec b/python-SoundFile.spec index c33d582..14b0609 100644 --- a/python-SoundFile.spec +++ b/python-SoundFile.spec @@ -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