Пакет python3-module-dogpile.cache: Информация

    Исходный пакет: python3-module-dogpile.cache
    Версия: 1.3.0-alt1
    Собран:  28 января 2024 г. 13:38
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/dogpile.cache/

    Лицензия: MIT
    О пакете: A caching front-end based on the Dogpile lock
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-dogpile.cache (mipsel)

    Сопровождающий: Grigory Ustinov


      1. python3-module-decorator
      2. python3-module-mako
      3. python3-module-pbr
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3-module-pytest
      6. python3-module-setuptools
      7. python3-module-stevedore
      8. python3-module-tox
      9. python3-module-wheel
      10. rpm-build-python3

    Последнее изменение


    25 декабря 2023 г. Grigory Ustinov 1.3.0-alt1
    - Automatically updated to 1.3.0.
    11 июля 2023 г. Grigory Ustinov 1.2.2-alt1
    - Automatically updated to 1.2.2.
    11 июня 2023 г. Grigory Ustinov 1.2.1-alt1
    - Automatically updated to 1.2.1.
    - Fixed license.