Release 0.2.5
This commit is contained in:
parent
b6031df16b
commit
cff60a9f7d
@ -1 +1 @@
|
|||||||
iniparse-0.2.3.tar.gz
|
iniparse-0.2.4.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: python-iniparse
|
Name: python-iniparse
|
||||||
Version: 0.2.3
|
Version: 0.2.4
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -51,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 7 2008 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.4-1
|
||||||
|
- Release 0.2.4:
|
||||||
|
- Updated to work with Python-2.6 (Python-2.4 and 2.5 are still supported)
|
||||||
|
- Support for files opened in unicode mode
|
||||||
|
- Fixed Python-3.0 compatibility warnings
|
||||||
|
- Minor API cleanup
|
||||||
* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.3-5
|
* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.3-5
|
||||||
- Rebuild for Python 2.6
|
- Rebuild for Python 2.6
|
||||||
* Tue Jan 8 2008 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-4
|
* Tue Jan 8 2008 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-4
|
||||||
|
Loading…
Reference in New Issue
Block a user