python-expiringdict 1.1.4-2 source package in Ubuntu

Changelog

python-expiringdict (1.1.4-2) unstable; urgency=medium

  * Team upload
  * Add Python Team to Uploaders (justified by #943747)

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Bastian Germann <email address hidden>  Wed, 25 Jan 2023 14:56:49 +0100

Upload details

Uploaded by:
dkg
Uploaded to:
Sid
Original maintainer:
dkg
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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-expiringdict_1.1.4-2.dsc 1.9 KiB 3d6610e4e14e3491f97b7f900c36f3fca3fefbb22e3deed3410ae16e8c0432dd
python-expiringdict_1.1.4.orig.tar.gz 6.7 KiB 9275c3f3aa6cabe394355b6454100eb1cdfe395c6b592c26603a2a0f9e3a0587
python-expiringdict_1.1.4-2.debian.tar.xz 2.2 KiB 1ac48fb139d0bbf20418bfae182b762e73c3f37c739938a253ab8956bca89efd

Available diffs

No changes file available.

Binary packages built by this source

python3-expiringdict: Python3 caching library

 expiringdict is a Python caching library, providing an ordered
 dictionary with auto-expiring values for caching purposes. Expiration
 happens on any access, object is locked during cleanup from expired
 values. ExpiringDict stores at most a maximum number of elements -
 the oldest will be deleted.
 .
 This is the Python 3 version of this package.