[ARVADOS] updated: 2.1.0-1351-g68417ea49

Git user git at public.arvados.org
Thu Sep 16 13:35:43 UTC 2021


Summary of changes:
 sdk/cwl/arvados_cwl/arvcontainer.py  |  8 ++++++--
 sdk/cwl/arvados_cwl/arvtool.py       |  7 +++++++
 sdk/cwl/arvados_cwl/context.py       | 12 ++++++++++++
 sdk/cwl/setup.py                     |  8 ++------
 sdk/cwl/tests/test_container.py      | 18 +++++++++---------
 sdk/python/arvados/keep.py           |  6 +++---
 sdk/python/setup.py                  |  8 ++------
 sdk/python/tests/test_keep_client.py |  2 ++
 8 files changed, 43 insertions(+), 26 deletions(-)

       via  68417ea496ad85a97a98c9ce07b54d7e80a1daa3 (commit)
       via  04f63a68f297b3718dfbcdc23653075656816014 (commit)
       via  2bf1d2d554c33de560d6d1232c927010ac06e243 (commit)
       via  58e740a6ea84242b423163ae66f0dc9399ddd788 (commit)
      from  ca6c0353c236d5fc0f829880e845cbd8489ea9ad (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 68417ea496ad85a97a98c9ce07b54d7e80a1daa3
Merge: ca6c0353c 04f63a68f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 16 09:35:29 2021 -0400

    Merge branch '18002-update-python-deps' into main refs #18002
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit 04f63a68f297b3718dfbcdc23653075656816014
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 16 09:34:53 2021 -0400

    18002: Remove obsolete extras_require for Python 2
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index d6cc4173f..3f1f8a6be 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -46,10 +46,6 @@ setup(name='arvados-cwl-runner',
           'ciso8601 >= 2.0.0',
           'networkx < 2.6'
       ],
-      extras_require={
-          ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],
-          ':python_version<"3"': ['pytz'],
-      },
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
       ],
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 40e6e18ab..311a13990 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -55,10 +55,6 @@ setup(name='arvados-python-client',
           'setuptools',
           'ws4py >=0.4.2',
       ],
-      extras_require={
-          ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],
-          ':python_version<"3"': ['pytz'],
-      },
       classifiers=[
           'Programming Language :: Python :: 3',
       ],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list