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

Changelog

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


  * Team upload.
  * Add Breaks: python-repoze.who (<< 1.0.18-4~) to avoid issues with
    dh_python2/python-support conversion (Closes: #744367) 
  * Remove pointless python-Provides

 -- Scott Kitterman <email address hidden>  Sat, 17 May 2014 02:34:11 -0400

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

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-repoze.lru_0.6-5.dsc 2.1 KiB 0e897f2d3261c9a334a6767bf3c27e4584f24d7f8faca6a19f57a8be1c7527ec
python-repoze.lru_0.6.orig.tar.gz 19.3 KiB 0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
python-repoze.lru_0.6-5.debian.tar.xz 3.0 KiB 9d8d087d2f8c990864d3afb6d509535d425efa45da9662090cb5ba6f854e3d39

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.