Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Arpeggio for openSUSE:Factory checked in at 2021-12-12 21:27:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Arpeggio (Old) and /work/SRC/openSUSE:Factory/.python-Arpeggio.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Arpeggio" Sun Dec 12 21:27:00 2021 rev:12 rq:937763 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Arpeggio/python-Arpeggio.changes 2021-05-05 20:39:07.723140854 +0200 +++ /work/SRC/openSUSE:Factory/.python-Arpeggio.new.2520/python-Arpeggio.changes 2021-12-12 21:27:05.116322910 +0100 @@ -1,0 +2,5 @@ +Thu Dec 9 10:47:09 UTC 2021 - pgaj...@suse.com + +- pytest-runner is not required for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Arpeggio.spec ++++++ --- /var/tmp/diff_new_pack.bTmQGr/_old 2021-12-12 21:27:05.708323261 +0100 +++ /var/tmp/diff_new_pack.bTmQGr/_new 2021-12-12 21:27:05.708323261 +0100 @@ -24,7 +24,7 @@ License: MIT URL: https://github.com/textX/Arpeggio/ Source: https://github.com/textX/Arpeggio/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -43,6 +43,8 @@ %setup -q -n Arpeggio-%{version} # remove shebang sed -i '1d' arpeggio/tests/regressions/issue_16/test_issue_16.py +# https://github.com/textX/Arpeggio/issues/94 +sed -i '/pytest-runner/d' setup.cfg %build %python_build