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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Thu, 24 Mar 2022 11:32:59 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dogpile.cache_1.1.5-2.dsc 2.4 KiB db79fc39a75b9043ab2639febb04474f1153aee407aac9a0b7cf44906b634df4
python-dogpile.cache_1.1.5.orig.tar.xz 82.9 KiB 1a5bc6a65ff1224c4134d04ecdf9137ec67339e2afa4d47ded54e60abe406193
python-dogpile.cache_1.1.5-2.debian.tar.xz 5.6 KiB c935aea36102983f4b698c6eb1fe51b485234ae8ed64500448e6c3c9344d73a6

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 kinetic.

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

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.