[Python-modules-commits] r16351 - in packages/python-couchdbkit/trunk/debian (4 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Tue Apr 5 13:54:11 UTC 2011
Date: Tuesday, April 5, 2011 @ 13:54:00
Author: takaki
Revision: 16351
debian/patches: patch for python2.5
Added:
packages/python-couchdbkit/trunk/debian/patches/
packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch
packages/python-couchdbkit/trunk/debian/patches/series
Modified:
packages/python-couchdbkit/trunk/debian/changelog
Modified: packages/python-couchdbkit/trunk/debian/changelog
===================================================================
--- packages/python-couchdbkit/trunk/debian/changelog 2011-04-05 13:51:13 UTC (rev 16350)
+++ packages/python-couchdbkit/trunk/debian/changelog 2011-04-05 13:54:00 UTC (rev 16351)
@@ -1,3 +1,10 @@
+python-couchdbkit (0.5.4-2) unstable; urgency=low
+
+ * debian/patches/couchdbkit-with-keyword.patch: a patch for python2.5
+ (Closes: #617230)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Tue, 05 Apr 2011 22:53:15 +0900
+
python-couchdbkit (0.5.4-1) unstable; urgency=low
* New upstream release
Added: packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch
===================================================================
--- packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch (rev 0)
+++ packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch 2011-04-05 13:54:00 UTC (rev 16351)
@@ -0,0 +1,34 @@
+Index: python-couchdbkit-0.5.4/couchdbkit/consumer/ceventlet.py
+===================================================================
+--- python-couchdbkit-0.5.4.orig/couchdbkit/consumer/ceventlet.py 2011-02-18 19:19:37.000000000 +0900
++++ python-couchdbkit-0.5.4/couchdbkit/consumer/ceventlet.py 2011-04-05 22:49:33.000000000 +0900
+@@ -3,6 +3,8 @@
+ # This file is part of couchdbkit released under the MIT license.
+ # See the NOTICE for more information.
+
++from __future__ import with_statement
++
+ import traceback
+
+ import eventlet
+@@ -12,7 +14,6 @@
+ from .sync import SyncConsumer
+ from ..utils import json
+
+-
+ class ChangeConsumer(object):
+ def __init__(self, db, callback, **params):
+ self.process_change = callback
+Index: python-couchdbkit-0.5.4/couchdbkit/consumer/cgevent.py
+===================================================================
+--- python-couchdbkit-0.5.4.orig/couchdbkit/consumer/cgevent.py 2011-02-18 19:19:37.000000000 +0900
++++ python-couchdbkit-0.5.4/couchdbkit/consumer/cgevent.py 2011-04-05 22:49:33.000000000 +0900
+@@ -3,6 +3,8 @@
+ # This file is part of couchdbkit released under the MIT license.
+ # See the NOTICE for more information.
+
++from __future__ import with_statement
++
+ import traceback
+
+ import gevent
Added: packages/python-couchdbkit/trunk/debian/patches/series
===================================================================
--- packages/python-couchdbkit/trunk/debian/patches/series (rev 0)
+++ packages/python-couchdbkit/trunk/debian/patches/series 2011-04-05 13:54:00 UTC (rev 16351)
@@ -0,0 +1 @@
+couchdbkit-with-keyword.patch
More information about the Python-modules-commits
mailing list