rpms/python-webob/EL-5 python-webob.spec,1.5,1.6

Luke Macken lmacken at fedoraproject.org
Wed May 5 22:09:22 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-webob/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19425

Modified Files:
	python-webob.spec 
Log Message:
Disable the test suite on EL-5 until we get a newer version of nose


Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/python-webob.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-webob.spec	5 May 2010 21:24:00 -0000	1.5
+++ python-webob.spec	5 May 2010 22:09:22 -0000	1.6
@@ -3,7 +3,7 @@
 Name:           python-webob
 Summary:        WSGI request and response object
 Version:        0.9.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -44,8 +44,8 @@ environment.
 %{__rm} -rf %{buildroot}
 
 
-%check
-PYTHONPATH=$(pwd) nosetests
+#%check
+#PYTHONPATH=$(pwd) nosetests
 
 
 %files
@@ -55,6 +55,9 @@ PYTHONPATH=$(pwd) nosetests
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* Wed May 05 2010 Luke Macken <lmacken at redhat.com> - 0.9.8-2
+- Disable the test suite on EL-5 until we get a newer version of nose
+
 * Wed May 05 2010 Luke Macken <lmacken at redhat.com> - 0.9.8-1
 - Latest upstream release
 - Get the test suite running



More information about the scm-commits mailing list