# HG changeset patch # User Denis Laxalde # Date 1489768324 -3600 # Node ID a44f67dd0474aed34ae986687bb634e23b258d80 # Parent 82f7d583e5a3da67853d3f7634d124f5e2337672 [pkg] Depends on yams >= 0.45.0 diff -r 82f7d583e5a3 -r a44f67dd0474 cubicweb.spec --- a/cubicweb.spec Fri Mar 17 17:31:10 2017 +0100 +++ b/cubicweb.spec Fri Mar 17 17:32:04 2017 +0100 @@ -25,7 +25,7 @@ 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 +Requires: %{python}-yams >= 0.45.0 Requires: %{python}-logilab-database >= 1.15.0 Requires: %{python}-passlib => 1.7.0 Requires: %{python}-lxml diff -r 82f7d583e5a3 -r a44f67dd0474 debian/control --- a/debian/control Fri Mar 17 17:31:10 2017 +0100 +++ b/debian/control Fri Mar 17 17:32:04 2017 +0100 @@ -19,7 +19,7 @@ python-markdown, python-tz, python-rql (>= 0.34.0), - python-yams (>= 0.44.0), + python-yams (>= 0.45.0), python-lxml, python-setuptools, python-pyramid, @@ -43,7 +43,7 @@ python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 1.4.0), python-logilab-database (>= 1.15.0), - python-yams (>= 0.44.0), + python-yams (>= 0.45.0), python-rql (>= 0.34.0), python-unittest2 (>= 0.7.0), python-lxml, diff -r 82f7d583e5a3 -r a44f67dd0474 requirements/dev.txt --- a/requirements/dev.txt Fri Mar 17 17:31:10 2017 +0100 +++ b/requirements/dev.txt Fri Mar 17 17:32:04 2017 +0100 @@ -1,2 +1,1 @@ pytest -http://hg.logilab.org/master/yams/archive/default.tar.bz2#egg=yams diff -r 82f7d583e5a3 -r a44f67dd0474 setup.py --- a/setup.py Fri Mar 17 17:31:10 2017 +0100 +++ b/setup.py Fri Mar 17 17:32:04 2017 +0100 @@ -196,7 +196,7 @@ 'logilab-common >= 1.4.0', 'logilab-mtconverter >= 0.8.0', 'rql >= 0.34.0', - 'yams >= 0.44.0', + 'yams >= 0.45.0', 'lxml', 'logilab-database >= 1.15.0', 'passlib >= 1.7.0',