[ARVADOS] updated: f82ee19a440e31f05381511cf6c0d7932d804b9d

Git user git at public.curoverse.com
Mon Sep 12 21:54: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  f82ee19a440e31f05381511cf6c0d7932d804b9d (commit)
       via  c0d988e71f9657d0dea5a36c6b9904e1688e2448 (commit)
      from  b54478ea1b7c8aaeaf565d591f32769bcdc09b8f (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 f82ee19a440e31f05381511cf6c0d7932d804b9d
Merge: b54478e c0d988e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Sep 12 21:53:59 2016 -0400

    Merge branch '10001-cwl-scatter' closes #10001


commit c0d988e71f9657d0dea5a36c6b9904e1688e2448
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Sep 12 21:53:35 2016 -0400

    10001: Update cwltool dependency to get parallel scatter fixes.

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 8b7ab88..be4c16d 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.20160907141844
+fpm_build cwltool "" "" python 1.0.20160912182208
 
 # 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 b3d5968..df2de5f 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.20160907141844',
+          'cwltool==1.0.20160912182208',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list