[ARVADOS] updated: 1.2.0-470-gff1320d0c
Git user
git at public.curoverse.com
Fri Nov 30 15:35:23 EST 2018
Summary of changes:
sdk/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ff1320d0c5057dc9ea1077f61db0b5d506dcd323 (commit)
from f0ebc1292857312b2e15868560597c2fe31190b6 (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 ff1320d0c5057dc9ea1077f61db0b5d506dcd323
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Nov 30 15:35:08 2018 -0500
14558: Fix python sdk
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 9b38f0714..03166cbb4 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, <1.7',
'httplib2 >=0.9.2',
'pycurl >=7.19.5.1',
- 'ruamel.yaml >=0.15.54, <=0.15.77',
+ 'ruamel.yaml >=0.15.54, <0.15.78',
'setuptools',
'ws4py >=0.4.2',
'subprocess32 >=3.5.1',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list