Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-06-08 15:09:07 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-zope.hookable: updated to 5.0.1

5.0.1:
- Stop using the setuptools ``Feature`` class, allowing this
  project to be built from source with newer versions of setuptools
  that remove that functionality.

5.0.0:
- Add support for Python 3.7 and 3.8.
- Drop support for Python 3.4.
   2019-07-03 09:19:04 by Nia Alarie | Files touched by this commit (12)
Log message:
Use https for github.
   2018-10-28 16:17:48 by Takahiro Kambe | Files touched by this commit (6)
Log message:
devel/py-zope.hookable: add version 4.2.0

Add devel/py-zope.hookable package version 4.2.0 with Python 3.7 support
from upstream.

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

Next | Query returned 13 messages, browsing 11 to 20 | previous