diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec index 1bcd62470bfe7ffe54abd3abaa85a582d228ff1a..9b58e2cdd2e057dfd7e635c0486a2b9219765de9 100644 --- a/python-zope-hookable.spec +++ b/python-zope-hookable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-hookable -Version: 6.0 +Version: 7.0 Release: 1 Summary: Zope hookable License: ZPL 2.1 URL: https://www.python.org/pypi/zope.hookable -Source0: https://files.pythonhosted.org/packages/78/ce/4eeb5f4d12bfb6ba46584c3e7cd0b8f29264b10a9159eaf06d90f71a22a9/zope.hookable-6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ca/ce/293f46f71beff79a17b7c6a81ad04a3e1d29196cc23e2f01cf240678c888/zope_hookable-7.0.tar.gz %description This package supports the efficient creation of "hookable" objects, which @@ -41,7 +41,7 @@ Provides: python3-zope-hookable-doc Development documents and examples for zope.hookable. %prep -%autosetup -n zope.hookable-%{version} +%autosetup -n zope_hookable-%{version} %build %py3_build @@ -81,6 +81,14 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Oct 24 2024 caiyuxin - 7.0-1 + * 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. + * Mon Dec 25 2023 jiangxinyu - 6.0-1 - Update package to version 6.0 diff --git a/zope.hookable-6.0.tar.gz b/zope.hookable-6.0.tar.gz deleted file mode 100644 index 7f8aba8f1ca94d0841aab15949361b4a47749c32..0000000000000000000000000000000000000000 Binary files a/zope.hookable-6.0.tar.gz and /dev/null differ diff --git a/zope_hookable-7.0.tar.gz b/zope_hookable-7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bca08bbbc312250365414e92408c7ad507700e27 Binary files /dev/null and b/zope_hookable-7.0.tar.gz differ