python-cachetools 2.0.0-1 source package in Ubuntu

Changelog

python-cachetools (2.0.0-1) experimental; urgency=medium

  * New upstream release. Notable changes:
    - Support for deprecated features has been dropped
    - The *key functions have been moved to separate package "keys"
  * d/copyright:
    - Bump copyright years
  * d/control:
    - Bump X-Python3-Version to 3.3

 -- Christian Kastner <email address hidden>  Thu, 12 Jan 2017 21:07:17 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachetools_2.0.0-1.dsc 2.2 KiB 784b598ce24480ecbb579afc57751c1c2d2b6369669f8e54a07775e19ef6b9b8
python-cachetools_2.0.0.orig.tar.gz 18.1 KiB 496edfb243543c41d22638d1988ae979e7eb1b3d5191149d3d2dd22c54b32a97
python-cachetools_2.0.0-1.debian.tar.xz 3.0 KiB 85141bde21879aaa9633ec5dd11a378703364aa801fb6ab94a90e3c1cd6be9be

Available diffs

No changes file available.

Binary packages built by this source

python-cachetools: extensible memoizing collections and decorators for Python

 This Python 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)

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)