python-darts.lib.utils.lru 0.5-6build1 source package in Ubuntu

Changelog

python-darts.lib.utils.lru (0.5-6build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Sebastien Bacher <email address hidden>  Fri, 28 Nov 2025 22:30:31 +0100

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Resolute
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-darts.lib.utils.lru_0.5.orig.tar.gz 19.4 KiB f3016ff8d004aadf27951e6b5715e2d097c0b57d988c5ef19eba79c7779f3765
python-darts.lib.utils.lru_0.5-6build1.debian.tar.xz 4.8 KiB 7deacb448f514ce1f875c0273407d7282058e40211f6e73cd775602ca2bc4ec5
python-darts.lib.utils.lru_0.5-6build1.dsc 2.2 KiB eca6ed7975cb558723eae85bb92b2d8ca01cbb80692077aee1752fdaa9d73c71

Available diffs

View changes file

Binary packages built by this source

python-darts.lib.utils.lru-doc: Simple dictionary with LRU behaviour in Python (common documentation)

 An LRUDict is basically a simple dictionary, which has a defined maximum
 capacity, that may be supplied at construction time, or modified at run-time
 via the capacity property.
 The class SynchronizedLRUDict, which exposes the same interface as plain
 LRUDict, but fully thread-safe.
 .
 This is the common documentation package.

python3-darts.lib.utils.lru: Simple dictionary with LRU behaviour in Python3

 An LRUDict is basically a simple dictionary, which has a defined maximum
 capacity, that may be supplied at construction time, or modified at run-time
 via the capacity property.
 The class SynchronizedLRUDict, which exposes the same interface as plain
 LRUDict, but fully thread-safe.
 .
 This is the Python 3 version of the package.