[ARVADOS] updated: d5cc11240819c79a14197a37489964e0adf173be

Git user git at public.curoverse.com
Wed Oct 5 15:55:40 EDT 2016


Summary of changes:
 build/run-build-packages.sh | 4 ++--
 sdk/cwl/setup.py            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  d5cc11240819c79a14197a37489964e0adf173be (commit)
      from  12e22cbf3bbf047c001624be54ec802999bb5c1e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d5cc11240819c79a14197a37489964e0adf173be
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Oct 5 15:55:35 2016 -0400

    Bump schema-salad & cwltool version for cwl document validation bugfix.  no issue #

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 53dcec4..a3b5cf8 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -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.20160930145650 --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2"
+fpm_build schema_salad "" "" python 1.18.20161005190847 --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.20160930152149
+fpm_build cwltool "" "" python 1.0.20161005195021
 
 # 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
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 929011b..c0a084a 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -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.20160930152149',
+          'cwltool==1.0.20161005195021',
           'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list