[ARVADOS] updated: 0e7915c354852dc63c989b9e5454a11037f3b65f
Git user
git at public.curoverse.com
Thu Sep 22 09:58:07 EDT 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 0e7915c354852dc63c989b9e5454a11037f3b65f (commit)
from 6dea18bd99022c09d51ef647482e080b4f316542 (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 0e7915c354852dc63c989b9e5454a11037f3b65f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Sep 22 09:57:56 2016 -0400
Update cwltool again for bugfix, refs #10088
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 2a84060..08b60f6 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.20160919152321
+fpm_build cwltool "" "" python 1.0.20160922135240
# 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 fef9dec..8735192 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -32,7 +32,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.20160919152321',
+ 'cwltool==1.0.20160922135240',
'arvados-python-client>=0.1.20160826210445'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list