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

    Binary package: python3-module-zope.cachedescriptors-tests
    Version: 4.3.1-alt2
    Architecture: aarch64
    Build time:  Feb 12, 2020, 09:22 AM in the task #245875
    Report package bug
    License: ZPLv2.1
    Summary: Tests for zope.cachedescriptors
    Description: 
    Cached descriptors cache their output. They take into account instance
    attributes that they depend on, so when the instance attributes change,
    the descriptors will change the values they return.
    
    Cached descriptors cache their data in _v_ attributes, so they are also
    useful for managing the computation of volatile attributes for
    persistent objects.
    
    This package contains tests for zope.cachedescriptors.

    Maintainer: Andrey Bychkov


    Last changed


    Feb. 11, 2020 Andrey Bychkov 4.3.1-alt2
    - Build for python2 disabled.
    June 3, 2019 Vitaly Lipatov 4.3.1-alt1
    - new version 4.3.1 (with rpmrb script)
    Feb. 2, 2018 Stanislav Levin 4.2.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools