From 9d4622abffdc6cbbc4fe8a3553c04c35a01c9683a12c898efc6c8e71dc50062f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 8 Sep 2024 13:12:08 +0000 Subject: [PATCH] - update to 7.0.3: * Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python < 3.12. * Fix reference-counting bug in C module initialization (broken in 7.0). * Fix subclassability of ObjectSpecificationDescriptor (broken in 7.0). * Enable heap-based types (PEP 384) for Python >= 3.11. * Adopt multi-phase module initialization (PEP 489). * Drop support for Python 3.7. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=70 --- python-zope.interface.changes | 14 ++++++++++++++ python-zope.interface.spec | 2 +- zope.interface-6.4.post2.tar.gz | 3 --- zope.interface-7.0.3.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 zope.interface-6.4.post2.tar.gz create mode 100644 zope.interface-7.0.3.tar.gz diff --git a/python-zope.interface.changes b/python-zope.interface.changes index c19bf2c..f25c7c2 100644 --- a/python-zope.interface.changes +++ b/python-zope.interface.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Sep 8 13:11:24 UTC 2024 - Dirk Müller + +- update to 7.0.3: + * Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python < + 3.12. + * Fix reference-counting bug in C module initialization (broken + in 7.0). + * Fix subclassability of ObjectSpecificationDescriptor (broken + in 7.0). + * Enable heap-based types (PEP 384) for Python >= 3.11. + * Adopt multi-phase module initialization (PEP 489). + * Drop support for Python 3.7. + ------------------------------------------------------------------- Mon Jun 10 08:29:04 UTC 2024 - Dirk Müller diff --git a/python-zope.interface.spec b/python-zope.interface.spec index 8cd4d71..b4a9082 100644 --- a/python-zope.interface.spec +++ b/python-zope.interface.spec @@ -27,7 +27,7 @@ %global modname zope.interface %{?sle15_python_module_pythons} Name: python-zope.interface%{psuffix} -Version: 6.4.post2 +Version: 7.0.3 Release: 0 Summary: Interfaces for Python License: ZPL-2.1 diff --git a/zope.interface-6.4.post2.tar.gz b/zope.interface-6.4.post2.tar.gz deleted file mode 100644 index a196830..0000000 --- a/zope.interface-6.4.post2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c207e6f6dfd5749a26f5a5fd966602d6b824ec00d2df84a7e9a924e8933654e -size 294539 diff --git a/zope.interface-7.0.3.tar.gz b/zope.interface-7.0.3.tar.gz new file mode 100644 index 0000000..00a24d2 --- /dev/null +++ b/zope.interface-7.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2690d4b08ec9eaf47a85914fe513062b20da78d10d6d789a792c0b20307fb1 +size 252504