Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.interface for
openSUSE:Factory checked in at 2026-04-14 17:48:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python-zope.interface.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface"
Tue Apr 14 17:48:10 2026 rev:44 rq:1346249 version:8.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes
2025-04-11 16:45:50.572862815 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.interface.new.21863/python-zope.interface.changes
2026-04-14 17:48:19.087536206 +0200
@@ -1,0 +2,25 @@
+Sun Apr 12 20:09:38 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 8.3:
+ * Add support for free-threaded Python 3.14t
+ * Guard 4 unprotected ``PyErr_Clear()`` calls in the C extension
+ with ``PyErr_ExceptionMatches`` checks, matching the pattern
+ already used at 7 other sites in the same file. Without the
+ guard
+ * Move all supported package metadata into ``pyproject.toml``.
+ * Ignore ``__annotate_func__`` added in Python 3.14b1.
+
+-------------------------------------------------------------------
+Wed Dec 10 05:04:35 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 8.1.1:
+ * Drop support for Python 3.9.
+ * Add support for Python 3.14.
+ * Make tests resilient against different ways of calling them.
+ * Remove run-time dependency on setuptools.
+ * Replace pkg_resources namespace with PEP 420 native namespace.
+ * Drop support for Python 3.8.
+ * Allow using newer setuptools version.
+- Run the testsuite as upstream does.
+
+-------------------------------------------------------------------
Old:
----
zope.interface-7.2.tar.gz
New:
----
zope_interface-8.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.aHUhoe/_old 2026-04-14 17:48:19.831566960 +0200
+++ /var/tmp/diff_new_pack.aHUhoe/_new 2026-04-14 17:48:19.835567125 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.interface
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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,14 +27,14 @@
%global modname zope.interface
%{?sle15_python_module_pythons}
Name: python-zope.interface%{psuffix}
-Version: 7.2
+Version: 8.3
Release: 0
Summary: Interfaces for Python
License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.interface
-Source:
https://files.pythonhosted.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/z/%{modname}/zope_interface-%{version}.tar.gz
# needed for tests that try to compile things
-BuildRequires: %{python_module devel >= 3.8}
+BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -47,7 +47,6 @@
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-setuptools
%python_subpackages
%description
@@ -60,7 +59,7 @@
the Design By Contract methodology support in Python.
%prep
-%autosetup -p1 -n %{modname}-%{version}
+%autosetup -p1 -n zope_interface-%{version}
%build
%if !%{with test}
@@ -76,8 +75,8 @@
%check
%if %{with test}
-cd src
-%pyunittest zope/interface/{common/,}tests/test_*.py
+export PURE_PYTHON="1"
+%pyunittest discover -s src/zope
%endif
%if !%{with test}
@@ -85,7 +84,6 @@
%license LICENSE.txt COPYRIGHT.txt
%doc CHANGES.rst README.rst
%{python_sitearch}/zope[_.]interface-%{version}.dist-info
-%{python_sitearch}/zope.interface-%{version}*-nspkg.pth
%dir %{python_sitearch}/zope
%{python_sitearch}/zope/interface