From 4af24688b020785f0242a5009cd2fd91130db2f8 Mon Sep 17 00:00:00 2001 From: Ricky Zhou (周家杰) Date: Dec 06 2008 18:06:46 +0000 Subject: Upstream released new version. --- diff --git a/.cvsignore b/.cvsignore index 8c06b40..e0d56c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -WebTest-1.0.tar.gz +WebTest-1.1.tar.gz diff --git a/python-webtest.spec b/python-webtest.spec index e5c4985..31a66c4 100644 --- a/python-webtest.spec +++ b/python-webtest.spec @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-webtest -Version: 1.0 -Release: 3%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Helper to test WSGI applications Group: Development/Languages License: MIT URL: http://pythonpaste.org/webtest/ -Source0: http://pypi.python.org/packages/source/W/WebTest/WebTest-1.0.tar.gz +Source0: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -58,6 +58,9 @@ with any WSGI-compatible framework. %changelog +* Sat Dec 06 2008 Ricky Zhou - 1.1-1 +- Upstream released new version. + * Thu Jul 17 2008 Ricky Zhou - 1.0-3 - Update Requires for python-webob rename. - Add BuildRequires on python-webob for tests. diff --git a/sources b/sources index b434dfe..748daaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdc4f8597c1d9500636f09bf52ed9d33 WebTest-1.0.tar.gz +f2adfd0f6d766bb2214fb1a1f3db03cc WebTest-1.1.tar.gz