rpms/python-webob/EL-5 .cvsignore, 1.2, 1.3 python-webob.spec, 1.2, 1.3 sources, 1.2, 1.3 WebOb-0.9.2-fix-tests.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Fri Oct 10 18:48:39 UTC 2008


Author: toshio

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

Modified Files:
	.cvsignore python-webob.spec sources 
Removed Files:
	WebOb-0.9.2-fix-tests.patch 
Log Message:

* Tue Sep 30 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.3-2
- Add BuildRequires on python-tempita.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jul 2008 20:55:32 -0000	1.2
+++ .cvsignore	10 Oct 2008 18:48:09 -0000	1.3
@@ -1 +1 @@
-WebOb-0.9.2.tar.gz
+WebOb-0.9.3.tar.gz


Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/python-webob.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-webob.spec	10 Oct 2008 04:55:46 -0000	1.2
+++ python-webob.spec	10 Oct 2008 18:48:09 -0000	1.3
@@ -2,19 +2,19 @@
 
 Name:           python-webob
 Summary:        WSGI request and response object
-Version:        0.9.2
-Release:        2%{?dist}.1
+Version:        0.9.3
+Release:        2%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
 Source0:        http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
-Patch0:         WebOb-0.9.2-fix-tests.patch
 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
 
 %description
 WebOb provides wrappers around the WSGI request environment, and an object to 
@@ -24,11 +24,6 @@
 
 %prep
 %setup -q -n WebOb-%{version}
-%if 0%{?fedora} >= 8
-# This patch causes tests to fail on RHEL-5.
-%patch0 -p1
-%endif
-
 # Disable the tests that require python-webtest
 # (which depends on python-webob to begin with)
 %{__rm} -f tests/test_request.py
@@ -60,8 +55,11 @@
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
-* Thu Oct 9 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.9.2-2.1
-- Do not patch the tests on EL-5 as the patch causes them to fail.
+* Tue Sep 30 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.3-2
+- Add BuildRequires on python-tempita.
+
+* Tue Sep 30 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.3-1
+- Upstream released new version.
 
 * Thu Jul 17 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.2-2
 - Remove conftest from the tests.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jul 2008 20:55:32 -0000	1.2
+++ sources	10 Oct 2008 18:48:09 -0000	1.3
@@ -1 +1 @@
-5354df7300ff58bcf89f11ff9e040a82  WebOb-0.9.2.tar.gz
+1ee83b8beea08a573a048cb5332a532f  WebOb-0.9.3.tar.gz


--- WebOb-0.9.2-fix-tests.patch DELETED ---




More information about the scm-commits mailing list