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

Changelog

python-dogpile.cache (1.3.1-1) unstable; urgency=medium

  * Removed python3-mock from build-depends (Closes: #1069916).
  * New upstream release.
  * Rebased remove-non-deterministic-tests.patch.

 -- Thomas Goirand <email address hidden>  Mon, 29 Apr 2024 08:13:10 +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
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dogpile.cache_1.3.1-1.dsc 2.4 KiB 88fba314d4a70841418b252047b43e6dd58ac49f0b048c4d563a8a79e3b13d84
python-dogpile.cache_1.3.1.orig.tar.xz 86.4 KiB afa5606912f8ebce7878c1cdef0e172952477820e1f65453e50f17691b9de894
python-dogpile.cache_1.3.1-1.debian.tar.xz 6.0 KiB ec2d58afb5cefc3bc5e8df71ac1bda310d2d79437b0c63ee297556fd543f4576

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.