From cff60a9f7db3c71fe029f28c901fb5520517646d Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 7 Dec 2008 06:55:38 +0000 Subject: [PATCH] Release 0.2.5 --- .cvsignore | 2 +- python-iniparse.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 784a129..52090be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iniparse-0.2.3.tar.gz +iniparse-0.2.4.tar.gz diff --git a/python-iniparse.spec b/python-iniparse.spec index cc8cb97..0199ae8 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-iniparse -Version: 0.2.3 -Release: 5%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT @@ -51,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT %changelog - +* Sun Dec 7 2008 Tim Lauridsen - 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 - 0.2.3-5 - Rebuild for Python 2.6 * Tue Jan 8 2008 Tim Lauridsen - 0.2.3-4 diff --git a/sources b/sources index 3f15909..f70e24b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -194a04cc93fe123f244ca33e7724bdf6 iniparse-0.2.3.tar.gz +b5fb5f760f3d447fc3ed575ce1f7d312 iniparse-0.2.4.tar.gz