[python-webtest] Update to 1.2.3

Toshio くらとみ toshio at fedoraproject.org
Fri Jul 15 19:40:07 UTC 2011


commit 59be11a513c6c4bf41e4bcdd81c3c77281721545
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jul 15 12:39:45 2011 -0700

    Update to 1.2.3

 .gitignore          |    1 +
 python-webtest.spec |   11 +++++++----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfa23ca..8290501 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 WebTest-1.2.1.tar.gz
 /WebTest-1.2.2.tar.gz
+/WebTest-1.2.3.tar.gz
diff --git a/python-webtest.spec b/python-webtest.spec
index e42e19d..559db6e 100644
--- a/python-webtest.spec
+++ b/python-webtest.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-webtest
-Version:        1.2.2
-Release:        2%{?dist}
+Version:        1.2.3
+Release:        1%{?dist}
 Summary:        Helper to test WSGI applications
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@ Source0:        http://pypi.python.org/packages/source/W/WebTest/WebTest-%{versi
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-webob
 BuildRequires:  python-dtopt
@@ -43,7 +43,7 @@ with any WSGI-compatible framework.
 
 
 %check
-#PYTHONPATH=$(pwd) %{__python} setup.py test
+PYTHONPATH=$(pwd) %{__python} setup.py test
 
 
 %files
@@ -54,6 +54,9 @@ with any WSGI-compatible framework.
 
 
 %changelog
+* Fri Jul 15 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.3-1
+- Update to 1.2.3
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index eec265e..0c3a77d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ff3ba2d1ef13d75e3bb8e7322a7b427  WebTest-1.2.2.tar.gz
+585f9331467e6d99acaba4051c1c5878  WebTest-1.2.3.tar.gz


More information about the scm-commits mailing list