[pkg] Depends on logilab-common >= 1.4.0
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 17 Mar 2017 17:31:10 +0100
changeset 12069 82f7d583e5a3
parent 12068 a96c770b2ef1
child 12070 a44f67dd0474
[pkg] Depends on logilab-common >= 1.4.0
cubicweb.spec
debian/control
requirements/dev.txt
setup.py
--- 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
--- 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),
--- 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
--- 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',