Hello community,

here is the log from the commit of package python-SoundFile for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-SoundFile (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-SoundFile.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-SoundFile"

Mon Mar  9 18:11:38 2020 rev:3 rq:781460 version:0.10.3.post1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-SoundFile/python-SoundFile.changes      
2020-01-15 15:46:21.087354485 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-SoundFile.new.26092/python-SoundFile.changes
   2020-03-09 18:11:40.437223072 +0100
@@ -1,0 +2,23 @@
+Wed Mar  4 11:07:43 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix pytest dependency
+
+-------------------------------------------------------------------
+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 
+
+-------------------------------------------------------------------
+Thu Nov  7 15:49:40 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------
+Fri Aug  9 16:10:14 UTC 2019 - Todd R <[email protected]>
+
+- Restrict pytest version to fix tests.
+
+-------------------------------------------------------------------

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.dBTWWd/_old  2020-03-09 18:11:40.693223439 +0100
+++ /var/tmp/diff_new_pack.dBTWWd/_new  2020-03-09 18:11:40.697223445 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SoundFile
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!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
-Group:          Development/Languages/Python
 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}
@@ -64,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


Reply via email to