10630: Bump cwltool version to completely skip debug statements that make
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 28 Nov 2016 20:56:23 +0000 (15:56 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 28 Nov 2016 20:56:23 +0000 (15:56 -0500)
expensive json.dumps() calls.

build/run-build-packages.sh
sdk/cwl/setup.py

index e1825ea7f1db7443bd8602a046c5eccb5eb4fe7e..de2def7ddb00fee5cf21e1ebf66a5cd808ab1df6 100755 (executable)
@@ -478,7 +478,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.20161123190203
+fpm_build cwltool "" "" python 1.0.20161128202906
 
 # 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 6ee6d0f45cc24f8f6921b220053faff9e298db7a..7751644f51795e60271759287290381919f3dc4d 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.20161123190203',
+          'cwltool==1.0.20161128202906',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[