15
0

- update to 0.16.5

* allow for YAML(typ=['unsafe', 'pytypes'])
 * fix output of TAG directives with #
 * move setting of version based on YAML directive to scanner, allowing to
    check for file version during TAG directive scanning
 * preserve YAML and TAG directives on roundtrip, correctly output # in URL
    for YAML 1.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=42
This commit is contained in:
2019-09-06 06:56:01 +00:00
committed by Git OBS Bridge
parent 46daeb03d3
commit 999f00903b
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 6 06:54:38 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.16.5
* allow for YAML(typ=['unsafe', 'pytypes'])
* fix output of TAG directives with #
* move setting of version based on YAML directive to scanner, allowing to
check for file version during TAG directive scanning
* preserve YAML and TAG directives on roundtrip, correctly output # in URL
for YAML 1.2
-------------------------------------------------------------------
Mon Aug 12 12:37:27 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>