[ARVADOS] updated: 2.3.2-67-g15a40cb81

Git user git at public.arvados.org
Thu Mar 10 15:04:13 UTC 2022


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

       via  15a40cb813860b4540c9ece4b10237d54c5ca8ae (commit)
      from  bdac83b2871315e550aa73a8ffe065e01e932350 (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 15a40cb813860b4540c9ece4b10237d54c5ca8ae
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Mar 10 10:03:34 2022 -0500

    Put upper bound on PyCURL
    
    Starting with PyCURL 7.45.0 it is incompatible with the version of GNU
    TLS that ships with Debian 10.
    
    no issue #
    
    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 f82d44ab6..126b12f15 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',
           'google-auth<2',
           'httplib2 >=0.9.2, <0.20.2',
-          'pycurl >=7.19.5.1',
+          'pycurl >=7.19.5.1, <7.45.0',
           'ruamel.yaml >=0.15.54, <0.17.11',
           'setuptools',
           'ws4py >=0.4.2',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list