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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 23 Sep 2022 12:57:40 +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
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dogpile.cache_1.1.8-2.dsc 2.4 KiB 899a9171b83b8747ca21573b060a502ff4d1ac39af36cda4fb0676e5a6c19718
python-dogpile.cache_1.1.8.orig.tar.xz 84.8 KiB 2329d027f289a5bfb6fd9eeabd7a8d518ac2c3117e1808fbd48cf1f967fba85e
python-dogpile.cache_1.1.8-2.debian.tar.xz 5.8 KiB 226e39fdcc27a00aa10fcfdfd440fd1934ea8a18b1a4d718f18a51f2ab2400c3

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.