[ARVADOS] updated: 722e147756526579ba32a31f967e9e00d47fd3ed

git at public.curoverse.com git at public.curoverse.com
Tue Jan 5 12:45:27 EST 2016


Summary of changes:
 sdk/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  722e147756526579ba32a31f967e9e00d47fd3ed (commit)
      from  fea7d51546b51261b962daa0ca534ddf7c257409 (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 722e147756526579ba32a31f967e9e00d47fd3ed
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Jan 5 12:44:42 2016 -0500

    Add pycurl version constraint to Python SDK because of breaking API change, refs #8104

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index b589b48..98b7361 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -42,7 +42,7 @@ setup(name='arvados-python-client',
           'ciso8601',
           'google-api-python-client',
           'httplib2',
-          'pycurl>=7.19.5.1',
+          'pycurl >=7.19.5.1, <7.21.5',
           'python-gflags',
           'ws4py'
       ],

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list