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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f1e15421668b9edf30ed02899f5f81aff9808a4271935776f61a99a569a13da
|
||||
size 119129
|
||||
3
ruamel.yaml-0.17.4.tar.gz
Normal file
3
ruamel.yaml-0.17.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44bc6b54fddd45e4bc0619059196679f9e8b79c027f4131bb072e6a22f4d5e28
|
||||
size 119758
|
||||
Reference in New Issue
Block a user