configobj 4.7.2+ds-5 source package in Ubuntu

Changelog

configobj (4.7.2+ds-5) unstable; urgency=low


  [ Stefano Rivera ]
  * Replace Daniel Watkins as the Maintainer, with the Debian Python Modules
    Team, at the request of the MIA team (Closes: #705273)
  * Add autopkgtests.
  * Bump Standards-Version to 3.9.4.
    - Bump B-D on debhelper to 8.1, for build-{arch,indep} support.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Stefano Rivera <email address hidden>  Sun, 26 May 2013 01:04:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
configobj_4.7.2+ds-5.dsc 2.1 KiB cde75a2f748c1f29978b2504c70aa28ee3bcd3a7efeac188addb5a58aa9c2528
configobj_4.7.2+ds.orig.tar.gz 129.6 KiB d3ff0d76e5fa5dec841f84ebeb264da4c0c617fa4c34d58d1b4bfda6cb54f5b1
configobj_4.7.2+ds-5.debian.tar.gz 7.8 KiB 60e6216e21d5a2d569fe55af525d57c68bdf324485032b6ce109058d60618b8d

Available diffs

No changes file available.

Binary packages built by this source

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

 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