Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zc.lockfile for openSUSE:Factory checked in at 2026-07-07 21:00:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zc.lockfile (Old) and /work/SRC/openSUSE:Factory/.python-zc.lockfile.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zc.lockfile" Tue Jul 7 21:00:26 2026 rev:11 rq:1363958 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zc.lockfile/python-zc.lockfile.changes 2025-06-10 08:58:57.355706439 +0200 +++ /work/SRC/openSUSE:Factory/.python-zc.lockfile.new.1982/python-zc.lockfile.changes 2026-07-07 21:00:55.977607920 +0200 @@ -1,0 +2,9 @@ +Mon Jul 6 06:09:20 UTC 2026 - Dirk Müller <[email protected]> + +- update to 4.0: + * Replace pkg_resources namespace with PEP 420 native + namespace. + * Add support for Python 3.12, 3.13. + * Drop support for Python 3.7, 3.8. + +------------------------------------------------------------------- Old: ---- zc.lockfile-3.0.post1.tar.gz New: ---- zc_lockfile-4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zc.lockfile.spec ++++++ --- /var/tmp/diff_new_pack.5RDLtr/_old 2026-07-07 21:00:56.601629356 +0200 +++ /var/tmp/diff_new_pack.5RDLtr/_new 2026-07-07 21:00:56.601629356 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-zc.lockfile # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,14 +19,14 @@ %{?sle15_python_module_pythons} Name: python-zc.lockfile -Version: 3.0.post1 +Version: 4.0 Release: 0 Summary: Basic inter-process locks License: ZPL-2.1 URL: https://pypi.python.org/pypi/zc.lockfile -Source: https://files.pythonhosted.org/packages/source/z/zc.lockfile/zc.lockfile-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/z/zc.lockfile/zc_lockfile-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 78.1.1} BuildRequires: %{python_module wheel} BuildRequires: %{python_module zope.testing} BuildRequires: fdupes @@ -50,7 +50,7 @@ files are separate files. %prep -%setup -q -n zc.lockfile-%{version} +%setup -q -n zc_lockfile-%{version} rm -rf src/zc.lockfile.egg-info find -name *~ -delete @@ -77,6 +77,5 @@ %doc CHANGES.rst COPYRIGHT.txt README.txt %dir %{python_sitelib}/zc %{python_sitelib}/zc/lockfile -%{python_sitelib}/zc.lockfile-%{version}-py*-nspkg.pth %{python_sitelib}/zc[._]lockfile-%{version}.dist-info
