rpms/python-webob/devel .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 20:17:49 UTC 2010


Author: lmacken

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

Modified Files:
	.cvsignore python-webob.spec sources 
Log Message:
* Wed May 05 2010 Luke Macken <lmacken at redhat.com> - 0.9.8-1
- Latest upstream release
- Get the test suite running




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/devel/.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 20:17:48 -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/devel/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 20:17:49 -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
@@ -24,11 +24,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 +44,7 @@ environment.
 
 
 %check
-nosetests
+PYTHONPATH=$(pwd) nosetests
 
 
 %files
@@ -58,6 +54,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/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	19 Jan 2010 17:36:54 -0000	1.7
+++ sources	5 May 2010 20:17:49 -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