Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyUSID for openSUSE:Factory checked in at 2021-12-16 21:19:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyUSID (Old) and /work/SRC/openSUSE:Factory/.python-pyUSID.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyUSID" Thu Dec 16 21:19:44 2021 rev:6 rq:940862 version:0.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyUSID/python-pyUSID.changes 2021-05-13 22:18:49.879527547 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyUSID.new.2520/python-pyUSID.changes 2021-12-16 21:20:58.134559062 +0100 @@ -1,0 +2,5 @@ +Tue Dec 14 09:49:56 UTC 2021 - pgaj...@suse.com + +- pytest-runner is not required for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyUSID.spec ++++++ --- /var/tmp/diff_new_pack.I6ezxS/_old 2021-12-16 21:20:58.726559287 +0100 +++ /var/tmp/diff_new_pack.I6ezxS/_new 2021-12-16 21:20:58.730559288 +0100 @@ -36,7 +36,6 @@ BuildRequires: %{python_module matplotlib >= 2.0.0} BuildRequires: %{python_module numpy >= 1.10} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sidpy >= 0.0.1} @@ -66,6 +65,8 @@ %prep %setup -q -n %{packagename}-%{version} +# https://pycroscopy.github.io/pyUSID/ +sed -i 's:pytest-runner:pytest:' setup.py %build %python_build