# HG changeset patch # User Denis Laxalde # Date 1489768270 -3600 # Node ID 82f7d583e5a3da67853d3f7634d124f5e2337672 # Parent a96c770b2ef18fbef4c052df0ca60826932e699b [pkg] Depends on logilab-common >= 1.4.0 diff -r a96c770b2ef1 -r 82f7d583e5a3 cubicweb.spec --- a/cubicweb.spec Mon Mar 20 10:28:01 2017 +0100 +++ b/cubicweb.spec Fri Mar 17 17:31:10 2017 +0100 @@ -22,7 +22,7 @@ Requires: %{python} Requires: %{python}-six >= 1.4.0 -Requires: %{python}-logilab-common >= 1.2.2 +Requires: %{python}-logilab-common >= 1.4.0 Requires: %{python}-logilab-mtconverter >= 0.8.0 Requires: %{python}-rql >= 0.34.0 Requires: %{python}-yams >= 0.44.0 diff -r a96c770b2ef1 -r 82f7d583e5a3 debian/control --- a/debian/control Mon Mar 20 10:28:01 2017 +0100 +++ b/debian/control Fri Mar 17 17:31:10 2017 +0100 @@ -13,7 +13,7 @@ python-six (>= 1.4.0), python-docutils, python-sphinx, - python-logilab-common (>= 1.2.2), + python-logilab-common (>= 1.4.0), python-unittest2 (>= 0.7.0), python-logilab-mtconverter, python-markdown, @@ -41,7 +41,7 @@ ${python:Depends}, python-six (>= 1.4.0), python-logilab-mtconverter (>= 0.8.0), - python-logilab-common (>= 1.2.2), + python-logilab-common (>= 1.4.0), python-logilab-database (>= 1.15.0), python-yams (>= 0.44.0), python-rql (>= 0.34.0), diff -r a96c770b2ef1 -r 82f7d583e5a3 requirements/dev.txt --- a/requirements/dev.txt Mon Mar 20 10:28:01 2017 +0100 +++ b/requirements/dev.txt Fri Mar 17 17:31:10 2017 +0100 @@ -1,3 +1,2 @@ pytest -http://hg.logilab.org/master/logilab/common/archive/default.tar.bz2#egg=logilab-common http://hg.logilab.org/master/yams/archive/default.tar.bz2#egg=yams diff -r a96c770b2ef1 -r 82f7d583e5a3 setup.py --- a/setup.py Mon Mar 20 10:28:01 2017 +0100 +++ b/setup.py Fri Mar 17 17:31:10 2017 +0100 @@ -193,7 +193,7 @@ data_files=data_files, install_requires=[ 'six >= 1.4.0', - 'logilab-common >= 1.2.2', + 'logilab-common >= 1.4.0', 'logilab-mtconverter >= 0.8.0', 'rql >= 0.34.0', 'yams >= 0.44.0',