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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ruamel.yaml
Version: 0.17.2
Version: 0.17.4
Release: 0
Summary: Python YAML parser
License: MIT