Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ffmpeg-python for openSUSE:Factory checked in at 2021-12-09 19:45:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ffmpeg-python (Old) and /work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ffmpeg-python" Thu Dec 9 19:45:48 2021 rev:4 rq:937779 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ffmpeg-python/python-ffmpeg-python.changes 2020-03-21 00:01:55.917116807 +0100 +++ /work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.2520/python-ffmpeg-python.changes 2021-12-09 19:46:30.509159227 +0100 @@ -1,0 +2,5 @@ +Thu Dec 9 09:58:46 UTC 2021 - pgaj...@suse.com + +- do not require pytest-runner for build, not required + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ffmpeg-python.spec ++++++ --- /var/tmp/diff_new_pack.KFxsoF/_old 2021-12-09 19:46:31.097159510 +0100 +++ /var/tmp/diff_new_pack.KFxsoF/_new 2021-12-09 19:46:31.101159512 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ffmpeg-python # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ # SECTION test requirements BuildRequires: %{python_module future} BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest} BuildRequires: ffmpeg # /SECTION @@ -45,6 +45,8 @@ %prep %setup -q -n ffmpeg-python-%{version} +# https://github.com/kkroening/ffmpeg-python/issues/617 +sed -i 's:pytest-runner::' setup.py %build %python_build