python-cachetools 3.1.1-2 source package in Ubuntu

Changelog

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

  * autopkgtest: Move from python to python2
    Fixes a debci regression, in assumed connection to the py2removal efforts.

 -- Christian Kastner <email address hidden>  Tue, 29 Oct 2019 18:48:41 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachetools_3.1.1-2.dsc 2.2 KiB 4afac3410415b615fe2e642c63ac857d65bec6901773eacf1991e04f5df7b9bd
python-cachetools_3.1.1.orig.tar.gz 20.0 KiB 01ee1c1a94ece91cd18f5b2175156fd9089830e78f7c4241ab84cd3315bd60d1
python-cachetools_3.1.1-2.debian.tar.xz 3.4 KiB 866a2113c5c62b7680ea5b5c2707ee89d5f654ccf0a6d1a001489ed86aad0a5a

Available diffs

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)