python-dogpile.cache 0.9.0-0ubuntu1 source package in Ubuntu
Changelog
python-dogpile.cache (0.9.0-0ubuntu1) focal; urgency=medium [ Corey Bryant ] * d/gbp.conf: Update gbp configuration file. * d/control: Update Vcs-* links and maintainers. [ Sahid Orentino Ferdjaoui ] * d/watch: Get tarballs from pypi.debian.net. * New upstream release for OpenStack Ussuri. * d/p/no-intersphinx.patch: Rebased. * d/p/remove-non-deterministic-tests.patch: Rebased. -- Sahid Orentino Ferdjaoui <email address hidden> Mon, 03 Feb 2020 10:17:30 +0000
Upload details
- Uploaded by:
- Sahid Orentino
- Sponsored by:
- James Page
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-dogpile.cache_0.9.0.orig.tar.gz | 318.2 KiB | b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b |
python-dogpile.cache_0.9.0-0ubuntu1.debian.tar.xz | 5.4 KiB | c9ff52f1138f156e9d9f52975d30615e45fe08ec81ee02edaa0e63d609e3cd83 |
python-dogpile.cache_0.9.0-0ubuntu1.dsc | 2.5 KiB | c79f0b4f966133687fce5e5ad1c5bb16fa2ebc3fffbd932ddb641570860795ff |
Available diffs
- diff from 0.7.1-1ubuntu1 to 0.9.0-0ubuntu1 (283.7 KiB)
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.