Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Transplant for openSUSE:Factory checked in at 2021-12-08 22:09:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Transplant (Old) and /work/SRC/openSUSE:Factory/.python-Transplant.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Transplant" Wed Dec 8 22:09:23 2021 rev:7 rq:936439 version:0.8.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Transplant/python-Transplant.changes 2021-04-21 21:00:53.106341747 +0200 +++ /work/SRC/openSUSE:Factory/.python-Transplant.new.31177/python-Transplant.changes 2021-12-08 22:10:36.242908981 +0100 @@ -1,0 +2,6 @@ +Tue Dec 7 17:05:30 UTC 2021 - [email protected] + +- do not require pytest-runner for build, it would not be needed + even if the testsuite run + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Transplant.spec ++++++ --- /var/tmp/diff_new_pack.OoJyTY/_old 2021-12-08 22:10:36.670909183 +0100 +++ /var/tmp/diff_new_pack.OoJyTY/_new 2021-12-08 22:10:36.674909185 +0100 @@ -38,7 +38,6 @@ # SECTION test requirements BuildRequires: %{python_module msgpack-python} BuildRequires: %{python_module numpy} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pyzmq} BuildRequires: %{python_module scipy} @@ -57,6 +56,8 @@ %prep %setup -q -n Transplant-%{version} cp %{SOURCE99} . +# https://github.com/bastibe/transplant/issues/97 +sed -i 's:.pytest-runner.::' setup.py %build %python_build
