python-toml 0.10.2-1 source package in Ubuntu

Changelog

python-toml (0.10.2-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Emmanuel Arias ]
  * New upstream version 0.10.2 (Closes: #992892).
  * d/control: Bump debhelper-compat to 13.
  * d/control: Bump Standards-Version to 4.6.0.
  * d/salsa-ci.yml: enable salsa-ci.

 -- Emmanuel Arias <email address hidden>  Tue, 24 Aug 2021 16:36:17 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-toml_0.10.2-1.dsc 2.0 KiB 7c934f18df5be16e7b950581d5dd5142bc9881c697779ee1def8a9c8a1528b21
python-toml_0.10.2.orig.tar.gz 22.8 KiB 71d4039bbdec91e3e7591ec5d6c943c58f9a2d17e5f6783acdc378f743fcdd2a
python-toml_0.10.2-1.debian.tar.xz 2.9 KiB 43f43071dc154d2071704d07ee0701126c7fd658f35e2935dfc3f2750fce8299

Available diffs

No changes file available.

Binary packages built by this source

python3-toml: library for Tom's Obvious, Minimal Language - Python 3.x

 This package provides a Python module which parses and emits TOML. TOML aims
 to be a minimal configuration file format that's easy to read due to obvious
 semantics. TOML is designed to map unambiguously to a hash table. TOML should
 be easy to parse into data structures in a wide variety of languages.
 .
 This package contains the Python 3.x module.