# HG changeset patch # User Denis Laxalde # Date 1466515536 -7200 # Node ID 4c000e0987ec0ab31aa97acf63ef050f1d62764b # Parent a76feec0a86115be9f9929cbbb70d53de2057c9c [pkg] Depends on logilab-common >= 1.2.2 diff -r a76feec0a861 -r 4c000e0987ec cubicweb.spec --- a/cubicweb.spec Tue Jun 21 16:35:21 2016 +0200 +++ b/cubicweb.spec Tue Jun 21 15:25:36 2016 +0200 @@ -22,7 +22,7 @@ Requires: %{python} Requires: %{python}-six >= 1.4.0 -Requires: %{python}-logilab-common >= 1.2.0 +Requires: %{python}-logilab-common >= 1.2.2 Requires: %{python}-logilab-mtconverter >= 0.8.0 Requires: %{python}-rql >= 0.34.0 Requires: %{python}-yams >= 0.43.0 diff -r a76feec0a861 -r 4c000e0987ec cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Tue Jun 21 16:35:21 2016 +0200 +++ b/cubicweb/__pkginfo__.py Tue Jun 21 15:25:36 2016 +0200 @@ -45,7 +45,7 @@ __depends__ = { 'six': '>= 1.4.0', - 'logilab-common': '>= 1.2.0', + 'logilab-common': '>= 1.2.2', 'logilab-mtconverter': '>= 0.8.0', 'rql': '>= 0.34.0', 'yams': '>= 0.43.0', diff -r a76feec0a861 -r 4c000e0987ec debian/control --- a/debian/control Tue Jun 21 16:35:21 2016 +0200 +++ b/debian/control Tue Jun 21 15:25:36 2016 +0200 @@ -10,7 +10,7 @@ python (>= 2.6), python-six (>= 1.4.0), python-sphinx, - python-logilab-common (>= 1.2.0), + python-logilab-common (>= 1.2.2), python-unittest2 (>= 0.7.0), python-logilab-mtconverter, python-markdown, diff -r a76feec0a861 -r 4c000e0987ec dev-requirements.txt --- a/dev-requirements.txt Tue Jun 21 16:35:21 2016 +0200 +++ b/dev-requirements.txt Tue Jun 21 15:25:36 2016 +0200 @@ -1,2 +1,1 @@ pytest -hg+https://hg.logilab.org/master/logilab/common@7ebacaa38380#egg=logilab-common