[ARVADOS] updated: e049b1e74727680ebbf6efcf340377af9e6fb6ba
Git user
git at public.curoverse.com
Tue Dec 27 15:08:59 EST 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
via e049b1e74727680ebbf6efcf340377af9e6fb6ba (commit)
from 01b5da8f2cd7f88dba7be836673c22579b465422 (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 e049b1e74727680ebbf6efcf340377af9e6fb6ba
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Dec 27 15:05:48 2016 -0500
10497: Update ruamel.yaml, schema salad, and cwltool
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index ddd0124..3839de9 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -479,7 +479,7 @@ fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFI
# 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
-fpm_build ruamel.yaml "" "" python 0.12.4 --python-setup-py-arguments "--single-version-externally-managed"
+fpm_build ruamel.yaml "" "" python 0.13.7 --python-setup-py-arguments "--single-version-externally-managed"
# Dependency of cwltool. Fpm doesn't produce a package with the correct version
# number unless we build it explicitly
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 8c33886..4d7caf0 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -48,8 +48,9 @@ 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.20161216212910',
- 'schema-salad==2.1.20161216210732',
+ 'cwltool==1.0.20161227200419',
+ 'schema-salad==2.1.20161227191302',
+ 'ruamel.yaml==0.13.7',
'arvados-python-client>=0.1.20160826210445',
'setuptools'
],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list