[arvados] updated: 2.7.0-4990-g7bdffdeb9c

git repository hosting git at public.arvados.org
Thu Oct 12 14:00:28 UTC 2023


Summary of changes:
 doc/user/topics/arv-copy.html.textile.liquid       |  8 +++-
 sdk/cwl/arvados_cwl/__init__.py                    | 12 +++--
 sdk/cwl/arvados_cwl/arvcontainer.py                |  8 +++-
 sdk/cwl/arvados_cwl/arvtool.py                     |  9 +++-
 sdk/cwl/arvados_cwl/arvworkflow.py                 | 49 ++++++++++++++------
 sdk/cwl/arvados_cwl/context.py                     |  2 +
 sdk/cwl/arvados_cwl/executor.py                    | 19 +++++---
 sdk/cwl/arvados_cwl/runner.py                      | 39 ++++++++++++++++
 sdk/cwl/setup.py                                   |  5 +-
 sdk/cwl/tests/test_container.py                    |  6 ++-
 sdk/cwl/tests/test_submit.py                       | 54 +++++++++++++++++++++-
 .../tool/{submit_tool.cwl => submit_tool_map.cwl}  |  4 +-
 ...d_wrapper.cwl => expect_upload_wrapper_map.cwl} |  6 +--
 .../tests/wf/{submit_wf.cwl => submit_wf_map.cwl}  | 12 ++---
 sdk/python/arvados/commands/arv_copy.py            | 34 ++++++++------
 sdk/python/arvados/util.py                         | 10 ++--
 16 files changed, 217 insertions(+), 60 deletions(-)
 copy sdk/cwl/tests/tool/{submit_tool.cwl => submit_tool_map.cwl} (92%)
 copy sdk/cwl/tests/wf/{expect_upload_wrapper.cwl => expect_upload_wrapper_map.cwl} (93%)
 copy sdk/cwl/tests/wf/{submit_wf.cwl => submit_wf_map.cwl} (78%)

       via  7bdffdeb9ccec113d1d9b848423be60d85a501ed (commit)
       via  df52ddea81128be94fb49fb5bedd7be692ac949f (commit)
       via  94c05a1d46dfda5766c3a3a6a220e3471fd4b5ec (commit)
       via  97e40209600c094eac15085627e49da52ab0f517 (commit)
       via  6a16dad57c5d082d00199a13440357b8ff204a77 (commit)
       via  2c0334b2c3209b1fbfe52373ce9108a45149c80c (commit)
       via  4eb78e44b6f046607d0b22cf2dbe3133e458463d (commit)
       via  bd8c170d90e2fbb56c5e72717df61e971f518b84 (commit)
       via  a3e925e4c779c93c08805191f3973d7d7ebbec23 (commit)
       via  7fec33bab2fb68405a1c641d3cd956d21487e14b (commit)
       via  f155ad2074ac6afea41f7cfe04be3eb489e7e259 (commit)
      from  eaa738a4bf29f2147271c7e5f2c529a1f84ee01c (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 7bdffdeb9ccec113d1d9b848423be60d85a501ed
Merge: eaa738a4bf df52ddea81
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Oct 12 10:00:13 2023 -0400

    Merge branch '20933-arv-copy-cwl'  refs #20933
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit df52ddea81128be94fb49fb5bedd7be692ac949f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Oct 12 09:59:31 2023 -0400

    20933: Only pin zipp on Python 3.7
    
    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 f8aace0683..9e20efd2a3 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -45,9 +45,8 @@ setup(name='arvados-cwl-runner',
           'importlib-metadata<5',
           'setuptools>=40.3.0',
 
-          # zipp 3.16 dropped support for Python 3.7, so this can be
-          # removed this when we drop support for 3.7 as well.
-          'zipp<3.16.0'
+          # zipp 3.16 dropped support for Python 3.7
+          'zipp<3.16.0; python_version<"3.8"'
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list