heapdict 1.0.1-2 source package in Ubuntu

Changelog

heapdict (1.0.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.

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

 -- Sandro Tosi <email address hidden>  Mon, 02 May 2022 23:42:13 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
heapdict_1.0.1-2.dsc 2.0 KiB a001cef6247f69742b0ebc43228ebb700eada478ee829e674754db01a283afc1
heapdict_1.0.1.orig.tar.gz 4.2 KiB 8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6
heapdict_1.0.1-2.debian.tar.xz 2.9 KiB c789c4f26bf579b31156baa96539772fbb01a07a3f7a31f5616beeab5f5bd4ff

Available diffs

No changes file available.

Binary packages built by this source

python3-heapdict: heap with decrease-key and increase-key operations for Python 3

 heapdict implements the MutableMapping ABC, meaning it works pretty
 much like a regular Python dict. It's designed to be used as a
 priority queue.
 .
 This contains the Python 3 version