# HG changeset patch # User RĂ©mi Cardona # Date 1450800003 -3600 # Node ID d7294e144cd2030e6dc80acf6d10ffbf5c068396 # Parent 0fb100e8385b2c81bb0d904dba7d303b6cb8e261 [pkg] use correct lgdb version for tz rework Related to #4848923. diff -r 0fb100e8385b -r d7294e144cd2 __pkginfo__.py --- a/__pkginfo__.py Fri Dec 18 09:36:58 2015 +0100 +++ b/__pkginfo__.py Tue Dec 22 17:00:03 2015 +0100 @@ -49,7 +49,7 @@ 'lxml': '', # XXX graphviz # server dependencies - 'logilab-database': '>= 1.14.0', + 'logilab-database': '>= 1.15.0', 'passlib': '', 'pytz': '', 'Markdown': '' diff -r 0fb100e8385b -r d7294e144cd2 cubicweb.spec --- a/cubicweb.spec Fri Dec 18 09:36:58 2015 +0100 +++ b/cubicweb.spec Tue Dec 22 17:00:03 2015 +0100 @@ -25,7 +25,7 @@ Requires: %{python}-logilab-mtconverter >= 0.8.0 Requires: %{python}-rql >= 0.31.2 Requires: %{python}-yams >= 0.41.1 -Requires: %{python}-logilab-database >= 1.14.0 +Requires: %{python}-logilab-database >= 1.15.0 Requires: %{python}-passlib Requires: %{python}-lxml Requires: %{python}-twisted-web diff -r 0fb100e8385b -r d7294e144cd2 debian/control --- a/debian/control Fri Dec 18 09:36:58 2015 +0100 +++ b/debian/control Tue Dec 22 17:00:03 2015 +0100 @@ -54,7 +54,7 @@ ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), - python-logilab-database (>= 1.14.0), + python-logilab-database (>= 1.15.0), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2,