Package python3-module-zope.deferredimport: Information

    Binary package: python3-module-zope.deferredimport
    Version: 5.0-alt1
    Architecture: armh
    Build time:  Jun 29, 2023, 11:36 AM in the task #323874
    Report package bug
    License: ZPL-2.1
    Summary: Allows you to perform imports names that will be resolved when used in the code
    Description: 
    Often, especially for package modules, you want to import names for
    convenience, but not actually perform the imports until necessary. The
    zope.deferredimport package provided facilities for defining names in
    modules that will be imported from somewhere else when used. You can
    also cause deprecation warnings to be issued when a variable is used.

    Maintainer: Anton Vyatkin


    ACL:
    Nikolai Kostrigin
    @everybody

    Last changed


    June 29, 2023 Anton Vyatkin 5.0-alt1
    - New version 5.0.
    May 19, 2023 Anton Vyatkin 4.4-alt1
    - New version 4.4.
    Dec. 25, 2019 Nikolai Kostrigin 4.3.1-alt1
    - NMU: 4.3 -> 4.3.1
    - Remove python2 module build
    - Rearrange unittests execution