python-tomlkit 0.11.6-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Scott Kitterman <email address hidden>  Tue, 01 Nov 2022 00:53:32 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tomlkit_0.11.6-1.dsc 2.1 KiB b32f8fade160d8c6e3fa5022ed49b1c79bb5aa30f4b67d3179712d522b0cbd5e
python-tomlkit_0.11.6.orig.tar.gz 183.9 KiB 71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73
python-tomlkit_0.11.6-1.debian.tar.xz 3.3 KiB 1d97ce902dcb4701a6ea06c6dd2d031900ea27ee69b346aa78f7566644234243

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.