Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyosf for openSUSE:Factory checked in at 2021-12-09 19:45:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyosf (Old) and /work/SRC/openSUSE:Factory/.python-pyosf.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyosf" Thu Dec 9 19:45:32 2021 rev:4 rq:937353 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyosf/python-pyosf.changes 2019-06-12 13:13:08.752889240 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyosf.new.2520/python-pyosf.changes 2021-12-09 19:46:02.481145735 +0100 @@ -1,0 +2,5 @@ +Wed Dec 8 12:01:49 UTC 2021 - pgaj...@suse.com + +- do not requires pytest-runner for build, testsuite does not run + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyosf.spec ++++++ --- /var/tmp/diff_new_pack.jjyqtc/_old 2021-12-09 19:46:03.069146018 +0100 +++ /var/tmp/diff_new_pack.jjyqtc/_new 2021-12-09 19:46:03.073146019 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyosf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -35,7 +35,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coverage} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION @@ -61,6 +60,8 @@ %setup -q -n pyosf-%{version} cp %{SOURCE10} . cp "%{SOURCE11}" LICENSE.md +# https://github.com/psychopy/pyosf/issues/8 +sed -Ei 's:.pytest-runner.,?::' setup.py %build %python_build