[pkg] Require passlib >= 1.7.0
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 14 Dec 2016 11:13:46 +0100
changeset 11884 6186cd15a46d
parent 11880 bc9d901cb9e6
child 11885 e93a01a69035
[pkg] Require passlib >= 1.7.0 Since bc9d901cb9e6 we use 1.7.0 API, update packaging accordingly.
cubicweb.spec
debian/control
setup.py
--- a/cubicweb.spec	Wed Dec 07 14:11:23 2016 +0100
+++ b/cubicweb.spec	Wed Dec 14 11:13:46 2016 +0100
@@ -27,7 +27,7 @@
 Requires:       %{python}-rql >= 0.34.0
 Requires:       %{python}-yams >= 0.44.0
 Requires:       %{python}-logilab-database >= 1.15.0
-Requires:       %{python}-passlib
+Requires:       %{python}-passlib => 1.7.0
 Requires:       %{python}-lxml
 Requires:       %{python}-twisted-web < 16.0.0
 Requires:       %{python}-markdown
--- a/debian/control	Wed Dec 07 14:11:23 2016 +0100
+++ b/debian/control	Wed Dec 14 11:13:46 2016 +0100
@@ -25,7 +25,7 @@
  python-pyramid,
  python-pyramid-multiauth,
  python-waitress,
- python-passlib,
+ python-passlib (>= 1.7.0),
  python-wsgicors,
  sphinx-common,
 Standards-Version: 3.9.6
--- a/setup.py	Wed Dec 07 14:11:23 2016 +0100
+++ b/setup.py	Wed Dec 14 11:13:46 2016 +0100
@@ -223,7 +223,7 @@
         'yams >= 0.44.0',
         'lxml',
         'logilab-database >= 1.15.0',
-        'passlib',
+        'passlib >= 1.7.0',
         'pytz',
         'Markdown',
         'unittest2 >= 0.7.0',