10576: Bump cwltool, schema-salad and rdflib-jsonld package versions.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 6 Dec 2016 20:59:14 +0000 (15:59 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 6 Dec 2016 22:08:59 +0000 (17:08 -0500)
build/run-build-packages.sh
sdk/cwl/setup.py

index 300333a0b7e5ac5a56d8e98d78118cf01c893e50..cfbf9e9aaf5f8e3fe326b1f0391e2c2c34955c7f 100755 (executable)
@@ -490,7 +490,7 @@ cwltoolversion=$(cat "$WORKSPACE/sdk/cwl/setup.py" | grep cwltool== | sed "s/.*=
 fpm_build cwltool "" "" python $cwltoolversion
 
 # 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
+fpm_build rdflib-jsonld "" "" python 0.4.0
 
 # The PAM module
 if [[ $TARGET =~ debian|ubuntu ]]; then
index dd2207d887da28887986afbe4ceeb2168c24590b..3ce0d59b506533534890acb4890fa8b2e1325a14 100644 (file)
@@ -48,8 +48,8 @@ setup(name='arvados-cwl-runner',
       # Note that arvados/build/run-build-packages.sh looks at this
       # file to determine what version of cwltool and schema-salad to build.
       install_requires=[
-          'cwltool==1.0.20161206195941',
-          'schema-salad==1.21.20161206181442',
+          'cwltool==1.0.20161206212859',
+          'schema-salad==1.21.20161206204028',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[