python-cachetools 4.0.0-1 source package in Ubuntu
Changelog
python-cachetools (4.0.0-1) unstable; urgency=medium * New upstream version 4.0.0 * Create d/clean to remove .egg-info -- Christian Kastner <email address hidden> Wed, 08 Jan 2020 08:14:02 +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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cachetools_4.0.0-1.dsc | 2.1 KiB | 5b70764d7e57879259238747b13a31b4df352ad80b24460f976fa1110d441cac |
python-cachetools_4.0.0.orig.tar.gz | 19.7 KiB | 43a2a978e883a0085a4494346045027587095edc7957af07a0866e0b2e06fa76 |
python-cachetools_4.0.0-1.debian.tar.xz | 3.4 KiB | a4b5527d54b6d710997feca2551341ec42b24c1bafa23eb83831f60330f9efec |
Available diffs
- diff from 3.1.1-3 to 4.0.0-1 (7.3 KiB)
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)