Hello community,
here is the log from the commit of package python-SoundFile for
openSUSE:Factory checked in at 2019-12-03 15:21:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SoundFile (Old)
and /work/SRC/openSUSE:Factory/.python-SoundFile.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SoundFile"
Tue Dec 3 15:21:41 2019 rev:6 rq:752987 version:0.10.3.post1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-SoundFile/python-SoundFile.changes
2019-11-08 15:25:59.227011317 +0100
+++
/work/SRC/openSUSE:Factory/.python-SoundFile.new.4691/python-SoundFile.changes
2019-12-03 15:21:43.130525047 +0100
@@ -1,0 +2,8 @@
+Mon Dec 2 16:28:38 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.10.3.post1
+ * Update Python versions in .travis.yml
+ * improve _check_dtype exception
+ * add display sound file length in samples
+
+-------------------------------------------------------------------
Old:
----
SoundFile-0.10.2.tar.gz
New:
----
SoundFile-0.10.3.post1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SoundFile.spec ++++++
--- /var/tmp/diff_new_pack.BFZzIY/_old 2019-12-03 15:21:43.678524797 +0100
+++ /var/tmp/diff_new_pack.BFZzIY/_new 2019-12-03 15:21:43.678524797 +0100
@@ -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 @@
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 @@
%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