rpms/python-webob/devel python-webob.spec,1.16,1.17

Orcan Ogetbil oget at fedoraproject.org
Mon Jul 26 02:39:53 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/python-webob/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7432

Modified Files:
	python-webob.spec 
Log Message:
* Sun Jul 25 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.9.8-3
- Disable tests. We need to bootstrap against python-webtest



Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/devel/python-webob.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-webob.spec	22 Jul 2010 05:51:31 -0000	1.16
+++ python-webob.spec	26 Jul 2010 02:39:53 -0000	1.17
@@ -3,7 +3,7 @@
 Name:           python-webob
 Summary:        WSGI request and response object
 Version:        0.9.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -15,7 +15,7 @@ BuildRequires:  python-nose
 BuildRequires:  python-dtopt
 BuildRequires:  python-tempita
 BuildRequires:  python-wsgiproxy
-BuildRequires:  python-webtest
+#BuildRequires:  python-webtest
 
 %description
 WebOb provides wrappers around the WSGI request environment, and an object to 
@@ -45,7 +45,7 @@ environment.
 
 
 %check
-PYTHONPATH=$(pwd) nosetests
+#PYTHONPATH=$(pwd) nosetests
 
 
 %files
@@ -55,6 +55,9 @@ PYTHONPATH=$(pwd) nosetests
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* Sun Jul 25 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.9.8-3
+- Disable tests. We need to bootstrap against python-webtest
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.9.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list