python-cachetools 1.1.5-1 source package in Ubuntu

Changelog

python-cachetools (1.1.5-1) unstable; urgency=medium

  * New upstream release.

 -- Christian Kastner <email address hidden>  Tue, 03 Nov 2015 12:32:40 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachetools_1.1.5-1.dsc 2.1 KiB 7b4ccab0e594407c557fd3e1d24eeec1d7ec104f721222992a535b7fbd85fa86
python-cachetools_1.1.5.orig.tar.gz 22.3 KiB 27ff389b5eddf629b75349c4d46abee7b5e3fbbfe10ec52992eab67ddf75ddf5
python-cachetools_1.1.5-1.debian.tar.xz 2.7 KiB 69eb380e80113236f30a0a90a9916091284e3c6e53a14bd3d0a360a61b590795

Available diffs

No changes file available.

Binary packages built by this source

python-cachetools: No summary available for python-cachetools in ubuntu yakkety.

No description available for python-cachetools in ubuntu yakkety.

python3-cachetools: extensible memoizing collections and decorators for Python 3

 This Python 3 module provides various memoizing collections and decorators,
 including a variant of the Python 3 Standard Library functools.lru_cache()
 function decorator.
 .
 The supported cache algorithms are:
 .
  * Least recently used (LRU)
  * Least frequently used (LFU)
  * Random replacement (RR)
  * Per-item time-to-live (TTL)