[ARVADOS] updated: db4eb863a36acbacde64f7d356065b3b9cbfb342
Git user
git at public.curoverse.com
Thu Jun 30 13:25:25 EDT 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via db4eb863a36acbacde64f7d356065b3b9cbfb342 (commit)
from 5f164d87da5241099d545b15ad537be69243a200 (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 db4eb863a36acbacde64f7d356065b3b9cbfb342
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Jun 30 13:24:12 2016 -0400
Update arvados-cwl-runner cwltool pin to get ruamel.yaml fix (c8f584840591f3a4a0fad3bce6b39f8866cd9dad) refs #9458
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index ba0f10f..783d3d6 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -466,7 +466,7 @@ fpm_build schema_salad "" "" python 1.12.20160610104117
fpm_build ruamel.yaml "" "" python "" --python-setup-py-arguments "--single-version-externally-managed"
# And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
-fpm_build cwltool "" "" python 1.0.20160629140624
+fpm_build cwltool "" "" python 1.0.20160630171631
# 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 204ad72..131350d 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -30,7 +30,7 @@ setup(name='arvados-cwl-runner',
'bin/arvados-cwl-runner'
],
install_requires=[
- 'cwltool==1.0.20160629140624',
+ 'cwltool==1.0.20160630171631',
'arvados-python-client>=0.1.20160322001610'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list