rpms/python-beaker/devel python-beaker-absimport.patch, NONE, 1.1 python-beaker.spec, 1.11, 1.12

Luke Macken lmacken at fedoraproject.org
Sat Jun 27 22:06:12 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-beaker/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7305

Modified Files:
	python-beaker.spec 
Added Files:
	python-beaker-absimport.patch 
Log Message:
- Add a patch to remove the use of __future__.absolute_import in the google
  backend



python-beaker-absimport.patch:

--- NEW FILE python-beaker-absimport.patch ---
--- beaker/ext/google.py.orig	2009-06-27 13:57:33.000000000 -0400
+++ beaker/ext/google.py	2009-06-27 13:57:37.000000000 -0400
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 import cPickle
 import logging
 from datetime import datetime


Index: python-beaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/python-beaker.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- python-beaker.spec	20 Jun 2009 19:32:56 -0000	1.11
+++ python-beaker.spec	27 Jun 2009 22:05:41 -0000	1.12
@@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
 Patch0: beaker-hmac2.4.patch
+Patch1: %{name}-absimport.patch
 
 %description
 Beaker is a caching library that includes Session and Cache objects built on
@@ -23,6 +24,7 @@ manage Session objects and signed cookie
 %prep
 %setup -q -n Beaker-%{version}
 %patch0 -p1 -b .hashlib
+%patch1 -p0 -b .absimport
 
 
 %build
@@ -46,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 27 2009 Luke Macken <lmacken at redhat.com> - 1.3.1-3
+- Add a patch to remove the use of __future__.absolute_import in the google
+  backend
+
 * Sat Jun 20 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.3.1-3
 - Different hmac patch suitable for upstream inclusion.
 




More information about the fedora-extras-commits mailing list