Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.hookable for
openSUSE:Factory checked in at 2024-10-29 14:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.hookable (Old)
and /work/SRC/openSUSE:Factory/.python-zope.hookable.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.hookable"
Tue Oct 29 14:35:23 2024 rev:19 rq:1218873 version:7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.hookable/python-zope.hookable.changes
2024-01-05 22:59:04.801156624 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.hookable.new.2020/python-zope.hookable.changes
2024-10-29 14:35:56.851511801 +0100
@@ -1,0 +2,12 @@
+Mon Oct 28 21:47:49 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 7.0:
+ * C extension now enables multi-phase module initialization
+ (PEP 489). For CPython >= 3.11, the hookable type is now a
+ heap-allocated type. See:
+ https://docs.python.org/3.13/howto/isolating-extensions.html
+ * Drop support for Python 3.7.
+ * Add support for Python 3.13.
+ * Build windows wheels on GHA.
+
+-------------------------------------------------------------------
Old:
----
zope.hookable-6.0.tar.gz
New:
----
zope_hookable-7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.hookable.spec ++++++
--- /var/tmp/diff_new_pack.w47HsE/_old 2024-10-29 14:35:58.711589104 +0100
+++ /var/tmp/diff_new_pack.w47HsE/_new 2024-10-29 14:35:58.711589104 +0100
@@ -1,5 +1,5 @@
#
-# spec file
+# spec file for package python-zope.hookable
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
@@ -27,12 +27,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.hookable%{psuffix}
-Version: 6.0
+Version: 7.0
Release: 0
Summary: Zope hookable
License: ZPL-2.1
URL: https://github.com/zopefoundation/zope.hookable
-Source:
https://files.pythonhosted.org/packages/source/z/zope.hookable/zope.hookable-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/z/zope.hookable/zope_hookable-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -70,7 +70,7 @@
This package contains documentation files for %{name}.
%prep
-%setup -q -n zope.hookable-%{version}
+%autosetup -p1 -n zope_hookable-%{version}
rm -rf zope.hookable.egg-info
%build