[ARVADOS] updated: 1263d931ed5043cb7f71dcfdb0ec8099b6f68501
Git user
git at public.curoverse.com
Wed Jun 29 13:13:06 EDT 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 1263d931ed5043cb7f71dcfdb0ec8099b6f68501 (commit)
via 5b0d660909c34b4b94ae2a9d45dccf2d5400fc7b (commit)
from 212c20e55437a5e67482e1db971d0d826591e856 (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 1263d931ed5043cb7f71dcfdb0ec8099b6f68501
Merge: 212c20e 5b0d660
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jun 29 13:13:02 2016 -0400
Merge branch '9511-cwl-type-checking' closes #9511
commit 5b0d660909c34b4b94ae2a9d45dccf2d5400fc7b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jun 29 13:04:47 2016 -0400
9511: Bump cwltool dependency to get bugfix (81ff56f239de3ff0d17c8dec98d1a40f1e41cb7d) affecting bcbio run.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 759af04..ba0f10f 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.20160609160402
+fpm_build cwltool "" "" python 1.0.20160629140624
# 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 b1ff7f3..204ad72 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.20160609160402',
+ 'cwltool==1.0.20160629140624',
'arvados-python-client>=0.1.20160322001610'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list