[ARVADOS] updated: ae71ca7f426bfb59e154350370c96cc2b31d6e0d

Git user git at public.curoverse.com
Tue Sep 13 13:14:30 EDT 2016


Summary of changes:
 build/run-build-packages.sh | 2 +-
 sdk/cwl/setup.py            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  ae71ca7f426bfb59e154350370c96cc2b31d6e0d (commit)
      from  50b696969d71739e9fd083664de6a81db7e211b3 (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 ae71ca7f426bfb59e154350370c96cc2b31d6e0d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Sep 13 13:14:24 2016 -0400

    Update cwltool version, refs #10013

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index be4c16d..9ebb2ca 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -473,7 +473,7 @@ fpm_build ruamel.yaml "" "" python 0.12.4 --python-setup-py-arguments "--single-
 
 # Dependency of cwltool.  Fpm doesn't produce a package with the correct version
 # number unless we build it explicitly
-fpm_build cwltest "" "" python 1.0.20160907111242
+fpm_build cwltest "" "" python 1.0.20160913171024
 
 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
 fpm_build cwltool "" "" python 1.0.20160912182208
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index df2de5f..efc6056 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.20160912182208',
+          'cwltool==1.0.20160913171024',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list