heapdict 1.0.1-3 source package in Ubuntu

Changelog

heapdict (1.0.1-3) unstable; urgency=medium

  * Rewrite test runner to be compatble with Python3.12
    Added via use-unittest-api.patch (Closes: #1058391)
  * Updated Standards-Version to 4.6.2.
    - Removed Testsuite: autopkgtest-pkg-python not needed now.
    - Added Rules-Requires-Root: no
  * Run package tests in autopkgtest runner

 -- Diane Trout <email address hidden>  Thu, 14 Dec 2023 17:11:40 -0800

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
heapdict_1.0.1-3.dsc 2.0 KiB 35f3b1fa551f2af7f8fde801aaca1c5664e03cb6d8dc0cd9d6dfb367d79e4892
heapdict_1.0.1.orig.tar.gz 4.2 KiB 8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6
heapdict_1.0.1-3.debian.tar.xz 3.5 KiB dc1c14348a025e2a0386e30b951c08930a01e05212a0938e7c5c5ec1365474e7

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