diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 4d19fee..a2c66da 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jun 1 05:46:10 UTC 2023 - Johannes Kastl + +- update to 0.17.31: + * added tag.setter on `ScalarEvent` and on `Node`, that takes + either a `Tag` instance, or a str (reported by Sorin Sbarnea) +- update to 0.17.30: + * fix issue 467, caused by Tag instances not being hashable + (reported by Douglas Raillard) +- update to 0.17.29: + * changed the internals of the tag property from a string to a + class which allows for preservation of the original handle and + suffix. This should result in better results using documents + with %TAG directives, as well as preserving URI escapes in tag + suffixes. +- update to 0.17.28: + * fix for issue 464: documents ending with document end marker + without final newline fail to load (reported by Mariusz + Rusiniak) +- update to 0.17.27: + * fix issue with inline mappings as value for merge keys + (reported by Sirish) + * fix for 468, error inserting after accessing merge attribute on + ``CommentedMap`` (reported by Bastien gerard) + * fix for issue 461 pop + insert on same `CommentedMap` key + throwing error (reported by `John Thorvald Wodder II) + ------------------------------------------------------------------- Wed May 17 09:07:31 UTC 2023 - Johannes Kastl diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index bed526b..46ba772 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ruamel.yaml -Version: 0.17.26 +Version: 0.17.31 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.17.26.tar.gz b/ruamel.yaml-0.17.26.tar.gz deleted file mode 100644 index ca15cf1..0000000 --- a/ruamel.yaml-0.17.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baa2d0a5aad2034826c439ce61c142c07082b76f4791d54145e131206e998059 -size 130976 diff --git a/ruamel.yaml-0.17.31.tar.gz b/ruamel.yaml-0.17.31.tar.gz new file mode 100644 index 0000000..f776475 --- /dev/null +++ b/ruamel.yaml-0.17.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335 +size 134338