Package python3-module-zope.cachedescriptors: Information

    Source package: python3-module-zope.cachedescriptors
    Version: 4.3.1-alt2
    Build time:  Feb 12, 2020, 09:22 AM in the task #245875
    Report package bug
    License: ZPLv2.1
    Summary: Method and property caching decorators
    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.

    List of rpms provided by this srpm:
    python3-module-zope.cachedescriptors (x86_64, ppc64le, i586, aarch64)
    python3-module-zope.cachedescriptors-tests (x86_64, ppc64le, i586, aarch64)

    Maintainer: Andrey Bychkov


      1. python3-module-setuptools
      2. python3-module-zope.testrunner
      3. rpm-build-python3

    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