Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wstools for openSUSE:Factory checked in at 2021-12-08 22:09:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wstools (Old) and /work/SRC/openSUSE:Factory/.python-wstools.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wstools" Wed Dec 8 22:09:26 2021 rev:7 rq:936463 version:0.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wstools/python-wstools.changes 2021-11-08 17:25:25.832742415 +0100 +++ /work/SRC/openSUSE:Factory/.python-wstools.new.31177/python-wstools.changes 2021-12-08 22:10:38.466910025 +0100 @@ -1,0 +2,5 @@ +Tue Dec 7 16:25:05 UTC 2021 - [email protected] + +- do not require pytest-runner for build, it is not needed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wstools.spec ++++++ --- /var/tmp/diff_new_pack.yKAsEP/_old 2021-12-08 22:10:39.070910308 +0100 +++ /var/tmp/diff_new_pack.yKAsEP/_new 2021-12-08 22:10:39.070910308 +0100 @@ -26,7 +26,7 @@ URL: https://github.com/pycontribs/wstools Source: https://files.pythonhosted.org/packages/8d/d0/0e48ae89e4b2a9aa3a1a088782ae183dc09ca1f3545b29051c46d9efbc0f/wstools-%{version}.tar.gz BuildRequires: %{python_module pbr >= 1.10} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -40,6 +40,8 @@ %prep %setup -q -n wstools-%{version} +# https://github.com/pycontribs/wstools/issues/35 +sed -i 's:.pytest-runner.::' setup.py %build %python_build
