[ARVADOS] updated: 331f76650627e742c0fc76d7c5fe37cdac847330

Git user git at public.curoverse.com
Wed Jul 13 11:08:07 EDT 2016


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

       via  331f76650627e742c0fc76d7c5fe37cdac847330 (commit)
      from  0422e3e8f46c7c54d7e33e2eedd805b05c76c7ce (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 331f76650627e742c0fc76d7c5fe37cdac847330
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Jul 13 11:05:34 2016 -0400

    9570: Update version pin and add reminder to setup.py to do it in the future.

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index f2894e3..b015dc7 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -459,7 +459,7 @@ fpm_build $WORKSPACE/sdk/cwl "${PYTHON2_PKG_PREFIX}-arvados-cwl-runner" 'Curover
 # So we build this thing separately.
 #
 # Ward, 2016-03-17
-fpm_build schema_salad "" "" python 1.12.20160610104117
+fpm_build schema_salad "" "" python 1.14.20160708181155
 
 # 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
@@ -467,7 +467,7 @@ fpm_build schema_salad "" "" python 1.12.20160610104117
 fpm_build ruamel.yaml "" "" python 0.11.11 --python-setup-py-arguments "--single-version-externally-managed"
 
 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
-fpm_build cwltool "" "" python 1.0.20160630171631
+fpm_build cwltool "" "" python 1.0.20160712154127
 
 # 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 cf797f0..667d7ac 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -29,6 +29,8 @@ setup(name='arvados-cwl-runner',
           'bin/cwl-runner',
           'bin/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.20160712154127',
           'arvados-python-client>=0.1.20160322001610'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list