# HG changeset patch # User Julien Cristau # Date 1340373425 -7200 # Node ID f441056a2b61aa76ca6e016e7ddf79352191b87d # Parent 1ad42383a9ecead61e92f96270a03bc329f9e248 [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) diff -r 1ad42383a9ec -r f441056a2b61 __pkginfo__.py --- 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... diff -r 1ad42383a9ec -r f441056a2b61 debian/control --- 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