configobj 5.0.8-1 source package in Ubuntu

Changelog

configobj (5.0.8-1) unstable; urgency=medium

  * New upstream release!
  * Switch back to upstream releases, they've releasing again.
  * Update copyright.
  * Drop the separate setup_validate.py build, no longer needed.
  * Build with pybuild's pyproject plugin.
  * Bump Standards-Version to 4.6.2, no changes needed.

 -- Stefano Rivera <email address hidden>  Thu, 26 Jan 2023 18:57:36 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
configobj_5.0.8-1.dsc 1.8 KiB a92e282ddbf3a58c422d570ba81b83a023f9b4d53c5d2d3ef3a60124d86a97fd
configobj_5.0.8.orig.tar.gz 96.7 KiB 547dc047e31c71d7a8732016336769ed450588f34a7c13077aa7acc7df245eda
configobj_5.0.8-1.debian.tar.xz 6.7 KiB 7e350db8a26028eea1fb03afeb88d7b41fbe92e0e4f48a64f0358c74ce4c077b

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.