[ARVADOS] updated: 7bf6588ce6589a194df2c7f45b9a443025c2ff67
Git user
git at public.curoverse.com
Mon Nov 28 15:58:58 EST 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 7bf6588ce6589a194df2c7f45b9a443025c2ff67 (commit)
via d71a3ed8a91b7491df1f675389e1038d1a781e8e (commit)
from b738c7e7357a143dade94dc5a1bad2b69bac2b27 (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 7bf6588ce6589a194df2c7f45b9a443025c2ff67
Merge: b738c7e d71a3ed
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Nov 28 15:58:51 2016 -0500
Merge branch '10630-no-json-debug-dump' refs #10630
commit d71a3ed8a91b7491df1f675389e1038d1a781e8e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Nov 28 15:56:23 2016 -0500
10630: Bump cwltool version to completely skip debug statements that make
expensive json.dumps() calls.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index e1825ea..de2def7 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -478,7 +478,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.20161123190203
+fpm_build cwltool "" "" python 1.0.20161128202906
# 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 6ee6d0f..7751644 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.20161123190203',
+ 'cwltool==1.0.20161128202906',
'arvados-python-client>=0.1.20160826210445'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list