14
0

Compare commits

8 Commits

Author SHA256 Message Date
332d064323 Accepting request 1316827 from devel:languages:python
- update to 6.0:
  * Replace pkg_resources namespace with PEP 420 native
    namespace.

OBS-URL: https://build.opensuse.org/request/show/1316827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.cachedescriptors?expand=0&rev=9
2025-11-10 18:19:42 +00:00
f7bf375af7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=19 2025-11-10 08:30:59 +00:00
60469e477b - update to 6.0:
* Replace pkg_resources namespace with PEP 420 native
    namespace.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=18
2025-11-10 08:30:52 +00:00
30f7b65202 Accepting request 1266260 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.cachedescriptors?expand=0&rev=8
2025-04-10 19:59:40 +00:00
0298d7b532 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=16
2025-04-01 16:09:05 +00:00
4505649659 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=15
2025-03-27 00:40:34 +00:00
5a80807006 Accepting request 1248472 from devel:languages:python
- 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/request/show/1248472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.cachedescriptors?expand=0&rev=7
2025-02-26 16:17:16 +00:00
aefb9a2139 - 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
2025-02-25 20:16:28 +00:00
4 changed files with 32 additions and 9 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Nov 10 08:30:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 6.0:
* Replace pkg_resources namespace with PEP 420 native
namespace.
-------------------------------------------------------------------
Tue Apr 1 16:04:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Thu Mar 27 00:40:09 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Tue Feb 25 20:16:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.cachedescriptors
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -17,12 +17,12 @@
Name: python-zope.cachedescriptors
Version: 5.0
Version: 6.0
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
@@ -60,7 +60,6 @@ persistent objects.
%doc CHANGES.rst README.rst
%license LICENSE.txt
%{python_sitelib}/zope/cachedescriptors
%{python_sitelib}/zope.cachedescriptors-%{version}-py*-nspkg.pth
%{python_sitelib}/zope.cachedescriptors-%{version}.dist-info
%{python_sitelib}/zope[_.]cachedescriptors-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3157be866fc9724d077a8b5bf6c3fc21c38a4147ab664e724622dfe5faff048a
size 13250

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bb2a04fd0037a861a8e368e51aa60a3b9d2f4ccbf7b793070df5cc79dde1f74
size 14053