15
0

- update to 0.15.94

* fix missing line-break after end-of-file comments not ending in
    line-break
 * fix failure to parse empty implicit flow mapping key
 * in YAML 1.1 plains scalars `y`, 'n', `Y`, and 'N' are now
    correctly recognised as booleans and such strings dumped quoted

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=29
This commit is contained in:
2019-05-14 07:25:01 +00:00
committed by Git OBS Bridge
parent c29703af3f
commit 9b71306e3c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 14 07:23:53 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.15.94
* fix missing line-break after end-of-file comments not ending in
line-break
* fix failure to parse empty implicit flow mapping key
* in YAML 1.1 plains scalars `y`, 'n', `Y`, and 'N' are now
correctly recognised as booleans and such strings dumped quoted
-------------------------------------------------------------------
Thu Apr 18 13:10:02 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>