configobj 5.0.6-5 source package in Ubuntu
Changelog
configobj (5.0.6-5) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Apply multi-arch hints. + python-configobj-doc: Add Multi-Arch: foreign. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Stefano Rivera ] * Add Changelog and Registry to upstream metadata. * Bump Standards-Version to 4.6.0, no changes needed. * Bump copyright years. * Bump watch file version to 4. * Document upstream status on patches. [ Helmut Grohne ] * Mark all packages Multi-Arch: foreign. (Closes: #984813) [ Jelmer Vernooij ] * Bump debhelper from old 12 to 13. -- Stefano Rivera <email address hidden> Thu, 30 Sep 2021 13:21:13 -0700
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | python | |
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
configobj_5.0.6-5.dsc | 1.6 KiB | e6be86ae7786e20c356f6d255b5074d97b30f238fed31be2e422e9122b34a2ea |
configobj_5.0.6.orig.tar.gz | 140.3 KiB | 2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e |
configobj_5.0.6-5.debian.tar.xz | 7.1 KiB | 1746be37bd5a532899832ce37778834078e18df1790a89ad30334609cd8dc40b |
Available diffs
- diff from 5.0.6-4 to 5.0.6-5 (1.9 KiB)
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.