Package python-module-dogpile.cache: Information

    Source package: python-module-dogpile.cache
    Version: 0.7.1-alt1
    Build time:  Apr 23, 2019, 01:28 AM in the task #227971
    Report package bug
    License: BSD
    Summary: A caching front-end based on the Dogpile lock
    Description: 
    A caching API built around the concept of a "dogpile lock", which allows
    continued access to an expiring data value while a single thread
    generates a new value.
    
    dogpile.cache builds on the dogpile.core locking system, which
    implements the idea of "allow one creator to write while others read" in
    the abstract. Overall, dogpile.cache is intended as a replacement to the
    Beaker caching system, the internals of which are written by the same
    author. All the ideas of Beaker which "work" are re-implemented in
    dogpile.cache in a more efficient and succinct manner, and all the cruft
    (Beaker's internals were first written in 2005) relegated to the trash
    heap.

    List of rpms provided by this srpm:
    python-module-dogpile.cache (x86_64, i586, aarch64)
    python-module-dogpile.cache-docs (noarch)
    python-module-dogpile.cache-pickles (x86_64, i586, aarch64)
    python3-module-dogpile.cache (x86_64, i586, aarch64)

    Maintainer: Alexey Shabalin


      1. python3-devel
      2. python3-module-coverage
      3. python3-module-decorator
      4. python3-module-mako
      5. python3-module-mock
      6. python3-module-nose
      7. python3-module-setuptools
      8. python3-module-setuptools
      9. python-devel
      10. rpm-build-python3
      11. python-module-changelog
      12. python-module-coverage
      13. python-module-decorator
      14. rpm-macros-sphinx
      15. python-module-mako
      16. python-module-mock
      17. python-module-nose
      18. python-module-setuptools
      19. python-module-setuptools
      20. python-module-sphinx-devel
      21. python-module-sphinx-paramlinks

    Last changed


    April 22, 2019 Alexey Shabalin 0.7.1-alt1
    - 0.7.1
    Feb. 2, 2018 Stanislav Levin 0.6.2-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    Oct. 18, 2016 Alexey Shabalin 0.6.2-alt1
    - 0.6.2
    - The dogpile.core package has been rolled into dogpile.cache directly