Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-audioread for
openSUSE:Factory checked in at 2021-12-09 19:46:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-audioread (Old)
and /work/SRC/openSUSE:Factory/.python-audioread.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-audioread"
Thu Dec 9 19:46:01 2021 rev:8 rq:938245 version:2.1.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-audioread/python-audioread.changes
2021-03-10 08:58:28.626964652 +0100
+++
/work/SRC/openSUSE:Factory/.python-audioread.new.2520/python-audioread.changes
2021-12-09 19:46:49.125168189 +0100
@@ -1,0 +2,5 @@
+Thu Dec 9 12:39:52 UTC 2021 - [email protected]
+
+- pytest-runner is not required for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-audioread.spec ++++++
--- /var/tmp/diff_new_pack.Dw3hJM/_old 2021-12-09 19:46:49.641168437 +0100
+++ /var/tmp/diff_new_pack.Dw3hJM/_new 2021-12-09 19:46:49.649168441 +0100
@@ -26,7 +26,7 @@
URL: https://github.com/sampsyo/audioread
Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz
BuildRequires: %{python_module base}
-BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: ffmpeg
@@ -51,6 +51,8 @@
%prep
%setup -q -n audioread-%{version}
+# https://github.com/beetbox/audioread/issues/118
+sed -i 's:pytest-runner::' setup.py
%build
%python_build