10460: Update cwltool dependency.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 7 Nov 2016 15:07:32 +0000 (10:07 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 7 Nov 2016 15:07:32 +0000 (10:07 -0500)
build/run-build-packages.sh
sdk/cwl/setup.py

index 12c92607de51e3fd4aa7b6ec129e438b9427b1ec..f62bff01f714f4163abc2d3a4453f7e7e80998af 100755 (executable)
@@ -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.20161007181528
+fpm_build cwltool "" "" python 1.0.20161107145355
 
 # 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 d1c8f9b567839bb6aaf1e78db2d6855b9a6038c2..9d9a1e1a7acf99f46d61d96de384681da114925a 100644 (file)
@@ -48,7 +48,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.20161007181528',
+          'cwltool==1.0.20161107145355',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[