Path to this page:
Subject: CVS commit: pkgsrc/devel/py-zope.hookable
From: Adam Ciarcinski
Date: 2024-10-14 12:42:39
Message id: 20241014104239.DBCFEFC7E@cvs.NetBSD.org
Log Message:
py-zope.hookable: updated to 7.0
7.0 (2024-09-17)
- 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.
Files: