[ARVADOS] updated: 1.2.0-74-gde65e841d
Git user
git at public.curoverse.com
Fri Aug 24 18:12:02 EDT 2018
Summary of changes:
build/build.list | 2 +-
sdk/python/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via de65e841d1de01f0b1b356d9d47acd7fd3b49a2b (commit)
from d3693bea252723f0cfd6dc6ea5c06347cfcb6cb3 (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 de65e841d1de01f0b1b356d9d47acd7fd3b49a2b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Aug 24 17:27:35 2018 -0400
Build ruamel.yaml 0.15.26 for a-c-r
This is last version before a serious regression was introduced in
parsing flow mapping
https://bitbucket.org/ruamel/yaml/issues/227/regression-parsing-flow-mapping
This affects 0.15.27 to 0.15.51
0.15.52 haven't been tested because they have a different
compatibility problem:
https://github.com/common-workflow-language/schema_salad/pull/195
refs #14075
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/build/build.list b/build/build.list
index 7f644f158..8cde265f9 100644
--- a/build/build.list
+++ b/build/build.list
@@ -44,7 +44,7 @@ centos7|networkx|1.11|0|python|all
centos7|psutil|5.0.1|0|python|all
debian8,debian9,ubuntu1404,ubuntu1604,ubuntu1804,centos7|lockfile|0.12.2|2|python|all|--epoch 1
debian8,debian9,ubuntu1404,ubuntu1604,ubuntu1804,centos7|subprocess32|3.5.1|2|python|all
-centos7,debian8,debian9,ubuntu1404,ubuntu1604|ruamel.yaml|0.15.34|1|python|amd64|--python-setup-py-arguments --single-version-externally-managed
+centos7,debian8,debian9,ubuntu1404,ubuntu1604|ruamel.yaml|0.15.26|1|python|amd64|--python-setup-py-arguments --single-version-externally-managed
all|cwltest|1.0.20180518074130|4|python|all|--depends 'python-futures >= 3.0.5' --depends 'python-subprocess32 >= 3.5.0'
all|junit-xml|1.8|3|python|all
all|rdflib-jsonld|0.4.0|2|python|all
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index f748d5217..8f576196b 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -51,7 +51,7 @@ setup(name='arvados-python-client',
'google-api-python-client >=1.6.2, <1.7',
'httplib2 >=0.9.2',
'pycurl >=7.19.5.1',
- 'ruamel.yaml >=0.13.11, <0.16',
+ 'ruamel.yaml >=0.13.11, <= 0.15.26',
'setuptools',
'ws4py >=0.4.2',
'subprocess32 >=3.5.1',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list