head 1.2; access; symbols pkgsrc-2020Q1:1.1.0.10 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.12 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.8 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.6 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.4 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2020.06.08.13.09.07; author adam; state dead; branches; next 1.1; commitid nBHV7TIAWzHmfqbC; 1.1 date 2018.10.28.15.17.47; author taca; state Exp; branches; next ; commitid ke4PKzMZT0qhTJXA; desc @@ 1.2 log @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. @ text @$NetBSD: patch-tox.ini,v 1.1 2018/10/28 15:17:47 taca Exp $ Python 3.7 support from 0db68de5a45475b9af37b8c3dade560c2d5317cd. --- tox.ini.orig 2017-11-07 17:46:36.000000000 +0000 +++ tox.ini @@@@ -1,6 +1,6 @@@@ [tox] envlist = - py27,py27-pure,py34,py35,py36,pypy,pypy3,coverage,docs + py27,py27-pure,py34,py35,py36,py37,pypy,pypy3,coverage,docs [testenv] commands = @ 1.1 log @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. @ text @d1 1 a1 1 $NetBSD$ @