python-toml 0.10.1-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Scott Kitterman ]
  * New upstream release
  * Bump standards-version to 4.5.0 without further change
  * Update debian/copyright

 -- Scott Kitterman <email address hidden>  Sun, 17 May 2020 00:53:56 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-toml_0.10.1-1.dsc 2.0 KiB b7c79ab5f304fd42d175f3ed456b24ba6133e4029fcc94c8d323cf5206008aab
python-toml_0.10.1.orig.tar.gz 22.0 KiB f03a628c5751328fdec6fa84656199f51dd6000b7ecc1fe490e3fbe89ebfd476
python-toml_0.10.1-1.debian.tar.xz 2.7 KiB c13ffa59fe2605645701843ee07523c49e6d7e70470a8806a2af87f5eeba1702

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.