[ARVADOS] updated: 60a39c8be294d58f22c6cb1efe6fc1d850411d60
Git user
git at public.curoverse.com
Fri Aug 11 16:31:15 EDT 2017
Summary of changes:
build/build.list | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 60a39c8be294d58f22c6cb1efe6fc1d850411d60 (commit)
from c2943635432441ac6a54f893ddbfee311ffe5908 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 60a39c8be294d58f22c6cb1efe6fc1d850411d60
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Aug 11 16:02:59 2017 -0400
Bump cwltool for python-requests dependency fix refs #12100
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/build/build.list b/build/build.list
index b71ac89..55d580e 100644
--- a/build/build.list
+++ b/build/build.list
@@ -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
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 9c0e9e0..56a553e 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -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',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list