[ARVADOS] updated: 495a485ff8e7b8c548b943da10c6acfe3eb98165
git at public.curoverse.com
git at public.curoverse.com
Wed Feb 10 13:19:36 EST 2016
Summary of changes:
sdk/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 495a485ff8e7b8c548b943da10c6acfe3eb98165 (commit)
from d944cda7fc56ff31bc1bd1200648785e43bf0405 (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 495a485ff8e7b8c548b943da10c6acfe3eb98165
Author: Brett Smith <brett at curoverse.com>
Date: Wed Feb 10 13:19:11 2016 -0500
Pin PySDK's gflags dependency to <3.0.
We've built and tested with 3.0 successfully, but its ChangeLog says:
* A lot of potentially backwards incompatible changes since 2.0.
* This version is NOT recommended to use in production. Some of the files and
documentation has been lost during export; this will be fixed in next
versions.
We found out about this after 3.0.2 broke our tests.
Take their advice for now. No issue #.
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 98b7361..b6518f9 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -43,7 +43,7 @@ setup(name='arvados-python-client',
'google-api-python-client',
'httplib2',
'pycurl >=7.19.5.1, <7.21.5',
- 'python-gflags',
+ 'python-gflags<3.0',
'ws4py'
],
test_suite='tests',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list