15
0

Accepting request 889834 from home:buschmann23:branches:devel:languages:python

- update to 0.17.4
  * prevent (empty) comments from throwing assertion error comments
    (or empty line) will be dropped
- update to 0.17.3
  * fix for issue 382 caused by an error in a format string
  * allow expansion of aliases by setting
    yaml.composer.return_alias = lambda s: copy.deepcopy(s)

OBS-URL: https://build.opensuse.org/request/show/889834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=54
This commit is contained in:
2021-05-02 21:10:45 +00:00
committed by Git OBS Bridge
parent adcc4deeaf
commit c4106fc0af
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 2 14:52:46 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to 0.17.4
* prevent (empty) comments from throwing assertion error comments
(or empty line) will be dropped
- update to 0.17.3
* fix for issue 382 caused by an error in a format string
* allow expansion of aliases by setting
yaml.composer.return_alias = lambda s: copy.deepcopy(s)
-------------------------------------------------------------------
Tue Mar 30 09:28:23 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>