15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=58
This commit is contained in:
2021-10-16 22:33:52 +00:00
committed by Git OBS Bridge
parent 24a75e3d1a
commit 7c2b663a27
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Oct 16 22:32:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>