Update arvados-cwl-runner cwltool pin to get ruamel.yaml fix (c8f584840591f3a4a0fad3b...
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 30 Jun 2016 17:24:12 +0000 (13:24 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 30 Jun 2016 17:25:14 +0000 (13:25 -0400)
build/run-build-packages.sh
sdk/cwl/setup.py

index ba0f10f1ef12c86200b59eec1a91bb69e804b983..783d3d6f957cb1fa5b3e167df6c3f5cedd1dfecd 100755 (executable)
@@ -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.20160629140624
+fpm_build cwltool "" "" python 1.0.20160630171631
 
 # 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
index 204ad72d14bbf5c98635deef3291d093e35673e4..131350d5f9ef58aae50757c37e88988b7a96fd1a 100644 (file)
@@ -30,7 +30,7 @@ setup(name='arvados-cwl-runner',
           'bin/arvados-cwl-runner'
       ],
       install_requires=[
-          'cwltool==1.0.20160629140624',
+          'cwltool==1.0.20160630171631',
           'arvados-python-client>=0.1.20160322001610'
       ],
       data_files=[