lru-dict 1.3.0-1build1 source package in Ubuntu

Changelog

lru-dict (1.3.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:13:36 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
lru-dict_1.3.0.orig.tar.gz 12.2 KiB 9fc9c3b2ecb88b5c96a2b3f86cb6ed38af12a138b3637f9e94f62163d71d707d
lru-dict_1.3.0-1build1.debian.tar.xz 2.5 KiB 212dfec8bef527d2f06d27407b239f2d3e178d9d7299fc32fce67f58a2f7ca9a
lru-dict_1.3.0-1build1.dsc 2.1 KiB 644b0516519ba841527aaf724b8b0007d2c6349e647fc4471d282721382a5cc0

View changes file

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