Name: | python-configobj |
---|---|
Version: | 4.6.0 |
Release: | 3.el6 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 593973 |
License: | BSD |
RPM: | python-configobj-4.6.0-3.el6.noarch.rpm |
Source RPM: | python-configobj-4.6.0-3.el6.src.rpm |
Build Date: | Sun Jul 25 2010 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.voidspace.org.uk/python/configobj.html |
Summary: | Config file reading, writing, and validation |
Description: | 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 * All comments in the file are preserved * The order of keys/sections is preserved * No external dependencies * Full Unicode support * A powerful unrepr mode for storing basic datatypes |
- fix source URL - use %global rather than %define - avoid intermediate "docs" directory in path of documentation
- Fix conditional for RHEL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- updated to latest upstream
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Conditionally include the egg-info, when available (#478417)
- Upload Source file so this actually builds.
- Rebuild for Python 2.6
- Update to 4.5.3
- Update to 4.5.2
- Update for python-setuptools changes in rawhide
- 4.4.0
- Rebuild for python 2.5
- Fix dist tag
- Rebuild for FC6
- Include pyo files
- Fix typo in the url
- Initial package