]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: use six==1.14.0 34316/head
authorKefu Chai <kchai@redhat.com>
Tue, 31 Mar 2020 12:08:51 +0000 (20:08 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 31 Mar 2020 12:13:16 +0000 (20:13 +0800)
this change is not cherry-picked from master. because in master, we
are using different ways to install six:

see
68527ab83a77d20b779759581ce0b8844991231b
1e07237d92da3bb5eba82b49f6276d17696e6985

because in teuthology we are using six.ensure_str, which was added in
six 1.12.0, see https://github.com/benjaminp/six/blob/1.12.0/CHANGES ,
we cannot continue using six 1.11.0, as a result, we need switch over to
six>1.12.0. since the latest stable version of six is now 1.14.0, let's
just use it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/requirements.txt
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index caa1db80e96fbef58fadb3b13036011464a3df9d..f097dd8fa13ecad55feb610dbd5f38c41033d20d 100644 (file)
@@ -27,7 +27,7 @@ pytz==2017.3
 requests==2.20.0
 Routes==2.4.1
 singledispatch==3.4.0.3
-six==1.11.0
+six==1.14.0
 tempora==1.10
 tox==2.9.1
 virtualenv==15.1.0
index 1e11b612e5c4ad225f372c556bb14fcd6343b75b..ccdb1ca61f3b5d955d9fc827b16fc64ad12fe8e5 100755 (executable)
@@ -74,7 +74,7 @@ pyparsing==2.2.0
 python-dateutil==2.6.1
 PyYAML==3.12
 requests==2.18.4
-six==1.10.0
+six==1.14.0
 urllib3==1.22
 "