diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index b54e9f5..e89beed 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Oct 16 22:32:20 UTC 2021 - Dirk Müller + +- update to 0.17.16: + - also handle issue 397 when comment is newline + - fix issue 397, insert comment before key when a comment between key and value exists + - fix issue 396, inserting key/val in merged-in dictionary + - minor fix in attr handling + - fix issue with anchor on registered class not preserved and those classes using package + attrs with `@attr.s()` + - fix error baseclass for ``DuplicateKeyErorr`` (reported by `Łukasz Rogalski + - fix typo in reader error message, causing `KeyError` during reader error + ------------------------------------------------------------------- Sat Jul 17 13:53:25 UTC 2021 - Dirk Müller diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 437c623..35c7b27 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.17.10 +Version: 0.17.16 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.17.10.tar.gz b/ruamel.yaml-0.17.10.tar.gz deleted file mode 100644 index 2da020a..0000000 --- a/ruamel.yaml-0.17.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67 -size 126760 diff --git a/ruamel.yaml-0.17.16.tar.gz b/ruamel.yaml-0.17.16.tar.gz new file mode 100644 index 0000000..0100822 --- /dev/null +++ b/ruamel.yaml-0.17.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a771fc92d3823682b7f0893ad56cb5a5c87c48e62b5399d6f42c8759a583b33 +size 128134