[ARVADOS] updated: c863f911c9a55203bbe0bd3735162084b94f582f
Git user
git at public.curoverse.com
Mon Nov 7 10:07:38 EST 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via c863f911c9a55203bbe0bd3735162084b94f582f (commit)
from ac9e30c830fd8acdd04ff2a8067f3b33d95325f5 (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 c863f911c9a55203bbe0bd3735162084b94f582f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Nov 7 10:07:32 2016 -0500
10460: Update cwltool dependency.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 12c9260..f62bff0 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -476,7 +476,7 @@ fpm_build ruamel.yaml "" "" python 0.12.4 --python-setup-py-arguments "--single-
fpm_build cwltest "" "" python 1.0.20160907111242
# And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
-fpm_build cwltool "" "" python 1.0.20161007181528
+fpm_build cwltool "" "" python 1.0.20161107145355
# FPM eats the trailing .0 in the python-rdflib-jsonld package when built with 'rdflib-jsonld>=0.3.0'. Force the version. Ward, 2016-03-25
fpm_build rdflib-jsonld "" "" python 0.3.0
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index d1c8f9b..9d9a1e1 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -48,7 +48,7 @@ setup(name='arvados-cwl-runner',
# Make sure to update arvados/build/run-build-packages.sh as well
# when updating the cwltool version pin.
install_requires=[
- 'cwltool==1.0.20161007181528',
+ 'cwltool==1.0.20161107145355',
'arvados-python-client>=0.1.20160826210445'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list