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

Changelog

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

  [ Gianfranco Costamagna ]
  * drop Python2 package
    Closes: #937686
  * Bump compat level to 12
  * Bump std-version to 4.4.0

  [ Raphaƫl Hertzog ]
  * Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org

 -- Gianfranco Costamagna <email address hidden>  Wed, 04 Sep 2019 13:02:08 +0200

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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-darts.lib.utils.lru_0.5-5.dsc 2.2 KiB bf381ade69b2dfb169c79c1e8d76216ce0c74101a929f90a5b4b8059f4444a35
python-darts.lib.utils.lru_0.5.orig.tar.gz 19.4 KiB f3016ff8d004aadf27951e6b5715e2d097c0b57d988c5ef19eba79c7779f3765
python-darts.lib.utils.lru_0.5-5.debian.tar.xz 2.7 KiB c8be8bb509554e06f385307798089b79c9bedd159948a80cc8d93685262b3413

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.