Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.testrunner for openSUSE:Factory checked in at 2024-01-15 22:11:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.testrunner (Old) and /work/SRC/openSUSE:Factory/.python-zope.testrunner.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.testrunner" Mon Jan 15 22:11:19 2024 rev:22 rq:1138587 version:6.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.testrunner/python-zope.testrunner.changes 2024-01-05 22:59:16.957602042 +0100 +++ /work/SRC/openSUSE:Factory/.python-zope.testrunner.new.21961/python-zope.testrunner.changes 2024-01-15 22:11:29.037845315 +0100 @@ -1,0 +2,7 @@ +Sat Jan 13 22:52:05 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Run the test suite with itself like it is meant to be + * fixes Python 3.12 test failures +- Setuptools is a runtime requirement (for egg testing support) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.testrunner.spec ++++++ --- /var/tmp/diff_new_pack.jbhITQ/_old 2024-01-15 22:11:29.733870770 +0100 +++ /var/tmp/diff_new_pack.jbhITQ/_new 2024-01-15 22:11:29.733870770 +0100 @@ -39,6 +39,7 @@ BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-setuptools Requires: python-zope.exceptions Requires: python-zope.interface Requires(post): update-alternatives @@ -71,7 +72,9 @@ %if %{with test} %check -%pyunittest src/zope/testrunner/tests/*.py +%{python_expand # +$python -m zope.testrunner --test-path=src -vv +} %endif %if !%{with test}