configobj 5.0.6-4 source package in Ubuntu

Changelog

configobj (5.0.6-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Contact, Name.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Set upstream metadata fields: Repository.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #936325

 -- Sandro Tosi <email address hidden>  Sat, 04 Apr 2020 18:57:38 -0400

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
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
configobj_5.0.6-4.dsc 2.2 KiB 74df72d8fdb3c20e4bc5ab996bf1f8c6297811643989110cc27a019e7beb0429
configobj_5.0.6.orig.tar.gz 140.3 KiB 2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
configobj_5.0.6-4.debian.tar.xz 6.8 KiB dd20992aeef0eb1fb8ab6f0007e265ece33cfc20a6ca18b380eb255674195f01

No changes file available.

Binary packages built by this source

python-configobj-doc: simple but powerful config file reader and writer (documentation)

 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 package includes the documentation in HTML format.

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.