diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index e50fd2b..20490b7 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 1 09:59:45 UTC 2018 - Ondřej Súkup + +- update to 0.15.71 + * added ``key`` and ``reverse`` parameter + * indent root level literal scalars that have directive or document end + markers at the beginning of a line + * fix issue #232 revert to throw ParserError for unexcpected ``]`` + and ``}`` instead of IndexError. + * fix issue with dump_all gobbling end-of-document comments on parsing + * fix issue with parsabel, but incorrect output with nested flow-style sequences + * fix issue with loading Python objects that have __setstate__ and recursion in parameters + * reverted CommentedMap and CommentedSeq to subclass ordereddict resp. list, + reimplemented merge maps so that both ``dict(**commented_map_instance)`` and JSON + dumping works. This also allows checking with ``isinstance()`` on ``dict`` resp. ``list``. + * fix regression where handcrafted CommentedMaps could not be initiated + * fix regression with non-root literal scalars that needed indent indicator + * tag:yaml.org,2002:python/object/apply now also uses __qualname__ on PY3 + ------------------------------------------------------------------- Fri Aug 31 10:53:13 UTC 2018 - Ondřej Súkup diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index f0e3341..5409055 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.15.64 +Version: 0.15.71 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.15.64.tar.gz b/ruamel.yaml-0.15.64.tar.gz deleted file mode 100644 index 36db6c8..0000000 --- a/ruamel.yaml-0.15.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57f7578af7a71a562d64f78c4a72589d55d471650c19f0fc54e0d2e6c7e5f1f5 -size 295263 diff --git a/ruamel.yaml-0.15.71.tar.gz b/ruamel.yaml-0.15.71.tar.gz new file mode 100644 index 0000000..14c1960 --- /dev/null +++ b/ruamel.yaml-0.15.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e736199b5d9ff3702b796d61fe012ba0b284534b4a8dd50a14966b42fcdf0b68 +size 309689