[ARVADOS] updated: 01bbf6c28252a77c727782d8e0ca121775ef4af0
Git user
git at public.curoverse.com
Tue Jul 26 16:55:00 EDT 2016
Summary of changes:
sdk/cwl/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 01bbf6c28252a77c727782d8e0ca121775ef4af0 (commit)
from e31f6c9eb427302eb48150d431afcc962954b061 (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 01bbf6c28252a77c727782d8e0ca121775ef4af0
Author: Brett Smith <brett at curoverse.com>
Date: Tue Jul 26 16:54:39 2016 -0400
9659: Bump CWL SDK's versioned dependency on PySDK.
The CWL SDK depends on the change made to arv-run in
27816b602e9da83a2565e6fe8f87f250555b1ba5. Update the version
dependency in setup.py to reflect this. Refs #9570, #9659.
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 36ad22b..0727b03 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -33,7 +33,7 @@ setup(name='arvados-cwl-runner',
# when updating the cwltool version pin.
install_requires=[
'cwltool==1.0.20160714182449',
- 'arvados-python-client>=0.1.20160322001610'
+ 'arvados-python-client>=0.1.20160714204738',
],
data_files=[
('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list