configobj 5.0.6+git20201014.3e2f4cc-1 source package in Ubuntu

Changelog

configobj (5.0.6+git20201014.3e2f4cc-1) unstable; urgency=medium

  * New upstream git source.
  * Fetch from git HEAD, as upstream hasn't released in years.
    - Migrates towards a configobj module. (Closes: #1016467)
    - Declare Breaks cloud-init (<< 22.3), as it used a private API that has
      been removed.
  * Build the separate setup_validate.py, too.
  * Drop patches, superseded upstream.
  * Update src test location.
  * Build-Depend on python3-mock and python3-sphinx-rtd-theme, now required
    upstream.
  * Support nodoc and nocheck build profiles.
  * Bump Standards-Version to 4.6.1, no changes needed.
  * Update copyright.

 -- Stefano Rivera <email address hidden>  Wed, 14 Dec 2022 19:45:33 -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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
configobj_5.0.6+git20201014.3e2f4cc-1.dsc 1.9 KiB 65ce27f135337c87e6ab3932fb83bfc1dbdbc38cdfd756a53f59b8018e114a78
configobj_5.0.6+git20201014.3e2f4cc.orig.tar.xz 108.1 KiB 933606a0d5d12462cb2ff8f15652d181c0f972f8e25cc7062723e0be53d096ec
configobj_5.0.6+git20201014.3e2f4cc-1.debian.tar.xz 6.7 KiB bcd72ae8618e6c6e8c22bc5e2fec8f916d0adcc72eca008e001612bbc91f9cfe

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.