Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
bfb10531c9 |
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Add %{?sle15_python_module_pythons}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 22:50:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Dec 7 22:50:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.copy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -25,20 +25,25 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.copy
|
Name: python-zope.copy
|
||||||
Version: 4.3
|
Version: 5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pluggable object copying mechanism
|
Summary: Pluggable object copying mechanism
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/zopefoundation/zope.copy
|
URL: https://github.com/zopefoundation/zope.copy
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.copy/zope.copy-%{version}.tar.gz
|
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 setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-zodbpickle
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module zodbpickle}
|
||||||
BuildRequires: %{python_module zope.component}
|
BuildRequires: %{python_module zope.component}
|
||||||
BuildRequires: %{python_module zope.location}
|
BuildRequires: %{python_module zope.location}
|
||||||
BuildRequires: %{python_module zope.testing}
|
BuildRequires: %{python_module zope.testing}
|
||||||
@@ -55,11 +60,11 @@ Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
|
|||||||
%setup -q -n zope.copy-%{version}
|
%setup -q -n zope.copy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@@ -72,7 +77,10 @@ Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
zope.copy-4.3.tar.gz
(Stored with Git LFS)
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
BIN
zope.copy-5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user