./devel/py-zope.hookable, Zope hookable

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.0, Package name: py312-zope.hookable-7.0, Maintainer: pkgsrc-users

===============
zope.hookable
===============

This package supports the efficient creation of "hookable" objects, which
are callable objects that are meant to be optionally replaced.

The idea is that you create a function that does some default thing and make it
hookable. Later, someone can modify what it does by calling its sethook method
and changing its implementation. All users of the function, including those
that imported it, will see the change.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 20.891 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 12:42:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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.
   2023-10-06 12:50:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.hookable: updated to 6.0

6.0 (2023-10-05)
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.12.
   2022-11-17 18:08:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.hookable: updated to 5.4

5.4 (2022-11-17)
================
- Add support for building arm64 wheels on macOS.
   2022-11-17 11:41:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.hookable: updated to 5.3

5.3 (2022-11-03)
================

- Add support for the final release of Python 3.11.
   2022-09-19 10:46:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.hookable: updated to 5.2

5.2 (2022-09-13)
================
- Add support for Python 3.10 and 3.11 (as of 3.11.0rc1).
- Disable unsafe math optimizations in C code.
   2022-02-11 12:20:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.hookable: updated to 5.1.0

5.1.0:
Add support for Python 3.9.
Create Linux aarch64 wheels.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS