partd 0.3.9-1 source package in Ubuntu

Changelog

partd (0.3.9-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Diane Trout ]
  * New upstream release.
  * Update debhelper compat to 11
  * Wrap Test-Command for easier reading
  * add autopkgtest depends on python3-all. (Closes: #911951)
  * Update to standards version 4.2.1. No changes needed
  * Remove unnecessary-testsuite-autopkgtest-field
  * Remove needs-recommends restriction and list optional test dependencies
  * Remove .pytest_cache in debian/rules in case we ran tests
  * Be more verbose in tests so I can find where it was hanging

 -- Diane Trout <email address hidden>  Wed, 31 Oct 2018 21:38:51 -0700

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
partd_0.3.9-1.dsc 2.1 KiB 90f7d341f4901b2e613f43bf2c0ecf03933ac07b9ab393b5b307344556c8c762
partd_0.3.9.orig.tar.gz 18.9 KiB 1fd6d9c12f14ea180e659a9e4a686ff2816dd930e8fb0b84c0d8116a29cfe66b
partd_0.3.9-1.debian.tar.xz 3.3 KiB 51236d81e51ff73667edabb2d42f21a9a58a959eba4b4d1c73725a4a4d3bffc3

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.