# HG changeset patch # User Sylvain Thénault # Date 1256125925 -7200 # Node ID 021d32e3a28970a6508d1ec72b7b1d46c626d21c # Parent 8c85a2f7f5ad3ee2eaa44f21f1a1f42e12b842d3 test fix diff -r 8c85a2f7f5ad -r 021d32e3a289 __pkginfo__.py --- a/__pkginfo__.py Wed Oct 21 10:35:19 2009 +0200 +++ b/__pkginfo__.py Wed Oct 21 13:52:05 2009 +0200 @@ -7,7 +7,7 @@ distname = "cubicweb" modname = "cubicweb" -numversion = (3, 5, 4) +numversion = (3, 5, 5) version = '.'.join(str(num) for num in numversion) license = 'LGPL v2' diff -r 8c85a2f7f5ad -r 021d32e3a289 debian/changelog --- a/debian/changelog Wed Oct 21 10:35:19 2009 +0200 +++ b/debian/changelog Wed Oct 21 13:52:05 2009 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.5.5-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Wed, 21 Oct 2009 10:38:55 +0200 + cubicweb (3.5.4-1) unstable; urgency=low * new upstream release diff -r 8c85a2f7f5ad -r 021d32e3a289 debian/control --- a/debian/control Wed Oct 21 10:35:19 2009 +0200 +++ b/debian/control Wed Oct 21 13:52:05 2009 +0200 @@ -76,7 +76,7 @@ Package: cubicweb-common Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.6.0), python-logilab-common (>= 0.44.0), python-yams (>= 0.24.0), python-rql (>= 0.22.3), python-lxml +Depends: ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.6.0), python-logilab-common (>= 0.44.0), python-yams (>= 0.25.0), python-rql (>= 0.22.3), python-lxml Recommends: python-simpletal (>= 4.0) Conflicts: cubicweb-core Replaces: cubicweb-core diff -r 8c85a2f7f5ad -r 021d32e3a289 test/unittest_entity.py --- a/test/unittest_entity.py Wed Oct 21 10:35:19 2009 +0200 +++ b/test/unittest_entity.py Wed Oct 21 13:52:05 2009 +0200 @@ -203,7 +203,7 @@ 'X modification_date AA') self.assertEquals(tag.related_rql('tags', 'subject', ('Personne',)), 'Any X,AA,AB ORDERBY AA ASC ' - 'WHERE E eid %(x)s, E tags XE is IN (Personne), X nom AA, ' + 'WHERE E eid %(x)s, E tags X, E is IN (Personne), X nom AA, ' 'X modification_date AB') def test_unrelated_rql_security_1(self):