[ARVADOS] updated: 78995d3bf5b9e160de50318bc83744dda92e4211
Git user
git at public.curoverse.com
Fri Oct 7 14:31:16 EDT 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 78995d3bf5b9e160de50318bc83744dda92e4211 (commit)
from a894a61cc9004e184bc63f9f0a785f555d6c6829 (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 78995d3bf5b9e160de50318bc83744dda92e4211
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Oct 7 14:30:30 2016 -0400
Bump cwltool version for bugfix https://github.com/common-workflow-language/cwltool/pull/206
refs #10203
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index a3b5cf8..65c9282 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.20161005195021
+fpm_build cwltool "" "" python 1.0.20161007181528
# 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 c0a084a..43cae78 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -33,7 +33,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.20161005195021',
+ 'cwltool==1.0.20161007181528',
'arvados-python-client>=0.1.20160826210445'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list