rpms/python-webob/F-12 .cvsignore, 1.7, 1.8 python-webob.spec, 1.13, 1.14 sources, 1.7, 1.8

Luke Macken lmacken at fedoraproject.org
Wed May 5 21:06:08 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-webob/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10442

Modified Files:
	.cvsignore python-webob.spec sources 
Log Message:
Update to 0.9.8 and enable the test suite


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	19 Jan 2010 17:36:53 -0000	1.7
+++ .cvsignore	5 May 2010 21:06:07 -0000	1.8
@@ -1 +1 @@
-WebOb-0.9.7.1.tar.gz
+WebOb-0.9.8.tar.gz


Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/F-12/python-webob.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-webob.spec	19 Jan 2010 17:36:53 -0000	1.13
+++ python-webob.spec	5 May 2010 21:06:08 -0000	1.14
@@ -2,7 +2,7 @@
 
 Name:           python-webob
 Summary:        WSGI request and response object
-Version:        0.9.7.1
+Version:        0.9.8
 Release:        1%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
@@ -15,6 +15,7 @@ BuildRequires:  python-nose
 BuildRequires:  python-dtopt
 BuildRequires:  python-tempita
 BuildRequires:  python-wsgiproxy
+BuildRequires:  python-webtest
 
 %description
 WebOb provides wrappers around the WSGI request environment, and an object to 
@@ -24,11 +25,7 @@ environment.
 
 %prep
 %setup -q -n WebOb-%{version}
-# Disable the tests that require python-webtest
-# (which depends on python-webob to begin with)
-%{__rm} -f tests/test_request.py
-# Disable conftest, which assumes that WebOb is already installed
-%{__rm} -f tests/conftest.py
+
 # Disable performance_test, which requires repoze.profile, which isn't
 # in Fedora.
 %{__rm} -f tests/performance_test.py
@@ -48,7 +45,7 @@ environment.
 
 
 %check
-nosetests
+PYTHONPATH=$(pwd) nosetests
 
 
 %files
@@ -58,6 +55,10 @@ nosetests
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* Wed May 05 2010 Luke Macken <lmacken at redhat.com> - 0.9.8-1
+- Latest upstream release
+- Get the test suite running
+
 * Tue Jan 19 2010 Ricky Zhou <ricky at fedoraproject.org> - 0.9.7.1-1
 - Upstream released new version.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	19 Jan 2010 17:36:53 -0000	1.7
+++ sources	5 May 2010 21:06:08 -0000	1.8
@@ -1 +1 @@
-ebdf7ea716fd0b7a09208e3c75dfe04b  WebOb-0.9.7.1.tar.gz
+07d1a1a4b0bf0faa67cb6638c632ea61  WebOb-0.9.8.tar.gz



More information about the scm-commits mailing list