[arvados] updated: 2.1.0-3058-g91fbb52cb
git repository hosting
git at public.arvados.org
Tue Nov 15 14:46:59 UTC 2022
Summary of changes:
sdk/cwl/setup.py | 4 ++--
sdk/python/setup.py | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
via 91fbb52cbe2637e1a86bc0f615545f5e909f7317 (commit)
from 0515919a3da565c7bf5087eca38f47bc4422c260 (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 91fbb52cbe2637e1a86bc0f615545f5e909f7317
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Aug 8 18:28:58 2022 -0400
Fix python packaging conflicts with older pip refs #19330
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 33c1ffcbf..e1a5077fb 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -39,11 +39,11 @@ setup(name='arvados-cwl-runner',
'cwltool==3.1.20220907141119',
'schema-salad==8.3.20220913105718',
'arvados-python-client{}'.format(pysdk_dep),
- 'setuptools',
'ciso8601 >= 2.0.0',
'networkx < 2.6',
'msgpack==1.0.3',
- 'importlib-metadata<5'
+ 'importlib-metadata<5',
+ '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 d28df0998..5b6ad45ed 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -52,10 +52,12 @@ setup(name='arvados-python-client',
'google-auth<2',
'httplib2 >=0.9.2, <0.20.2',
'pycurl >=7.19.5.1, <7.45.0',
- 'ruamel.yaml >=0.15.54, <0.17.11',
+ 'ruamel.yaml >=0.15.54, <0.17.22',
'setuptools',
'ws4py >=0.4.2',
- 'protobuf<4.0.0dev'
+ 'protobuf<4.0.0dev',
+ 'pyparsing<3',
+ 'setuptools>=40.3.0',
],
classifiers=[
'Programming Language :: Python :: 3',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list