15
0

- 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:
2021-07-17 13:54:50 +00:00
committed by Git OBS Bridge
parent 415c9e0f4c
commit 24a75e3d1a
4 changed files with 18 additions and 4 deletions

View File

@@ -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>