Name: | python-iniparse |
---|---|
Version: | 0.2.3 |
Release: | 4.el5 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 134565 |
License: | MIT |
RPM: | python-iniparse-0.2.3-4.el5.noarch.rpm |
Source RPM: | python-iniparse-0.2.3-4.el5.src.rpm |
Build Date: | Sun Mar 16 2008 |
Build Host: | ca-build15.us.oracle.com |
Vendor: | Oracle USA |
URL: | http://code.google.com/p/iniparse/ |
Summary: | Python Module for Accessing and Modifying Configuration Data in INI files |
Description: | iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use. |
- Import into RHEL-5, remove egginfo atm. - Related: rhbz#384691
- handle egg-info too
- removed patch source line
- Updates to release 0.2.3 - removed empty ini file patch, it is included in 0.2.3
- Added upstream patch to fix problems with empty ini files.
- Updated to release 0.2.2 - removed patch to to fix problems with out commented lines, included in upstream source
- Added some logic to get the right python-setuptools buildrequeres - based on the fedora version, to make the same spec file useful in - all fedora releases.
- Added patch from upstream svn to fix problems with out commented lines.
- Changed BuildRequires python-setuptools to python-setuptools-devel
- Release 0.2.1
- relocated doc to /usr/share/doc/python-iniparse-0.2.3
- changed name from iniparse to python-iniparse
- Release 0.2 - Added html/* to %doc
- Initial build.