Bump cwltool for python-requests dependency fix refs #12100
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 11 Aug 2017 20:02:59 +0000 (16:02 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 11 Aug 2017 20:31:09 +0000 (16:31 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

build/build.list
sdk/cwl/setup.py

index b71ac890b209908608d2eb59d35fb37bd9f85e43..55d580e0ff92e7d95057464ee1f4758a39886c14 100644 (file)
@@ -32,7 +32,7 @@ debian8,debian9,ubuntu1204,ubuntu1404,ubuntu1604,centos7|docker-py|1.7.2|2|pytho
 debian8,debian9,ubuntu1204,centos7|six|1.10.0|2|python3|all
 debian8,debian9,ubuntu1204,ubuntu1404,centos7|requests|2.12.4|2|python3|all
 debian8,debian9,ubuntu1204,ubuntu1404,ubuntu1604,centos7|websocket-client|0.37.0|2|python3|all
-ubuntu1204|requests|2.12.4|2|python|all
+ubuntu1204,ubuntu1404|requests|2.4.3|2|python|all
 ubuntu1204,centos7|contextlib2|0.5.4|2|python|all
 ubuntu1204,centos7|isodate|0.5.4|2|python|all
 centos7|daemon|2.1.1|2|python|all
index 9c0e9e0f52c37d61bb3acca57bbb45b659446fcd..56a553eab9d45393edcfad14fb846942c04f77d3 100644 (file)
@@ -51,7 +51,7 @@ setup(name='arvados-cwl-runner',
       # Note that arvados/build/run-build-packages.sh looks at this
       # file to determine what version of cwltool and schema-salad to build.
       install_requires=[
-          'cwltool==1.0.20170810192106',
+          'cwltool==1.0.20170811195303',
           'schema-salad==2.6.20170712194300',
           'typing==3.5.3.0',
           'ruamel.yaml==0.13.7',