Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bb224d2f6e | |||
| dd00406939 | |||
| 649a3f23fe | |||
| 6ac0702a06 | |||
| d3e551fbc6 | |||
| 8c2e690492 | |||
| b959deb324 | |||
| 7f5c344699 |
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Tue Apr 1 16:05:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.copy
|
# spec file for package python-zope.copy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# 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
|
||||||
@@ -27,13 +27,13 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.copy
|
Name: python-zope.copy
|
||||||
Version: 6.0
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -57,7 +57,7 @@ This package provides a pluggable mechanism for copying persistent objects.
|
|||||||
Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
|
Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope_copy-%{version}
|
%setup -q -n zope.copy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -79,6 +79,7 @@ Documentation is hosted at https://zopecopy.readthedocs.io/en/latest/
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%dir %{python_sitelib}/zope
|
%dir %{python_sitelib}/zope
|
||||||
%{python_sitelib}/zope/copy
|
%{python_sitelib}/zope/copy
|
||||||
|
%{python_sitelib}/zope.copy-%{version}-py*-nspkg.pth
|
||||||
%{python_sitelib}/zope[_.]copy-%{version}.dist-info
|
%{python_sitelib}/zope[_.]copy-%{version}.dist-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
BIN
zope.copy-5.0.tar.gz
LFS
Normal file
BIN
zope.copy-5.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a1d98c9814fe275478832811854763e2f84a8e0deaf980a2464aa5cb5e0b5ac
|
|
||||||
size 23010
|
|
||||||
Reference in New Issue
Block a user