forked from pool/python-ruamel.yaml
- update to 0.17.10:
- fix issue 388, token with old comment structure != two elements
- fix issue with updating CommentedMap
- fix for issue 387 where templated anchors on tagged object did get set
resulting in potential id reuse.
- issue 385 also affected other deprecated loaders
- merged type annotations update
- deprecated round_trip_loader function not working
- wasted a few hours getting rid of mypy warnings/errors
- fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 13:53:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.17.10:
|
||||
- fix issue 388, token with old comment structure != two elements
|
||||
- fix issue with updating CommentedMap
|
||||
- fix for issue 387 where templated anchors on tagged object did get set
|
||||
resulting in potential id reuse.
|
||||
- issue 385 also affected other deprecated loaders
|
||||
- merged type annotations update
|
||||
- deprecated round_trip_loader function not working
|
||||
- wasted a few hours getting rid of mypy warnings/errors
|
||||
- fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 14:52:46 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user