Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zipp for openSUSE:Factory checked in at 2026-04-14 17:48:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zipp (Old) and /work/SRC/openSUSE:Factory/.python-zipp.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zipp" Tue Apr 14 17:48:39 2026 rev:25 rq:1346490 version:3.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes 2025-10-14 18:06:11.621391407 +0200 +++ /work/SRC/openSUSE:Factory/.python-zipp.new.21863/python-zipp.changes 2026-04-14 17:48:58.357159388 +0200 @@ -1,0 +2,5 @@ +Mon Apr 13 17:41:11 UTC 2026 - Dirk Müller <[email protected]> + +- fix testsuite failure + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zipp.spec ++++++ --- /var/tmp/diff_new_pack.F4q66f/_old 2026-04-14 17:48:59.113190638 +0200 +++ /var/tmp/diff_new_pack.F4q66f/_new 2026-04-14 17:48:59.117190803 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-zipp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,9 +33,9 @@ Group: Development/Languages/Python URL: https://github.com/jaraco/zipp Source: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 56} +BuildRequires: %{python_module setuptools >= 77} BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -47,7 +47,9 @@ BuildRequires: %{python_module jaraco.test} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module testsuite} BuildRequires: %{python_module zipp >= %{version}} +BuildRequires: %{pythons} %endif %python_subpackages @@ -55,7 +57,7 @@ A pathlib-compatible Zipfile object wrapper. %prep -%setup -q -n zipp-%{version} +%autosetup -p1 -n zipp-%{version} sed -i '/addopts/ s/--doctest-modules//' pytest.ini # People still want this for 15.X despite Python 3.6 is not supported upstream anymore sed -i 's/python_requires = >=3.7/python_requires = >=3.6/' setup.cfg
