diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 516f56c..83f061f 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Aug 28 13:20:10 UTC 2018 - mimi.vx@gmail.com + +- update to 0.15.61 + * support for round-tripping folded style scalars + * speed up of scanning (~30% depending on the input) + * cleanup for mypy + * issue with C based loader and leading zeros + * simple mappings can now be used as keys when round-tripping + * Fix that CommentedSeq could no longer be used in adding or do a sort + * fix issue with python -O optimizing away code + * unmade CommentedSeq a subclass of list. + * fix issue where a comment could pop-up twice in the output + * fix issue where JSON object (mapping) without spaces was not parsed properly + * ix issue where comments after empty flow-style mappings were not emitted + * fix issue with flow style mapping with comments gobbled newline + * fix issue where single ‘+’ under YAML 1.2 was interpreted as integer, erroring out + * added .copy() mapping representation for round-tripping + * Fix method name dumps (were not dotted) and loads + * Allow YAML() as a context manager for output + * Fix issue with incorrect type information for load() and dump() + * fixed DeprecationWarning for importing from collections on 3.7 + * After adding failing test for YAML.load_all(Path()), remove StopIteration + ------------------------------------------------------------------- Sun Jul 15 22:04:22 UTC 2018 - mimi.vx@gmail.com diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 9f32d29..9499d61 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.15.44 +Version: 0.15.61 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.15.44.tar.gz b/ruamel.yaml-0.15.44.tar.gz deleted file mode 100644 index 6e3d754..0000000 --- a/ruamel.yaml-0.15.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c70302a81b51f2ed3b6a42abb9128c9a9beaa765b73ff317310eb59c4a5131a -size 280702 diff --git a/ruamel.yaml-0.15.61.tar.gz b/ruamel.yaml-0.15.61.tar.gz new file mode 100644 index 0000000..a8b4239 --- /dev/null +++ b/ruamel.yaml-0.15.61.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fc16ae28015605834745f0c5684d1b274e926ff93e2dc95bb253b4ea483866 +size 293634