python-cachetools 3.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.

  [ Christian Kastner ]
  * d/control: Bump Standards-Version to 4.4.1 (no changes needed)

 -- Christian Kastner <email address hidden>  Tue, 15 Oct 2019 15:18:52 +0200

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-1.dsc 2.2 KiB ae5e12dbb6ff775a243667244df6988375b8ed255b1380598d89bf4fb651be22
python-cachetools_3.1.1.orig.tar.gz 20.0 KiB 01ee1c1a94ece91cd18f5b2175156fd9089830e78f7c4241ab84cd3315bd60d1
python-cachetools_3.1.1-1.debian.tar.xz 3.4 KiB 40285545eb2560e62dd724cbe6033092e1914abbb90e8f164ef570a51f3769ca

No changes file available.

Binary packages built by this source

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

No description available for python-cachetools in ubuntu focal.

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)