[arvados] updated: 2.7.2-8-g84f9bd5dd6

git repository hosting git at public.arvados.org
Thu May 23 19:02:13 UTC 2024


Summary of changes:
 sdk/cwl/setup.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

       via  84f9bd5dd6c1206b2c64717de2bec374d8d28bbd (commit)
      from  ccef5a60aa338a8756adbb73350369762486bf77 (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 84f9bd5dd6c1206b2c64717de2bec374d8d28bbd
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu May 23 15:01:52 2024 -0400

    Adjust lxml version constraint so arvbox will build.
    
    no issue #
    
    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 1da0d53ce8..e513ae904c 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -46,7 +46,10 @@ setup(name='arvados-cwl-runner',
           'setuptools>=40.3.0',
 
           # zipp 3.16 dropped support for Python 3.7
-          'zipp<3.16.0; python_version<"3.8"'
+          'zipp<3.16.0; python_version<"3.8"',
+
+          # lxml 5.2 dropped support for Python 3.7
+          'lxml<5.2; 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