Hello community,
here is the log from the commit of package python-sounddevice for
openSUSE:Leap:15.2 checked in at 2020-03-15 07:12:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-sounddevice (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-sounddevice.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sounddevice"
Sun Mar 15 07:12:12 2020 rev:5 rq:784866 version:0.3.14
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-sounddevice/python-sounddevice.changes
2020-03-02 13:23:04.174364030 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-sounddevice.new.3160/python-sounddevice.changes
2020-03-15 07:12:21.224998995 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 08:38:23 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sounddevice.spec ++++++
--- /var/tmp/diff_new_pack.P2fyYX/_old 2020-03-15 07:12:21.576999206 +0100
+++ /var/tmp/diff_new_pack.P2fyYX/_new 2020-03-15 07:12:21.576999206 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sounddevice
#
-# Copyright (c) 2019 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
@@ -22,8 +22,7 @@
Release: 0
Summary: Module to play and record sound with Python
License: MIT
-Group: Development/Languages/Python
-Url: http://python-sounddevice.readthedocs.io/
+URL: https://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}
@@ -35,14 +34,12 @@
Requires: python-cffi >= 1.0
Recommends: python-numpy
BuildArch: noarch
-
%python_subpackages
%description
This Python module provides bindings for the PortAudio library and a few
convenience functions to play and record NumPy arrays containing audio signals.
-
%prep
%setup -q -n sounddevice-%{version}
@@ -52,7 +49,7 @@
%install
%python_install
-%python_expand fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc NEWS.rst README.rst examples