--- 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
--- 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,
--- 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
--- 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',