[arvados] updated: 2.6.0-72-g215ec70fa

git repository hosting git at public.arvados.org
Tue Apr 25 14:15:33 UTC 2023


Summary of changes:
 sdk/cwl/setup.py    | 2 +-
 sdk/python/setup.py | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

       via  215ec70fabac98c7e78162a487135e935cd712e6 (commit)
      from  604f652987e7200f24eec4e31393238ec3960989 (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 215ec70fabac98c7e78162a487135e935cd712e6
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Apr 21 13:44:53 2023 -0400

    Import dataclasses for py 3.6, refs #20257
    
    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 9af61a3d9..f124651c5 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -43,7 +43,7 @@ setup(name='arvados-cwl-runner',
           'networkx < 2.6',
           'msgpack==1.0.3',
           'importlib-metadata<5',
-          'setuptools>=40.3.0'
+          'setuptools>=40.3.0',
       ],
       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 1214d9ffa..dd0e1a3fe 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -128,6 +128,8 @@ setup(name='arvados-python-client',
           'ws4py >=0.4.2',
           'protobuf<4.0.0dev',
           'pyparsing<3',
+          'setuptools>=40.3.0',
+          "dataclasses ;python_version<'3.7'",
       ],
       classifiers=[
           'Programming Language :: Python :: 3',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list