Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sidpy for openSUSE:Factory checked in at 2021-12-16 02:00:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sidpy (Old) and /work/SRC/openSUSE:Factory/.python-sidpy.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sidpy" Thu Dec 16 02:00:44 2021 rev:6 rq:940668 version:0.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sidpy/python-sidpy.changes 2021-04-17 23:25:23.497637663 +0200 +++ /work/SRC/openSUSE:Factory/.python-sidpy.new.2520/python-sidpy.changes 2021-12-16 02:01:17.099645684 +0100 @@ -1,0 +2,5 @@ +Tue Dec 14 08:21:42 UTC 2021 - pgaj...@suse.com + +- pytest-runner is not required for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sidpy.spec ++++++ --- /var/tmp/diff_new_pack.0RS62q/_old 2021-12-16 02:01:17.803646110 +0100 +++ /var/tmp/diff_new_pack.0RS62q/_new 2021-12-16 02:01:17.807646113 +0100 @@ -37,7 +37,6 @@ BuildRequires: %{python_module mpi4py} BuildRequires: %{python_module numpy >= 1.10} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module qt5} BuildRequires: %{python_module setuptools} @@ -66,6 +65,8 @@ %prep %setup -q -n %{packagename}-%{version} +# https://github.com/pycroscopy/sidpy/issues/142 +sed -i 's:pytest-runner:pytest:' setup.py %build %python_build