[ARVADOS] updated: 1.3.0-3066-gac4599592

Git user git at public.arvados.org
Wed Sep 2 14:06:47 UTC 2020


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

       via  ac4599592d265dc5a922ec8f468d46cfe7de52e2 (commit)
      from  b30659d514ce281209fa7b99863413832fa8d44b (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 ac4599592d265dc5a922ec8f468d46cfe7de52e2
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Wed Sep 2 10:06:34 2020 -0400

    16795: Pin pycurl version.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 589533177..3fff82c42 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -50,7 +50,7 @@ setup(name='arvados-python-client',
           'future',
           'google-api-python-client >=1.6.2, <1.7',
           'httplib2 >=0.9.2',
-          'pycurl >=7.19.5.1',
+          'pycurl >=7.19.5.1, <7.43.0.4', # 7.43.0.4 removes support for python2
           'ruamel.yaml >=0.15.54, <=0.16.5',
           'setuptools',
           'ws4py >=0.4.2',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list