./devel/py-configobj, Config file reading, writing and validation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.8nb1, Package name: py311-configobj-5.0.8nb1, Maintainer: kamelderouiche

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
o including automatic type checking / conversion
o repeated sections
o and allowing default values
* When writing out config files, ConfigObj preserves all comments
and the order of members and sections
* Many useful methods and options for working with configuration files
(like the 'reload'
and 'merge' methods)
* Full Unicode support

This project is also the home of validate which handles the type
checking and conversion for ConfigObj. Support for validate is integrated
into ConfigObj, but it can also be used on its own for reading and implementing
validation specifications


Required to run:
[lang/python27] [lang/py-six]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 37.121 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-22 12:03:37 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-configobj: fix CVE-2023-26112

Patch from Fedora.

Bump PKGREVISION.
   2023-01-29 01:30:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-configobj: fix PLIST for python 2.x
   2023-01-24 20:34:58 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-configobj: updated to 5.0.8

Release 5.0.8

fixing/test for a regression introduced in 5.0.7 that prevented import validate \ 
from working

Release 5.0.7

update testing to validate against python version 2.7 and 3.5-3.11
update broken links / non-existent services and references
   2022-01-22 16:32:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-configobj: fix PLIST for python 2.7
   2022-01-09 12:58:16 by Thomas Klausner | Files touched by this commit (22)
Log message:
egg.mk: remove --single-version-externally-managed

setuptools has this as default when --root is used (since version 0.6a11).
   2022-01-07 12:46:59 by Tobias Nygren | Files touched by this commit (21)
Log message:
fix typo
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2022-01-04 08:13:06 by Thomas Klausner | Files touched by this commit (12)
Log message:
*: fix packaging with python 2.7