configobj 5.0.6-3 source package in Ubuntu

Changelog

configobj (5.0.6-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove XS-Testsuite field, not needed anymore
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

  [ Stefano Rivera ]
  * Bump debhelper compat to 11.
  * Drop get-orig-source, no longer used.
  * Drop python-epydoc B-D, no longer used. (Closes: #881545)
  * Declare Rules-Requires-Root: no.
  * Bump Standards-Version to 4.2.1, no changes needed.
  * Round-trip patches through PQ.
  * Bump copyright years.
  * Build Sphinx docs with python3-sphinx.

 -- Stefano Rivera <email address hidden>  Mon, 27 Aug 2018 13:47:26 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
configobj_5.0.6-3.dsc 2.1 KiB bb0b6f41099734c9930109acd4473e84fcca47fadb14949710e5ff8032786299
configobj_5.0.6.orig.tar.gz 140.3 KiB 2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
configobj_5.0.6-3.debian.tar.xz 6.7 KiB 8a278320a37b3953a5b372f12f9a6ef6f35b1680c9c7583062f4ab0b01106efc

Available diffs

No changes file available.

Binary packages built by this source

python-configobj: No summary available for python-configobj in ubuntu focal.

No description available for python-configobj in ubuntu focal.

python-configobj-doc: No summary available for python-configobj-doc in ubuntu cosmic.

No description available for python-configobj-doc in ubuntu cosmic.

python3-configobj: simple but powerful config file reader and writer for Python 3

 ConfigObj is a simple but powerful config file reader and writer: an
 ini file round tripper. Its main feature is that it is very easy to
 use, with a straightforward programmer's interface and a simple
 syntax for config files. It has lots of other features, though:
 .
  * Nested sections (subsections), to any level
  * List values
  * Multiple line values
  * String interpolation (substitution)
  * Integrated with a powerful validation system
    + including automatic type checking/conversion
    + and allowing default values
    + repeated sections
  * All comments in the file are preserved
  * The order of keys/sections is preserved
  * Full Unicode support
  * Powerful unrepr mode for storing/retrieving Python data-types
 .
  This is the Python 3 version of the package.