python-dogpile.cache 0.5.7-1ubuntu1 source package in Ubuntu

Changelog

python-dogpile.cache (0.5.7-1ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Add autopkg tests.
    - Drop obsolete and undocumented Pre-Depends on a pre-lucid dpkg
      version. There is no need to run python-dogpile.cache's autopkg
      tests when a new dpkg version is uploaded.
    - Build-depend on python{,3}-coverage.

 -- Corey Bryant <email address hidden>  Mon, 07 Mar 2016 14:24:37 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dogpile.cache_0.5.7.orig.tar.xz 48.3 KiB 7f99c210e39e19a4941dfbd9397a2d000e63f2749a4522aadaa9ee998aed8e66
python-dogpile.cache_0.5.7-1ubuntu1.debian.tar.xz 4.2 KiB 821568babe853071d2a2167a6f491491d15e41e5dde5c7a4b644536a585eac87
python-dogpile.cache_0.5.7-1ubuntu1.dsc 2.7 KiB 575153249471fb974b75f659059c30f24d5907b45c8004a110762d4d563d0684

Available diffs

View changes file

Binary packages built by this source

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

No description available for python-dogpile.cache in ubuntu yakkety.

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.