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 2024-10-14 13:06:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python-zope.interface.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface"
Mon Oct 14 13:06:27 2024 rev:40 rq:1207763 version:7.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes
2024-09-09 14:43:28.940313798 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.interface.new.19354/python-zope.interface.changes
2024-10-14 13:06:31.174972160 +0200
@@ -1,0 +2,15 @@
+Mon Oct 14 03:37:17 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 7.1.0:
+ * Declare support for Python 3.13.
+ * Fix segmentation faults on Python 3.13. (#323)
+- Drop patch fix-testsuite-segfault.patch, included upstream.
+- Switch to autosetup macros.
+
+-------------------------------------------------------------------
+Wed Sep 25 13:39:50 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Cherry-pick upstream patch to fix testsuite segfault with Python 3.13
+ * fix-testsuite-segfault.patch
+
+-------------------------------------------------------------------
Old:
----
zope.interface-7.0.3.tar.gz
New:
----
zope_interface-7.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.ziUTnD/_old 2024-10-14 13:06:32.063009437 +0200
+++ /var/tmp/diff_new_pack.ziUTnD/_new 2024-10-14 13:06:32.063009437 +0200
@@ -24,24 +24,24 @@
%define psuffix %{nil}
%bcond_with test
%endif
-%global modname zope.interface
+%global modname zope_interface
%{?sle15_python_module_pythons}
Name: python-zope.interface%{psuffix}
-Version: 7.0.3
+Version: 7.1.0
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/zope.interface/%{modname}-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
# needed for tests that try to compile things
-BuildRequires: %{python_module devel >= 3.7}
+BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
# SECTION test requirements
%if %{with test}
BuildRequires: %{python_module zope.event}
-BuildRequires: %{python_module zope.interface}
+BuildRequires: %{python_module zope.interface = %{version}}
BuildRequires: %{python_module zope.testing}
%endif
# /SECTION
@@ -60,7 +60,7 @@
the Design By Contract methodology support in Python.
%prep
-%setup -q -n %{modname}-%{version}
+%autosetup -p1 -n %{modname}-%{version}
%build
%if !%{with test}
@@ -84,7 +84,7 @@
%files %{python_files}
%license LICENSE.txt COPYRIGHT.txt
%doc CHANGES.rst README.rst
-%{python_sitearch}/zope.interface-%{version}*-info
+%{python_sitearch}/zope.interface-%{version}.dist-info
%{python_sitearch}/zope.interface-%{version}*-nspkg.pth
%dir %{python_sitearch}/zope
%{python_sitearch}/zope/interface