lru-dict 1.2.0-1 source package in Ubuntu

Changelog

lru-dict (1.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version.
  * Update copyright year.

 -- Edward Betts <edward@4angle.com>  Sat, 27 May 2023 22:40:31 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
lru-dict_1.2.0-1.dsc 2.0 KiB c59b0c6f4d9576acc2c4c8e2910b522677362dbc00f566276f0995d6f36abc5e
lru-dict_1.2.0.orig.tar.gz 10.4 KiB d273cd5a8dbd29c6065e8055231e8472305974574d8403a12d0834b91cbe1ade
lru-dict_1.2.0-1.debian.tar.xz 2.4 KiB 3fc4c97375373298b3d1c1696d121a8c552a2b0bc8eee932b637c5248ce3e560

No changes file available.

Binary packages built by this source

python3-lru-dict: Dict like LRU container for Python

 A fixed size dict like container which evicts Least Recently Used (LRU) items
 once size limit is exceeded. There are many Python implementations available
 which does similar things. This is a fast and efficient C implementation.
 LRU maximum capacity can be modified at run-time.

python3-lru-dict-dbgsym: debug symbols for python3-lru-dict