python-tomlkit 0.11.7-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bump standards-version to 4.6.2 without further change

 -- Scott Kitterman <email address hidden>  Sat, 01 Apr 2023 16:34:39 -0400

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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tomlkit_0.11.7-1.dsc 2.1 KiB 2abc3ca31740a7558826a1ca9af7b86606793701bef237876b99383c304811fa
python-tomlkit_0.11.7.orig.tar.gz 184.1 KiB f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d
python-tomlkit_0.11.7-1.debian.tar.xz 3.3 KiB 08b1a31e30c6f01c605ccbf327682b895a669c0bfa5d1e9a7112e94117b18358

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.