14
0

8 Commits

Author SHA256 Message Date
bb224d2f6e Accepting request 1266264 from devel:languages:python
Make it compatible with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.copy?expand=0&rev=7
2025-04-10 19:59:43 +00:00
dd00406939 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=15
2025-04-01 16:10:22 +00:00
649a3f23fe - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=14
2025-03-27 00:41:05 +00:00
6ac0702a06 Accepting request 1234714 from devel:languages:python
- Add missing runtime dependency on zodbpickle

OBS-URL: https://build.opensuse.org/request/show/1234714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.copy?expand=0&rev=6
2025-01-03 13:18:08 +00:00
d3e551fbc6 - Add missing runtime dependency on zodbpickle
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=12
2025-01-03 10:52:02 +00:00
8c2e690492 Accepting request 1223953 from devel:languages:python
- update to 5.0:
  * Add support for Python 3.12, 3.13.
  * Depend on zodbpickle instead of Python's pickle, to be able
    to support Python 3.13 properly.
  * Drop support for Python 2.7, 3.5, 3.6, 3.7.

OBS-URL: https://build.opensuse.org/request/show/1223953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.copy?expand=0&rev=5
2024-11-14 15:08:29 +00:00
b959deb324 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=10 2024-11-13 13:04:55 +00:00
7f5c344699 - update to 5.0:
* Add support for Python 3.12, 3.13.
  * Depend on zodbpickle instead of Python's pickle, to be able
    to support Python 3.13 properly.
  * Drop support for Python 2.7, 3.5, 3.6, 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=9
2024-10-28 21:44:30 +00:00
4 changed files with 39 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Apr 1 16:05:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Fri Jan 3 10:51:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Add missing runtime dependency on zodbpickle
-------------------------------------------------------------------
Mon Oct 28 21:44:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Add support for Python 3.12, 3.13.
* Depend on zodbpickle instead of Python's pickle, to be able
to support Python 3.13 properly.
* Drop support for Python 2.7, 3.5, 3.6, 3.7.
-------------------------------------------------------------------
Fri Jun 9 13:16:11 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.copy
#
# Copyright (c) 2022 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
@@ -27,19 +27,23 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.copy
Version: 4.3
Version: 5.0
Release: 0
Summary: Pluggable object copying mechanism
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://github.com/zopefoundation/zope.copy
Source: https://files.pythonhosted.org/packages/source/z/zope.copy/zope.copy-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zodbpickle
Requires: python-zope.interface
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module zodbpickle}
BuildRequires: %{python_module zope.component}
BuildRequires: %{python_module zope.location}
BuildRequires: %{python_module zope.testing}
@@ -56,11 +60,11 @@ Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
%setup -q -n zope.copy-%{version}
%build
%python_build
%pyproject_wheel
%install
%if !%{with test}
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -73,7 +77,10 @@ Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%dir %{python_sitelib}/zope
%{python_sitelib}/zope/copy
%{python_sitelib}/zope.copy-%{version}-py*-nspkg.pth
%{python_sitelib}/zope[_.]copy-%{version}.dist-info
%endif
%changelog

BIN
zope.copy-4.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
zope.copy-5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.