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

Changelog

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

  * Add upstream proposed patch in PR to make it compatible with Python3
  * Bump std-version to 4.6.0
  * Bump compat level to 13
  * Update watch file
  * Add R^3: no

 -- Gianfranco Costamagna <email address hidden>  Thu, 24 Mar 2022 16:49:13 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-darts.lib.utils.lru_0.5-6.dsc 2.2 KiB 62ea55b9f1fa017c0bddbe549180e583386ceb3ab1fde617ce6d890652648761
python-darts.lib.utils.lru_0.5.orig.tar.gz 19.4 KiB f3016ff8d004aadf27951e6b5715e2d097c0b57d988c5ef19eba79c7779f3765
python-darts.lib.utils.lru_0.5-6.debian.tar.xz 4.8 KiB e23cbeb28536089039150306069401852e67d82eb47bee719608b9d6f8a89180

Available diffs

No changes file available.

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.