python-dogpile.cache 1.1.2-1 source package in Ubuntu

Changelog

python-dogpile.cache (1.1.2-1) experimental; urgency=medium

  * New upstream release.
  * Rebase remove-non-deterministic-tests.patch.

 -- Thomas Goirand <email address hidden>  Sun, 07 Mar 2021 21:03:28 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dogpile.cache_1.1.2-1.dsc 2.4 KiB 6a3a301cf1c443eb7394a6aa4e1d48e32c27846c7c8c0527e63c10544c6d2bc4
python-dogpile.cache_1.1.2.orig.tar.xz 81.2 KiB 0746a1c0a85a7daedb5b01ff1248d012b3739d7b0d943849696b5e7a4b7c16c1
python-dogpile.cache_1.1.2-1.debian.tar.xz 5.5 KiB 839782d7b39855d2c8dfee0c4b28c67c4da86b4e3b79865e3594f281d2d25b80

Available diffs

No changes file available.

Binary packages built by this source

python-dogpile.cache-doc: No summary available for python-dogpile.cache-doc in ubuntu hirsute.

No description available for python-dogpile.cache-doc in ubuntu hirsute.

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.