[ARVADOS] updated: d8900c1b1410b97ad24aba69d9f8fa1f042afc90

Git user git at public.curoverse.com
Thu Jul 7 10:23:14 EDT 2016


Summary of changes:
 sdk/cwl/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d8900c1b1410b97ad24aba69d9f8fa1f042afc90 (commit)
      from  92b83dafab5a3fe68b266e7fdc02f30f1a262b47 (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 d8900c1b1410b97ad24aba69d9f8fa1f042afc90
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Jul 7 10:16:34 2016 -0400

    Bump cwltool dependency. Previously pinned version was broken.
    
    cwltool==1.0.20160630171631 depends on
    schema-salad==1.12.20160610104117, which contains an errant .py file
    with syntax errors. Installing with pip emits an error message and
    succeeds. Installing as an fpm->deb package emits the same error
    message and fails.
    
    Linking and byte-compiling packages for runtime python2.7...
      File "/usr/lib/python2.7/dist-packages/schema_salad/ref_resolver_BACKUP_28804.py", line 222
          <<<<<<< 973dceb3aeef33920968fa257c7b04885a3a716d
               ^
               SyntaxError: invalid syntax
    
    No issue #

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 131350d..c312322 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.20160630171631',
+          'cwltool==1.0.20160706132520',
           'arvados-python-client>=0.1.20160322001610'
       ],
       data_files=[

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list