[python-webob] Update to 1.0.3, which restores Python 2.4 support

Luke Macken lmacken at fedoraproject.org
Tue Mar 22 02:34:03 UTC 2011


commit 8e221b6e7ae51c25f27f04ff50dcac917042e70f
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Mar 21 22:33:51 2011 -0400

    Update to 1.0.3, which restores Python 2.4 support

 .gitignore        |    1 +
 python-webob.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ea0fbf..6723f26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 WebOb-0.9.8.tar.gz
 /WebOb-1.0.tar.gz
 WebOb-1.0.3.tar.gz
+/WebOb-1.0.5.zip
diff --git a/python-webob.spec b/python-webob.spec
index de9ab7a..71f919b 100644
--- a/python-webob.spec
+++ b/python-webob.spec
@@ -4,12 +4,12 @@
 
 Name:           python-webob
 Summary:        WSGI request and response object
-Version:        1.0.3
+Version:        1.0.5
 Release:        1%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
-Source0:        http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -58,6 +58,9 @@ PYTHONPATH=$(pwd) nosetests
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* Mon Mar 21 2011 Luke Macken <lmacken at redhat.com> - 1.0.5-1
+- Update to 1.0.3, which restores Python 2.4 support
+
 * Thu Feb 24 2011 Luke Macken <lmacken at redhat.com> - 1.0.3-1
 - Update to 1.0.3
 
diff --git a/sources b/sources
index 6f692ab..9358709 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-808066a82e8ba4f0501cc6550f8878a7  WebOb-1.0.3.tar.gz
+19a0d90ff97ba94ac4ad595c4a31c2dc  WebOb-1.0.5.zip


More information about the scm-commits mailing list