[Python-modules-commits] r22118 - in packages/python-couchdbkit/trunk/debian (3 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Sun Jun 10 10:57:43 UTC 2012
Date: Sunday, June 10, 2012 @ 10:57:42
Author: takaki
Revision: 22118
refresh patch; update dependency
Modified:
packages/python-couchdbkit/trunk/debian/changelog
packages/python-couchdbkit/trunk/debian/control
packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch
Modified: packages/python-couchdbkit/trunk/debian/changelog
===================================================================
--- packages/python-couchdbkit/trunk/debian/changelog 2012-06-10 10:53:36 UTC (rev 22117)
+++ packages/python-couchdbkit/trunk/debian/changelog 2012-06-10 10:57:42 UTC (rev 22118)
@@ -1,6 +1,7 @@
python-couchdbkit (0.6.3-1) unstable; urgency=low
* New upstream release
+ * debian/control: Update dependency. (python-restkit and python-nose)
-- TANIGUCHI Takaki <takaki at debian.org> Sun, 10 Jun 2012 19:53:14 +0900
Modified: packages/python-couchdbkit/trunk/debian/control
===================================================================
--- packages/python-couchdbkit/trunk/debian/control 2012-06-10 10:53:36 UTC (rev 22117)
+++ packages/python-couchdbkit/trunk/debian/control 2012-06-10 10:57:42 UTC (rev 22118)
@@ -14,7 +14,7 @@
Package: python-couchdbkit
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
- python-anyjson, python-restkit(>=2.1.1)
+ python-anyjson, python-restkit(>=4.1.3),python-nose
Provides: ${python:Provides}
Description: Trying to improve couchdb experience in Python
Couchdbkit provides you a full featured and easy client to access and
Modified: packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch
===================================================================
--- packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch 2012-06-10 10:53:36 UTC (rev 22117)
+++ packages/python-couchdbkit/trunk/debian/patches/couchdbkit-with-keyword.patch 2012-06-10 10:57:42 UTC (rev 22118)
@@ -1,9 +1,9 @@
-Index: python-couchdbkit-0.5.4/couchdbkit/consumer/ceventlet.py
+Index: python-couchdbkit-0.6.3/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
+--- python-couchdbkit-0.6.3.orig/couchdbkit/consumer/ceventlet.py 2012-06-06 16:01:45.000000000 +0900
++++ python-couchdbkit-0.6.3/couchdbkit/consumer/ceventlet.py 2012-06-10 19:54:49.668735834 +0900
@@ -3,6 +3,8 @@
- # This file is part of couchdbkit released under the MIT license.
+ # This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.
+from __future__ import with_statement
@@ -19,12 +19,12 @@
class ChangeConsumer(object):
def __init__(self, db, callback, **params):
self.process_change = callback
-Index: python-couchdbkit-0.5.4/couchdbkit/consumer/cgevent.py
+Index: python-couchdbkit-0.6.3/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
+--- python-couchdbkit-0.6.3.orig/couchdbkit/consumer/cgevent.py 2012-06-06 16:03:40.000000000 +0900
++++ python-couchdbkit-0.6.3/couchdbkit/consumer/cgevent.py 2012-06-10 19:54:49.668735834 +0900
@@ -3,6 +3,8 @@
- # This file is part of couchdbkit released under the MIT license.
+ # This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.
+from __future__ import with_statement
More information about the Python-modules-commits
mailing list