Package python3-module-zope.hookable-tests: Information

    Binary package: python3-module-zope.hookable-tests
    Version: 5.0.1-alt2
    Architecture: e2kv4
    Build time:  Jul 4, 2022, 11:48 PM
    Report package bug
    License: ZPL-2.1
    Summary: Tests for zope.hookable
    Description: 
    Support the efficient creation of hookable objects, which are callable
    objects that are meant to be replaced by other callables, at least
    optionally.
    
    The idea is 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.
    
    This package contains tests for zope.hookable.

    Maintainer: Grigory Ustinov


    Last changed


    May 31, 2021 Grigory Ustinov 5.0.1-alt2
    - Drop specsubst scheme.
    April 28, 2020 Stanislav Levin 5.0.1-alt1
    - 5.0.0 -> 5.0.1.
    Jan. 9, 2020 Grigory Ustinov 5.0.0-alt1
    - Build new version.
    - Fix license.