python-repoze.lru 0.6-4 source package in Ubuntu

Changelog

python-repoze.lru (0.6-4) unstable; urgency=medium


  * The tests appear to pass now, revert 0.6-3. (Closes: #739893)

 -- Dimitri John Ledkov <email address hidden>  Mon, 24 Feb 2014 09:44:56 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-repoze.lru_0.6-4.dsc 2.1 KiB 4d94b678f93ae36a7f6053bb8b9a029ae083b0bbdadccb82b3322034bbb9a821
python-repoze.lru_0.6.orig.tar.gz 19.3 KiB 0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
python-repoze.lru_0.6-4.debian.tar.gz 3.0 KiB 9c33dc77e4838625828f2f45789113938344cdb794ac8af919df2478be290f11

Available diffs

No changes file available.

Binary packages built by this source

python-repoze.lru: tiny LRU cache implementation and decorator

 repoze.lru is a LRU (least recently used) cache implementation. Keys and
 values that are not used frequently will be evicted from the cache faster
 than keys and values that are used frequently.
 .
 This is the Python 2 version of the package.

python3-repoze.lru: tiny LRU cache implementation and decorator for Python 3

 repoze.lru is a LRU (least recently used) cache implementation. Keys and
 values that are not used frequently will be evicted from the cache faster
 than keys and values that are used frequently.
 .
 This is the Python 3 version of the package.