python-cachetools 3.1.1-3 source package in Ubuntu

Changelog

python-cachetools (3.1.1-3) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937627

 -- Sandro Tosi <email address hidden>  Thu, 26 Dec 2019 16:54:38 -0500

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachetools_3.1.1-3.dsc 2.1 KiB 9817b4091e40906479c47d50be6e069a5753cdfa4182627281cda1cf7904b957
python-cachetools_3.1.1.orig.tar.gz 20.0 KiB 01ee1c1a94ece91cd18f5b2175156fd9089830e78f7c4241ab84cd3315bd60d1
python-cachetools_3.1.1-3.debian.tar.xz 3.3 KiB d819288fd4ac08abd3dae75b3617ceab971e7d4fe104254ee9c3d5600911482d

Available diffs

No changes file available.

Binary packages built by this source

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)