Hello community,

here is the log from the commit of package python-sounddevice for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-sounddevice (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-sounddevice.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sounddevice"

Mon Mar  2 13:23:02 2020 rev:4 rq:777157 version:0.3.14

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-sounddevice/python-sounddevice.changes  
2020-01-15 15:53:19.715593957 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-sounddevice.new.26092/python-sounddevice.changes
       2020-03-02 13:23:04.174364030 +0100
@@ -1,0 +2,19 @@
+Mon Dec  2 16:14:17 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.3.14
+  * Examples play_sine.py and rec_gui.py
+  * Redirect stderr only during initialization
+
+-------------------------------------------------------------------
+Sun Jun  2 19:27:21 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Tue May 21 07:20:34 UTC 2019 - [email protected]
+
+- version update to 0.3.13
+  * Examples asyncio_coroutines.py and asyncio_generators.py
+- package examples
+
+-------------------------------------------------------------------

Old:
----
  sounddevice-0.3.12.tar.gz

New:
----
  sounddevice-0.3.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sounddevice.spec ++++++
--- /var/tmp/diff_new_pack.rDXXN9/_old  2020-03-02 13:23:04.634364945 +0100
+++ /var/tmp/diff_new_pack.rDXXN9/_new  2020-03-02 13:23:04.638364952 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sounddevice
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-sounddevice
-Version:        0.3.12
+Version:        0.3.14
 Release:        0
-Summary:        Play and Record Sound with Python
+Summary:        Module to play and record sound with Python
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://python-sounddevice.readthedocs.io/
 Source:         
https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz
 BuildRequires:  %{python_module cffi >= 1.0}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  portaudio
@@ -38,7 +39,7 @@
 %python_subpackages
 
 %description
-This Python_ module provides bindings for the PortAudio library and a few
+This Python module provides bindings for the PortAudio library and a few
 convenience functions to play and record NumPy arrays containing audio signals.
 
 
@@ -46,6 +47,7 @@
 %setup -q -n sounddevice-%{version}
 
 %build
+chmod 644 examples/*
 %python_build
 
 %install
@@ -53,8 +55,11 @@
 %python_expand fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%doc NEWS.rst README.rst
+%doc NEWS.rst README.rst examples
 %license LICENSE
 %{python_sitelib}/*
 
+%check
+# no upstream tests, examples needs devices
+
 %changelog

++++++ sounddevice-0.3.12.tar.gz -> sounddevice-0.3.14.tar.gz ++++++
++++ 1973 lines of diff (skipped)


Reply via email to