lru-dict 1.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Switch to autopkgtest-pkg-pybuild.
  * Update Standards-Version.
  * Update copyright year.
  * Simplify debian/rules.
  * Simplify debian/watch.

 -- Edward Betts <edward@4angle.com>  Thu, 31 Jul 2025 13:06:23 +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
Questing release universe misc

Downloads

File Size SHA-256 Checksum
lru-dict_1.4.0-1.dsc 2.0 KiB b60ec82af55dbe6081292866b9c979ed5feee6387101f501f06df750f73a6407
lru-dict_1.4.0.orig.tar.gz 12.5 KiB 574435d3ece2cafb8f5473be5a0f77ec3c038437d1471a9ababadf2503541e16
lru-dict_1.4.0-1.debian.tar.xz 2.2 KiB 02ef3631fbce970985946aa56cf5fdbfc96837cf5bd0a393ec3ca8793a9b6da1

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