python-tomlkit 0.12.3-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Scott Kitterman <email address hidden>  Fri, 29 Dec 2023 14:14:18 -0500

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tomlkit_0.12.3-1.dsc 2.1 KiB da4f33ba0c5a10f6b94cf249d49ba048518ed8cf3d8d97655613988f0ee378cd
python-tomlkit_0.12.3.orig.tar.gz 186.5 KiB 75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4
python-tomlkit_0.12.3-1.debian.tar.xz 3.4 KiB b3eca18e2c2eb84cb8d21597cf2e9c56482ce17d65c34850c510f93f7879a7e0

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.