forked from pool/python-zope.copy
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b017e684bc | |||
| d6d794a7cc | |||
| d83eafe260 | |||
| 9091f23747 | |||
| 676b880e5d | |||
| a20603ce29 | |||
| a269fd0d09 | |||
| 5a4d8f61d9 | |||
| 6981dd6e1e | |||
| 1a700eb412 |
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 08:12:09 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.0:
|
||||
* Replace pkg_resources namespace with PEP 420 native
|
||||
namespace.
|
||||
* Drop support for Python 3.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.copy
|
||||
#
|
||||
# Copyright (c) 2022 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
|
||||
@@ -27,19 +27,23 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-zope.copy
|
||||
Version: 4.3
|
||||
Version: 6.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
|
||||
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}
|
||||
@@ -53,14 +57,14 @@ This package provides a pluggable mechanism for copying persistent objects.
|
||||
Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
|
||||
|
||||
%prep
|
||||
%setup -q -n zope.copy-%{version}
|
||||
%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,9 @@ 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}.dist-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
BIN
zope.copy-4.3.tar.gz
LFS
BIN
zope.copy-4.3.tar.gz
LFS
Binary file not shown.
3
zope_copy-6.0.tar.gz
Normal file
3
zope_copy-6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a1d98c9814fe275478832811854763e2f84a8e0deaf980a2464aa5cb5e0b5ac
|
||||
size 23010
|
||||
Reference in New Issue
Block a user