14
0

- 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
This commit is contained in:
2024-10-28 21:44:30 +00:00
committed by Git OBS Bridge
parent 3b59526e35
commit 7f5c344699
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,14 +27,16 @@
%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-zope.interface
@@ -56,11 +58,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 +75,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

Binary file not shown.

BIN
zope.copy-5.0.tar.gz LFS Normal file

Binary file not shown.