[pkg] bump the dependency on logilab.database
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 06 Feb 2014 19:04:03 +0100
changeset 9584 8209bede1a4b
parent 9583 e337a9f658e0
child 9585 3f5b59527d31
[pkg] bump the dependency on logilab.database This will allow use of an extended API. Related to #3526594.
__pkginfo__.py
cubicweb.spec
debian/control
--- a/__pkginfo__.py	Mon Mar 10 15:55:56 2014 +0100
+++ b/__pkginfo__.py	Thu Feb 06 19:04:03 2014 +0100
@@ -50,7 +50,7 @@
     'Twisted': '',
     # XXX graphviz
     # server dependencies
-    'logilab-database': '>= 1.11',
+    'logilab-database': '>= 1.12.0',
     'passlib': '',
     }
 
--- a/cubicweb.spec	Mon Mar 10 15:55:56 2014 +0100
+++ b/cubicweb.spec	Thu Feb 06 19:04:03 2014 +0100
@@ -24,7 +24,7 @@
 Requires:       %{python}-logilab-mtconverter >= 0.8.0
 Requires:       %{python}-rql >= 0.31.2
 Requires:       %{python}-yams >= 0.39.0
-Requires:       %{python}-logilab-database >= 1.11.0
+Requires:       %{python}-logilab-database >= 1.12.0
 Requires:       %{python}-passlib
 Requires:       %{python}-lxml
 Requires:       %{python}-twisted-web
--- a/debian/control	Mon Mar 10 15:55:56 2014 +0100
+++ b/debian/control	Thu Feb 06 19:04:03 2014 +0100
@@ -52,7 +52,7 @@
  ${python:Depends},
  cubicweb-common (= ${source:Version}),
  cubicweb-ctl (= ${source:Version}),
- python-logilab-database (>= 1.11.0),
+ python-logilab-database (>= 1.12.0),
  cubicweb-postgresql-support
  | cubicweb-mysql-support
  | python-pysqlite2,