14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=36
This commit is contained in:
2024-10-28 21:48:05 +00:00
committed by Git OBS Bridge
parent 48dac8da32
commit 5f4dd72100
4 changed files with 19 additions and 7 deletions

View File

@@ -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