python-dogpile.cache 1.1.4-2 source package in Ubuntu

Changelog

python-dogpile.cache (1.1.4-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Thu, 30 Sep 2021 15:26:13 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dogpile.cache_1.1.4-2.dsc 2.4 KiB fe4fec76016cafff7aed01511342f0f94ca4d786149e0249bc3af725f0dcbdd0
python-dogpile.cache_1.1.4.orig.tar.xz 82.3 KiB a329516c086ba611c471541028344331fca254ddae65b7d348f704fdd15d0020
python-dogpile.cache_1.1.4-2.debian.tar.xz 5.6 KiB f4e8fdaed5dee760299f48a0a0bfbb34a4d6bef6e025fe9ef1ada718df2bb9cf

Available diffs

No changes file available.

Binary packages built by this source

python-dogpile.cache-doc: caching front-end based on the Dogpile lock - doc

 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
 (see http://pypi.python.org/pypi/dogpile.core), 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 (see
 http://beaker.groovie.org) 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.
 .
 This package provides the documentation.

python3-dogpile.cache: caching front-end based on the Dogpile lock - Python 3.x

 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
 (see http://pypi.python.org/pypi/dogpile.core), 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 (see
 http://beaker.groovie.org) 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.
 .
 This package provides the Python 3.x module.