Hello community, here is the log from the commit of package python-sounddevice for openSUSE:Factory checked in at 2020-03-14 09:55:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sounddevice (Old) and /work/SRC/openSUSE:Factory/.python-sounddevice.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sounddevice" Sat Mar 14 09:55:17 2020 rev:7 rq:784571 version:0.3.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sounddevice/python-sounddevice.changes 2019-12-03 15:21:39.890526530 +0100 +++ /work/SRC/openSUSE:Factory/.python-sounddevice.new.3160/python-sounddevice.changes 2020-03-14 09:55:32.203118783 +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.hkB1uq/_old 2020-03-14 09:55:32.987119359 +0100 +++ /var/tmp/diff_new_pack.hkB1uq/_new 2020-03-14 09:55:32.987119359 +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
