Update cwltool again for bugfix, refs #10088
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 22 Sep 2016 13:57:56 +0000 (09:57 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 22 Sep 2016 13:57:56 +0000 (09:57 -0400)
build/run-build-packages.sh
sdk/cwl/setup.py

index 2a84060e87df2f6e264f2ff49b899f2525dcbc2e..08b60f654e3f67251f10d59ebdaa0fda3f5c7856 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.20160919152321
+fpm_build cwltool "" "" python 1.0.20160922135240
 
 # 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 fef9deca96c842f40a1db66f5c25989160798d12..87351922b06fe2f7d8852d53575fef03a68d38ee 100644 (file)
@@ -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.20160919152321',
+          'cwltool==1.0.20160922135240',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[