diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 8de225a..ed1c08d 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 28 21:47:49 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Fri Dec 29 12:02:12 UTC 2023 - Dirk Müller diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index 562f3d5..b548859 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -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 @@ BuildArch: noarch 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 diff --git a/zope.hookable-6.0.tar.gz b/zope.hookable-6.0.tar.gz deleted file mode 100644 index a1fe9f5..0000000 --- a/zope.hookable-6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1668993d40a7cfdc867843dd5725929e7f83a5b0c195c709af1daef8274f43cb -size 24013 diff --git a/zope_hookable-7.0.tar.gz b/zope_hookable-7.0.tar.gz new file mode 100644 index 0000000..cbf4a84 --- /dev/null +++ b/zope_hookable-7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd25a6706789752f307d1ee65d23d47436ebf30d1095f14584ebbd03bf921f3 +size 21392