Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.cachedescriptors for openSUSE:Factory checked in at 2025-02-26 17:17:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.cachedescriptors (Old) and /work/SRC/openSUSE:Factory/.python-zope.cachedescriptors.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.cachedescriptors" Wed Feb 26 17:17:16 2025 rev:7 rq:1248472 version:5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.cachedescriptors/python-zope.cachedescriptors.changes 2024-01-09 20:50:46.790677504 +0100 +++ /work/SRC/openSUSE:Factory/.python-zope.cachedescriptors.new.1873/python-zope.cachedescriptors.changes 2025-02-26 17:18:35.631390379 +0100 @@ -1,0 +2,7 @@ +Tue Feb 25 20:16:21 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update to 5.1: + * Add support for Python 3.12, 3.13. + * Drop support for Python 3.7, 3.8. + +------------------------------------------------------------------- Old: ---- zope.cachedescriptors-5.0.tar.gz New: ---- zope_cachedescriptors-5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.cachedescriptors.spec ++++++ --- /var/tmp/diff_new_pack.r2SUGZ/_old 2025-02-26 17:18:38.415506895 +0100 +++ /var/tmp/diff_new_pack.r2SUGZ/_new 2025-02-26 17:18:38.419507062 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zope.cachedescriptors # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: python-zope.cachedescriptors -Version: 5.0 +Version: 5.1 Release: 0 Summary: Method and property caching decorators License: ZPL-2.1 URL: https://github.com/zopefoundation/zope.cachedescriptors -Source: https://files.pythonhosted.org/packages/source/z/zope.cachedescriptors/zope.cachedescriptors-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/z/zope.cachedescriptors/zope_cachedescriptors-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -44,7 +44,7 @@ persistent objects. %prep -%setup -q -n zope.cachedescriptors-%{version} +%setup -q -n zope_cachedescriptors-%{version} %build %pyproject_wheel