[ARVADOS] updated: 1.3.0-2655-g6dd90456e

Git user git at public.arvados.org
Fri Jun 12 14:22:35 UTC 2020


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

  discards  5277139bad1b3944e944de16a8d037375869b548 (commit)
       via  6dd90456e886846262d0242779e58043e55e7fc3 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (5277139bad1b3944e944de16a8d037375869b548)
            \
             N -- N -- N (6dd90456e886846262d0242779e58043e55e7fc3)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 6dd90456e886846262d0242779e58043e55e7fc3
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.
    
    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