15
0

- update to 0.15.92

* fix failure to parse empty implicit block mapping key
 * allowing duplicate keys would not work for merge keys
 * fix issue with updating CommentedMap from list of tuples

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=27
This commit is contained in:
2019-04-18 13:23:33 +00:00
committed by Git OBS Bridge
parent 5a4bbc9ccd
commit c29703af3f
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 18 13:10:02 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.15.92
* fix failure to parse empty implicit block mapping key
* allowing duplicate keys would not work for merge keys
* fix issue with updating CommentedMap from list of tuples
-------------------------------------------------------------------
Fri Mar 1 14:17:32 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>