python-tomlkit 0.12.5-1 source package in Ubuntu

Changelog

python-tomlkit (0.12.5-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * Remove myself from uploaders

  [ Emmanuel Arias ]
  * Add my self as Uploader.
  * New upstream version
  * Standards-Version: 4.7.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Set field Upstream-Name in debian/copyright (routine-update)
  * d/upstream: Add metadata file.

 -- Emmanuel Arias <email address hidden>  Fri, 17 May 2024 21:28:45 -0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tomlkit_0.12.5-1.dsc 2.2 KiB 67f5e275d87597992dd8f70dad399932d73c46ff889d1e0800e49e9756bc9c8c
python-tomlkit_0.12.5.orig.tar.gz 186.9 KiB eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c
python-tomlkit_0.12.5-1.debian.tar.xz 3.7 KiB adc54daae0defb0f60ba54bebe8adc59b4fcaf356dff0112f6ad2cd16a15e26c

Available diffs

No changes file available.

Binary packages built by this source

python3-tomlkit: style-preserving TOML library for Python

 TOML Kit is a 1.0.0rc1-compliant TOML (Tom's Obvious, Minimal Language)
 library.
 .
 It includes a parser that preserves all comments, indentations, whitespace
 and internal element ordering, and makes them accessible and editable via an
 intuitive API.
 .
 You can also create new TOML documents from scratch using the provided
 helpers.