Package python3-module-collective.monkeypatcher: Information

    Source package: python3-module-collective.monkeypatcher
    Version: 1.2-alt2
    Build time:  Feb 9, 2024, 05:33 AM
    Report package bug
    License: BSD
    Summary: Support for applying monkey patches late in the startup cycle
    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.

    List of rpms provided by this srpm:
    python3-module-collective (e2kv6, e2kv5, e2kv4, e2k)
    python3-module-collective.monkeypatcher (e2kv6, e2kv5, e2kv4, e2k)
    python3-module-collective.monkeypatcher-tests (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Grigory Ustinov


      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-tox
      4. python3-module-wheel
      5. python3-module-zope.component
      6. python3-module-zope.component-tests
      7. python3-module-zope.configuration
      8. python3-module-zope.interface
      9. python3-module-zope.schema
      10. rpm-build-python3

    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