[packaging] bump rql dependency to 0.29 (closes #2410042)
Needed for add_eid_restriction with 4 args, usage of which was
introduced in changeset aed065b97f12 (refactor entity fetch_rql method
to use a RQL syntax tree instead of RQL strings)
--- a/__pkginfo__.py Wed Jul 04 17:56:46 2012 +0200
+++ b/__pkginfo__.py Fri Jun 22 15:57:05 2012 +0200
@@ -42,7 +42,7 @@
__depends__ = {
'logilab-common': '>= 0.57.0',
'logilab-mtconverter': '>= 0.8.0',
- 'rql': '>= 0.28.0',
+ 'rql': '>= 0.29.0',
'yams': '>= 0.34.0',
'docutils': '>= 0.6',
#gettext # for xgettext, msgcat, etc...
--- a/debian/control Wed Jul 04 17:56:46 2012 +0200
+++ b/debian/control Fri Jun 22 15:57:05 2012 +0200
@@ -99,7 +99,7 @@
Package: cubicweb-common
Architecture: all
XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.57.0), python-yams (>= 0.34.0), python-rql (>= 0.28.0), python-lxml
+Depends: ${misc:Depends}, ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.57.0), python-yams (>= 0.34.0), python-rql (>= 0.29.0), python-lxml
Recommends: python-simpletal (>= 4.0), python-crypto
Conflicts: cubicweb-core
Replaces: cubicweb-core