heapdict 1.0.1-1 source package in Ubuntu

Changelog

heapdict (1.0.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Diane Trout]
  * New upstream release
  * Remove fix-setup.patch resolved upstream

 -- Ondřej Nový <email address hidden>  Tue, 13 Feb 2018 10:15:44 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
heapdict_1.0.1-1.dsc 2.0 KiB e0350adbd27dc07cfe9eeea7aad2f66d9caee9e0e4153538a2abd59267015c9b
heapdict_1.0.1.orig.tar.gz 4.2 KiB 8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6
heapdict_1.0.1-1.debian.tar.xz 2.8 KiB 7f9f9c160bff66f9cf54ff1e5559ddfbbd38c49c3f6fd16058375bf236222ba7

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