[ARVADOS] updated: 1.3.0-2655-g2dc1a8cb4

Git user git at public.arvados.org
Fri Jun 12 14:36:46 UTC 2020


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

       via  2dc1a8cb43d8e8ff767675fbe3c76985e35ba140 (commit)
      from  1cf9c94f99fd78347cd772e47c86d557eac54fbc (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 2dc1a8cb43d8e8ff767675fbe3c76985e35ba140
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jun 12 10:13:24 2020 -0400

    16524: Pin rsa package to < 4.1
    
    Because >= 4.1 does not support python 2 any more.  refs #16524
    
    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 a726b49fe..589533177 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -54,6 +54,7 @@ setup(name='arvados-python-client',
           'ruamel.yaml >=0.15.54, <=0.16.5',
           'setuptools',
           'ws4py >=0.4.2',
+          'rsa < 4.1'
       ],
       extras_require={
           ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list