forked from pool/python-ruamel.yaml
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user