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

    Binary package: python3-module-zope.deferredimport-tests
    Version: 4.3.1-alt1
    Architecture: e2kv6
    Build time:  Jul 4, 2022, 11:20 PM
    Report package bug
    License: ZPLv2.1
    Summary: Tests for zope.deferredimport
    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.
    
    This package contains tests for zope.deferredimport.

    Maintainer: Nikolai Kostrigin


    Last changed


    Dec. 25, 2019 Nikolai Kostrigin 4.3.1-alt1
    - NMU: 4.3 -> 4.3.1
    - Remove python2 module build
    - Rearrange unittests execution
    Feb. 27, 2019 Andrey Bychkov 4.3-alt1
    - Version updated to 4.3
    Feb. 2, 2018 Stanislav Levin 4.1.1-alt1.dev0.git20150402.1.1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    - Move samples to examples subpackage