diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 1df514f..0b28329 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jan 29 09:59:19 UTC 2019 - Ondřej Súkup + +- update to 0.15.87 + * fix problem with empty lists and the code to reinsert merge keys + * reinsert merge key in its old position + * fix for issue with non-ASCII anchor names + * fix for issue when parsing flow mapping value starting with colon + * the types used by `SafeConstructor` for mappings and sequences can + now by set by assigning to `XXXConstructor.yaml_base_dict_type` + (and `..._list_type`), preventing the need to copy two methods + with 50+ lines that had `var = {}` hardcoded. + * fix for `CommentedMap.copy()` not returning `CommentedMap` + * fix for bug in roundtripping aliases used as key + * anchors and aliases on scalar int, float, string and bool are now preserved. + Anchors do not need a referring alias for these + * fix issue saving methods of metaclass derived classes + ------------------------------------------------------------------- Tue Dec 4 10:06:58 UTC 2018 - Ondřej Súkup diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 1998b48..84f366d 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -1,7 +1,7 @@ # # spec file for package python-ruamel.yaml # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.15.80 +Version: 0.15.87 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.15.80.tar.gz b/ruamel.yaml-0.15.80.tar.gz deleted file mode 100644 index 3710b65..0000000 --- a/ruamel.yaml-0.15.80.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f203351575dba0829c7b1e5d376d08cf5f58e4a2b844e8ce552b3e41cd414e6 -size 424443 diff --git a/ruamel.yaml-0.15.87.tar.gz b/ruamel.yaml-0.15.87.tar.gz new file mode 100644 index 0000000..8686f91 --- /dev/null +++ b/ruamel.yaml-0.15.87.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a736ab1d8c2d5566254a1a2ee38e7c5460520bcccd4a8f0feb25a4463735e5a7 +size 316890