Update to 4.7.0

This commit is contained in:
Luke Macken 2010-01-10 21:24:38 +00:00
parent 71cd3cad66
commit a72990e666
3 changed files with 8 additions and 7 deletions

View File

@ -1,2 +1 @@
configobj-4.5.3.zip
configobj-4.6.0.zip
configobj-4.7.0.tar.gz

View File

@ -2,14 +2,14 @@
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-configobj
Version: 4.6.0
Release: 2%{?dist}
Version: 4.7.0
Release: 1%{?dist}
Summary: Config file reading, writing, and validation
Group: System Environment/Libraries
License: BSD
URL: http://www.voidspace.org.uk/python/configobj.html
Source0: http://dl.sf.net/configobj/configobj-%{version}.zip
Source0: http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sun Jan 10 2010 Luke Macken <lmacken@redhat.com> - 4.7.0-1
- Update to 4.7.0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1,2 +1 @@
abd4eec2ff08bea466018bccdcf91aab configobj-4.5.3.zip
286907e06061e272137f48e5f611a526 configobj-4.6.0.zip
2b6a56f0f889285d2bbc8f2e7ca7c37b configobj-4.7.0.tar.gz