configobj 4.7.2+ds-3 source package in Ubuntu

Changelog

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

  * Rebuild for Python transition.
  * Remove Breaks: ${python:Breaks}, no longer used by dh_python2.
  * Bump Standards-Version to 3.9.2 (no changes needed).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:41:34 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Dan Watkins
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
configobj_4.7.2+ds.orig.tar.gz 129.6 KiB d3ff0d76e5fa5dec841f84ebeb264da4c0c617fa4c34d58d1b4bfda6cb54f5b1
configobj_4.7.2+ds-3.debian.tar.gz 7.5 KiB 411ec6f4312848465621cf74f0731246bd5b19e397750a4462f7cdb287aef1d3
configobj_4.7.2+ds-3.dsc 2.1 KiB 3a41c96b22a0507a5064bac5b4c3208c1a1c30dc4f7ed276c5fc9621f3daeae7

Available diffs

View changes file

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