[ARVADOS] updated: 76549a60fde774c515121c42ace658dec1a1ebe8
Git user
git at public.curoverse.com
Tue May 31 17:36:41 EDT 2016
Summary of changes:
build/run-build-packages.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 76549a60fde774c515121c42ace658dec1a1ebe8 (commit)
from 3aae316c250e83e4c94d3c27359bd01980a99853 (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 76549a60fde774c515121c42ace658dec1a1ebe8
Author: Brett Smith <brett at curoverse.com>
Date: Tue May 31 17:36:08 2016 -0400
9242: Restore newer backported versions of Python packages.
I accidentally reverted this in 758d39f.
Refs #9242.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 58fb2a8..52fe399 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -432,14 +432,14 @@ 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 schema_salad "" python 1.7.20160316203940
+fpm_build schema_salad schema_salad "" python 1.11.20160506154702
# 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 ruamel.yaml "" python "" --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 cwltool "" python 1.0.20160427142240
+fpm_build cwltool cwltool "" python 1.0.20160519182434
# 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 rdflib-jsonld "" python 0.3.0
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list