[ARVADOS] updated: 9a9850ac59958f1aa1b5f97ff8479c29d073e964
Git user
git at public.curoverse.com
Wed Dec 7 10:37:52 EST 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
sdk/cwl/setup.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via 9a9850ac59958f1aa1b5f97ff8479c29d073e964 (commit)
via b4422bbdb475f689cc46cfc12f037db1e888f521 (commit)
from aaa964ac44f923985d6a6eb40c179f62c13ca8ce (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 9a9850ac59958f1aa1b5f97ff8479c29d073e964
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Dec 6 15:59:14 2016 -0500
10576: Bump cwltool, schema-salad and rdflib-jsonld package versions.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 300333a..cfbf9e9 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -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
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index dd2207d..3ce0d59 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -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=[
commit b4422bbdb475f689cc46cfc12f037db1e888f521
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Dec 6 15:05:15 2016 -0500
10576: Bump cwltool and schema-salad versions.
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index f894264..dd2207d 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -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.20161202203310',
- 'schema-salad==1.21.20161202201331',
+ 'cwltool==1.0.20161206195941',
+ 'schema-salad==1.21.20161206181442',
'arvados-python-client>=0.1.20160826210445'
],
data_files=[
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list