Package python3-module-collective.monkeypatcher-tests: Information

    Binary package: python3-module-collective.monkeypatcher-tests
    Version: 1.2-alt2
    Architecture: e2k
    Build time:  Feb 9, 2024, 05:33 AM
    Report package bug
    License: BSD
    Summary: Tests for collective.monkeypatcher
    Description: 
    Sometimes, a monkey patch is a necessary evil.
    
    This package makes it easier to apply a monkey patch during Zope
    startup. It uses the ZCML configuration machinery to ensure that patches
    are loaded "late" in the startup cycle, so that the original code has
    had time to be fully initialised and configured. This is similar to
    using the initialize() method in a product's __init__.py, except it does
    not require that the package be a full-blown Zope 2 product with a
    persistent Control_Panel entry.
    
    This package contains tests for collective.monkeypatcher.

    Maintainer: Grigory Ustinov


    Last changed


    Feb. 2, 2024 Grigory Ustinov 1.2-alt2
    - Moved on modern pyproject macros.
    Jan. 10, 2020 Nikolai Kostrigin 1.2-alt1
    - NMU: 1.1.3 -> 1.2
    - Remove python2 module build
    - Rearrange unittests execution
    Feb. 2, 2018 Stanislav Levin 1.1.3-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools