From 3bd9428173421260a284e761c769fb2f6971086555f870c75afdb9efe170dc9a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 25 Feb 2025 20:16:28 +0000 Subject: [PATCH] - update to 5.1: * Add support for Python 3.12, 3.13. * Drop support for Python 3.7, 3.8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=13 --- python-zope.cachedescriptors.changes | 7 +++++++ python-zope.cachedescriptors.spec | 8 ++++---- zope.cachedescriptors-5.0.tar.gz | 3 --- zope_cachedescriptors-5.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 zope.cachedescriptors-5.0.tar.gz create mode 100644 zope_cachedescriptors-5.1.tar.gz diff --git a/python-zope.cachedescriptors.changes b/python-zope.cachedescriptors.changes index e422bed..dc0e3b0 100644 --- a/python-zope.cachedescriptors.changes +++ b/python-zope.cachedescriptors.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 25 20:16:21 UTC 2025 - Dirk Müller + +- update to 5.1: + * Add support for Python 3.12, 3.13. + * Drop support for Python 3.7, 3.8. + ------------------------------------------------------------------- Tue Jan 9 04:40:10 UTC 2024 - Steve Kowalik diff --git a/python-zope.cachedescriptors.spec b/python-zope.cachedescriptors.spec index 4b05bb0..e872cb9 100644 --- a/python-zope.cachedescriptors.spec +++ b/python-zope.cachedescriptors.spec @@ -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 @@ also useful for managing the computation of volatile attributes for persistent objects. %prep -%setup -q -n zope.cachedescriptors-%{version} +%setup -q -n zope_cachedescriptors-%{version} %build %pyproject_wheel diff --git a/zope.cachedescriptors-5.0.tar.gz b/zope.cachedescriptors-5.0.tar.gz deleted file mode 100644 index c4cfecc..0000000 --- a/zope.cachedescriptors-5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3157be866fc9724d077a8b5bf6c3fc21c38a4147ab664e724622dfe5faff048a -size 13250 diff --git a/zope_cachedescriptors-5.1.tar.gz b/zope_cachedescriptors-5.1.tar.gz new file mode 100644 index 0000000..cad0fbf --- /dev/null +++ b/zope_cachedescriptors-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b86cf0c2e97b6cb2d781a233c1d4cf34c1fc69f3f488a8ef73fb6195ceff540 +size 14033