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,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 28 21:47:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>