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

Luke Macken lmacken at fedoraproject.org
Tue Oct 6 01:37:49 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-webob/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30050

Modified Files:
	.cvsignore python-webob.spec sources 
Log Message:
Update WebOb to the 0.9.6.1 package from F-11, for Pylons on EL-5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	10 Oct 2008 18:48:09 -0000	1.3
+++ .cvsignore	6 Oct 2009 01:37:48 -0000	1.4
@@ -1 +1 @@
-WebOb-0.9.3.tar.gz
+WebOb-0.9.6.1.tar.gz


Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/python-webob.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-webob.spec	10 Oct 2008 18:48:09 -0000	1.3
+++ python-webob.spec	6 Oct 2009 01:37:48 -0000	1.4
@@ -1,8 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-webob
 Summary:        WSGI request and response object
-Version:        0.9.3
+Version:        0.9.6.1
 Release:        2%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
@@ -10,11 +10,11 @@ URL:            http://pythonpaste.org/w
 Source0:        http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-nose
 BuildRequires:  python-dtopt
 BuildRequires:  python-tempita
+BuildRequires:  python-wsgiproxy
 
 %description
 WebOb provides wrappers around the WSGI request environment, and an object to 
@@ -29,6 +29,9 @@ environment.
 %{__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
 
 
 %build
@@ -55,6 +58,25 @@ environment.
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* 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.
+
+* Tue Mar 10 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.9.6.1-1
+- Upstream released new version.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> 0.9.5-1
+- Update to 0.9.5
+
+* Sat Dec 06 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.4-1
+- Upstream released new version.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.9.3-3
+- Rebuild for Python 2.6
+
 * Tue Sep 30 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.3-2
 - Add BuildRequires on python-tempita.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	10 Oct 2008 18:48:09 -0000	1.3
+++ sources	6 Oct 2009 01:37:48 -0000	1.4
@@ -1 +1 @@
-1ee83b8beea08a573a048cb5332a532f  WebOb-0.9.3.tar.gz
+5702ac9c9bfc39e6f04a39e15bd7b435  WebOb-0.9.6.1.tar.gz




More information about the fedora-extras-commits mailing list