partd 1.4.1-1 source package in Ubuntu

Changelog

partd (1.4.1-1) unstable; urgency=medium

  * New upstream release
  * Test supported versions (-s) in autopkgtest
  * Use system versioneer instead of embedded copy (Closes: #1058178)
    - added remove-embedded-versioneer.patch
    - added python3-versioneer build dependency
  * Add tzinfo-legacy as dependency for autopkgtests

 -- Diane Trout <email address hidden>  Sun, 31 Dec 2023 10:09:00 -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
partd_1.4.1-1.dsc 2.1 KiB 4e1cc09ef3753d9e4eb8ffaacd8ecf360fe62f92e3f7316dfced50c879789449
partd_1.4.1.orig.tar.gz 35.4 KiB 56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67
partd_1.4.1-1.debian.tar.xz 18.3 KiB aad57ec888d89dd154880d2344d6827a9692649855af21c826a6140fce3064b9

Available diffs

No changes file available.

Binary packages built by this source

python3-partd: Appendable key-value storage for Python 3

 Key-value byte store with appendable values
 .
  - Partd stores key-value pairs.
  - Values are raw bytes.
  - Appends on old values.
 .
 Partd excels at shuffling operations.
 .
 This contains the Python 3 version.