10032: Update schema salad and cwltool packages to get document validation optimizations.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 30 Sep 2016 15:24:53 +0000 (11:24 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 30 Sep 2016 15:25:10 +0000 (11:25 -0400)
build/run-build-packages.sh
sdk/cwl/setup.py

index 3acabab758aae96adf7f1b61d9ae7fae4eaf1ec9..53dcec4c4f3f109490f3896ae353585b19926094 100755 (executable)
@@ -452,8 +452,8 @@ fpm_build lockfile "" "" python 0.12.2 --epoch 1
 
 # schema_salad. This is a python dependency of arvados-cwl-runner,
 # but we can't use the usual PYTHONPACKAGES way to build this package due to the
-# intricacies of how version numbers get generated in setup.py: we need version
-# 1.7.20160316203940. If we don't explicitly list that version with the -v
+# intricacies of how version numbers get generated in setup.py: we need a specific version,
+# e.g. 1.7.20160316203940. If we don't explicitly list that version with the -v
 # argument to fpm, and instead specify it as schema_salad==1.7.20160316203940, we get
 # a package with version 1.7. That's because our gittagger hack is not being
 # picked up by self.distribution.get_version(), which is called from
@@ -465,7 +465,7 @@ fpm_build lockfile "" "" python 0.12.2 --epoch 1
 # So we build this thing separately.
 #
 # Ward, 2016-03-17
-fpm_build schema_salad "" "" python 1.18.20160907135919 --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2"
+fpm_build schema_salad "" "" python 1.18.20160930145650 --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2"
 
 # And schema_salad now depends on ruamel-yaml, which apparently has a braindead setup.py that requires special arguments to build (otherwise, it aborts with 'error: you have to install with "pip install ."'). Sigh.
 # Ward, 2016-05-26
@@ -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.20160923180109
+fpm_build cwltool "" "" python 1.0.20160930152149
 
 # 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 fc5a52c588cba05395f0fe4064027c6a6be3aebd..929011b3d6b642c44d170a4e88b4616fdd1cd962 100644 (file)
@@ -33,7 +33,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.20160923180109',
+          'cwltool==1.0.20160930152149',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[