Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.proxy for
openSUSE:Factory checked in at 2025-12-11 18:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.proxy (Old)
and /work/SRC/openSUSE:Factory/.python-zope.proxy.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.proxy"
Thu Dec 11 18:39:02 2025 rev:21 rq:1322097 version:7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.proxy/python-zope.proxy.changes
2025-05-22 16:57:39.851940069 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.proxy.new.1939/python-zope.proxy.changes
2025-12-11 18:40:47.804100012 +0100
@@ -1,0 +2,13 @@
+Thu Dec 11 04:18:14 UTC 2025 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
zope_proxy-6.1.tar.gz
New:
----
zope_proxy-7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.proxy.spec ++++++
--- /var/tmp/diff_new_pack.AoxK7O/_old 2025-12-11 18:40:48.436126571 +0100
+++ /var/tmp/diff_new_pack.AoxK7O/_new 2025-12-11 18:40:48.440126739 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.proxy
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -28,22 +28,22 @@
%{?sle15_python_module_pythons}
Name: python-zope.proxy%{psuffix}
-Version: 6.1
+Version: 7.1
Release: 0
Summary: Generic Transparent Proxies
License: ZPL-2.1
-Group: Development/Languages/Python
URL: https://github.com/zopefoundation/zope.proxy
Source:
https://files.pythonhosted.org/packages/source/z/zope.proxy/zope_proxy-%{version}.tar.gz
-BuildRequires: %{python_module devel >= 3.8}
+BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
-BuildRequires: %{python_module zope.interface}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zope.interface
%if %{with test}
-BuildRequires: %{python_module zope.security}
+BuildRequires: %{python_module zope.proxy = %{version}}
+BuildRequires: %{python_module zope.security >= 7.3}
BuildRequires: %{python_module zope.testrunner}
%endif
Conflicts: python-zope-proxy < %{version}
@@ -57,7 +57,6 @@
%package devel
Summary: Generic Transparent Proxies
-Group: Development/Languages/Python
Requires: %{name} = %{version}
Provides: python-zope-proxy = %{version}
Obsoletes: python-zope-proxy < %{version}
@@ -90,13 +89,14 @@
%license LICENSE.txt
%doc COPYRIGHT.txt CHANGES.rst README.rst
%exclude %{python_sitearch}/zope/proxy/proxy.h
+%dir %{python_sitearch}/zope
%{python_sitearch}/zope/proxy
-%{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth
%{python_sitearch}/zope[_.]proxy-%{version}.dist-info
%files %{python_files devel}
%dir %{python_sysconfig_path include}/zope[_.]proxy
%{python_sysconfig_path include}/zope[_.]proxy/*
+%dir %{python_sitearch}/zope
%{python_sitearch}/zope/proxy/proxy.h
%endif
++++++ zope_proxy-6.1.tar.gz -> zope_proxy-7.1.tar.gz ++++++
++++ 2586 lines of diff (skipped)