python-tomlkit 0.12.4-1 source package in Ubuntu

Changelog

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

  * Add Rules-Requires-Root no
  * New upstream release

 -- Scott Kitterman <email address hidden>  Sat, 02 Mar 2024 10:42:57 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tomlkit_0.12.4-1.dsc 2.1 KiB 13cad9f7f3eb70d38971108baa5300c7f59a7f0bf0c2dfd5087b232b82cebc94
python-tomlkit_0.12.4.orig.tar.gz 186.7 KiB 7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3
python-tomlkit_0.12.4-1.debian.tar.xz 3.5 KiB 0d5234736c83febdb24801c928a53eee9685eb8f5a07ea0bd2d14787fea32fb4

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.