Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e7f7decde6 | |||
| c0eb9d7f87 | |||
| b1059c60ce | |||
| 57569ea238 | |||
| 20d94a014a | |||
| 3ed2418990 | |||
| abf3880c8b | |||
| 4eb5bb1cf8 |
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Dec 11 04:18:14 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Update to 7.1:
|
|
||||||
* Drop support for Python 3.9.
|
|
||||||
* Add support for Python 3.14.
|
|
||||||
* Move all supported package metadata into pyproject.toml.
|
|
||||||
* Remove no longer necessary setuptools runtime dependency.
|
|
||||||
* Replace pkg_resources namespace with PEP 420 native namespace.
|
|
||||||
* Add preliminary support for Python 3.14.
|
|
||||||
* Drop support for Python 3.8.
|
|
||||||
* Adjust minimal required version of zope.security test dependency to 7.3.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 15 08:52:39 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Thu May 15 08:52:39 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.proxy
|
# spec file for package python-zope.proxy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -28,22 +28,22 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.proxy%{psuffix}
|
Name: python-zope.proxy%{psuffix}
|
||||||
Version: 7.1
|
Version: 6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic Transparent Proxies
|
Summary: Generic Transparent Proxies
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/zopefoundation/zope.proxy
|
URL: https://github.com/zopefoundation/zope.proxy
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope_proxy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope_proxy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.10}
|
BuildRequires: %{python_module devel >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module zope.proxy = %{version}}
|
BuildRequires: %{python_module zope.security}
|
||||||
BuildRequires: %{python_module zope.security >= 7.3}
|
|
||||||
BuildRequires: %{python_module zope.testrunner}
|
BuildRequires: %{python_module zope.testrunner}
|
||||||
%endif
|
%endif
|
||||||
Conflicts: python-zope-proxy < %{version}
|
Conflicts: python-zope-proxy < %{version}
|
||||||
@@ -57,6 +57,7 @@ etc.) for which the proxy is responsible.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Generic Transparent Proxies
|
Summary: Generic Transparent Proxies
|
||||||
|
Group: Development/Languages/Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Provides: python-zope-proxy = %{version}
|
Provides: python-zope-proxy = %{version}
|
||||||
Obsoletes: python-zope-proxy < %{version}
|
Obsoletes: python-zope-proxy < %{version}
|
||||||
@@ -89,14 +90,13 @@ rm -rf zope.proxy.egg-info
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc COPYRIGHT.txt CHANGES.rst README.rst
|
%doc COPYRIGHT.txt CHANGES.rst README.rst
|
||||||
%exclude %{python_sitearch}/zope/proxy/proxy.h
|
%exclude %{python_sitearch}/zope/proxy/proxy.h
|
||||||
%dir %{python_sitearch}/zope
|
|
||||||
%{python_sitearch}/zope/proxy
|
%{python_sitearch}/zope/proxy
|
||||||
|
%{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth
|
||||||
%{python_sitearch}/zope[_.]proxy-%{version}.dist-info
|
%{python_sitearch}/zope[_.]proxy-%{version}.dist-info
|
||||||
|
|
||||||
%files %{python_files devel}
|
%files %{python_files devel}
|
||||||
%dir %{python_sysconfig_path include}/zope[_.]proxy
|
%dir %{python_sysconfig_path include}/zope[_.]proxy
|
||||||
%{python_sysconfig_path include}/zope[_.]proxy/*
|
%{python_sysconfig_path include}/zope[_.]proxy/*
|
||||||
%dir %{python_sitearch}/zope
|
|
||||||
%{python_sitearch}/zope/proxy/proxy.h
|
%{python_sitearch}/zope/proxy/proxy.h
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
BIN
zope_proxy-6.1.tar.gz
LFS
Normal file
BIN
zope_proxy-6.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32a24c39867ae1a4d63b24e64cccb38e9cbf9345b309d2d6e3deac96e1905b1c
|
|
||||||
size 37672
|
|
||||||
Reference in New Issue
Block a user