[ARVADOS] updated: 2.1.0-1359-g4523b7c51
Git user
git at public.arvados.org
Mon Sep 20 13:47:53 UTC 2021
Summary of changes:
sdk/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 4523b7c515e6c7ab78d4b40b6904644a89dc5268 (commit)
from 1c7420e1ed282e42907b108ce83dc8ce6edef904 (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 4523b7c515e6c7ab78d4b40b6904644a89dc5268
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Sep 20 09:46:35 2021 -0400
Revert "Change upper version bound for ruamel.yaml to <0.18"
This reverts commit 1c7420e1ed282e42907b108ce83dc8ce6edef904.
Needs to match cwltool ruamel version spec to avoid breaking arvados-cwl-runner.
refs #18002
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index e329da7c9..311a13990 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -51,7 +51,7 @@ setup(name='arvados-python-client',
'google-api-python-client >=1.6.2, <2',
'httplib2 >=0.9.2',
'pycurl >=7.19.5.1',
- 'ruamel.yaml >=0.15.54, <0.18',
+ 'ruamel.yaml >=0.15.54, <=0.17.11',
'setuptools',
'ws4py >=0.4.2',
],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list