python-toml 0.9.3-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Running wrap-and-sort -bast.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Scott Kitterman ]
  * New upstream release
    - Update debian/copyright
  * Agreed maintainer change to DPMT
    - Updated maintainer in d/control
    - Adjusted git repository format to DPMT standard
    - Pointed Vcs-* at DPMT on salsa
  * Added myself to uploaders
  * Bump standards-version to 4.1.3 without further change

 -- Scott Kitterman <email address hidden>  Fri, 16 Feb 2018 12:38:07 -0500

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-toml_0.9.3-1.dsc 2.1 KiB 80739d3cc3912e8b488c7ee8799a1f101238f60f348e015161c938307d042cd2
python-toml_0.9.3.orig.tar.gz 14.5 KiB 633a90ecb1f5665b58f0c94153fcf519313ef53e1de0eac90929cd6b6a014235
python-toml_0.9.3-1.debian.tar.xz 2.9 KiB a7df7657c1d57e20971adf94d88e5af2d983abbbbce4885cf266d42c13b58c42

Available diffs

No changes file available.

Binary packages built by this source

python-toml: library for Tom's Obvious, Minimal Language - Python 2.7

 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 2.7 module.

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.