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

Changelog

python-repoze.lru (0.6-3) unstable; urgency=low


  * Add patches that mark 0.1s timing tests expect failure, as python
    sleep can complete before requested time elapses.

 -- Dmitrijs Ledkovs <email address hidden>  Fri, 02 Aug 2013 09:09:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-repoze.lru_0.6-3.dsc 2.1 KiB 2a290a1449adfaa744a9df5865d2eac2f071a27e380d7ae36c9dbe795cee40b5
python-repoze.lru_0.6.orig.tar.gz 19.3 KiB 0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
python-repoze.lru_0.6-3.debian.tar.gz 3.5 KiB 09049c9fc56dbe9b694c9bbcc71ac8b0307c6abb441483fb594f47a338ec5584

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.