rpms/python-webob/EL-5 .cvsignore, 1.4, 1.5 python-webob.spec, 1.4, 1.5 sources, 1.4, 1.5

Luke Macken lmacken at fedoraproject.org
Wed May 5 21:24:00 UTC 2010


Author: lmacken

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

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/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	6 Oct 2009 01:37:48 -0000	1.4
+++ .cvsignore	5 May 2010 21:24:00 -0000	1.5
@@ -1 +1 @@
-WebOb-0.9.6.1.tar.gz
+WebOb-0.9.8.tar.gz


Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/python-webob.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-webob.spec	6 Oct 2009 01:37:48 -0000	1.4
+++ python-webob.spec	5 May 2010 21:24:00 -0000	1.5
@@ -2,8 +2,8 @@
 
 Name:           python-webob
 Summary:        WSGI request and response object
-Version:        0.9.6.1
-Release:        2%{?dist}
+Version:        0.9.8
+Release:        1%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -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
-./test
+PYTHONPATH=$(pwd) nosetests
 
 
 %files
@@ -58,6 +55,16 @@ environment.
 %{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.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.9.6.1-2
 - Change define to global.
 - Remove unnecessary BuildRequires on python-devel.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	6 Oct 2009 01:37:48 -0000	1.4
+++ sources	5 May 2010 21:24:00 -0000	1.5
@@ -1 +1 @@
-5702ac9c9bfc39e6f04a39e15bd7b435  WebOb-0.9.6.1.tar.gz
+07d1a1a4b0bf0faa67cb6638c632ea61  WebOb-0.9.8.tar.gz



More information about the scm-commits mailing list