From 31c201b5682cd34ae350f09ab5868c4aa2390daf Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Feb 24 2011 21:03:35 +0000 Subject: Update to 1.0.3 --- diff --git a/.gitignore b/.gitignore index 80a0aea..0ea0fbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ WebOb-0.9.8.tar.gz /WebOb-1.0.tar.gz +WebOb-1.0.3.tar.gz diff --git a/python-webob.spec b/python-webob.spec index c51cbea..de9ab7a 100644 --- a/python-webob.spec +++ b/python-webob.spec @@ -4,14 +4,12 @@ Name: python-webob Summary: WSGI request and response object -Version: 1.0 -Release: 2%{?dist} +Version: 1.0.3 +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 -# Fix a failing test (upstream commit 470:73cd90c6e162) -Patch0: WebOb-1.0-test_request.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel @@ -30,7 +28,6 @@ environment. %prep %setup -q -n WebOb-%{version} -%patch0 -p1 # Disable performance_test, which requires repoze.profile, which isn't # in Fedora. @@ -61,6 +58,9 @@ PYTHONPATH=$(pwd) nosetests %{python_sitelib}/WebOb*.egg-info/ %changelog +* Thu Feb 24 2011 Luke Macken - 1.0.3-1 +- Update to 1.0.3 + * Wed Feb 09 2011 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 2ea835f..6f692ab 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -07d1a1a4b0bf0faa67cb6638c632ea61 WebOb-0.9.8.tar.gz -2949c7b4cee48aa10ddc244eaff5d38b WebOb-1.0.tar.gz +808066a82e8ba4f0501cc6550f8878a7 WebOb-1.0.3.tar.gz