forked from pool/python-ruamel.yaml
- update to 0.17.16:
- also handle issue 397 when comment is newline
- fix issue 397, insert comment before key when a comment between key and value exists
- fix issue 396, inserting key/val in merged-in dictionary
- minor fix in attr handling
- fix issue with anchor on registered class not preserved and those classes using package
attrs with `@attr.s()`
- fix error baseclass for ``DuplicateKeyErorr`` (reported by `Łukasz Rogalski
- fix typo in reader error message, causing `KeyError` during reader error
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=58
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 22:32:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.17.16:
|
||||
- also handle issue 397 when comment is newline
|
||||
- fix issue 397, insert comment before key when a comment between key and value exists
|
||||
- fix issue 396, inserting key/val in merged-in dictionary
|
||||
- minor fix in attr handling
|
||||
- fix issue with anchor on registered class not preserved and those classes using package
|
||||
attrs with `@attr.s()`
|
||||
- fix error baseclass for ``DuplicateKeyErorr`` (reported by `Łukasz Rogalski
|
||||
- fix typo in reader error message, causing `KeyError` during reader error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 13:53:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ruamel.yaml
|
||||
Version: 0.17.10
|
||||
Version: 0.17.16
|
||||
Release: 0
|
||||
Summary: Python YAML parser
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67
|
||||
size 126760
|
||||
3
ruamel.yaml-0.17.16.tar.gz
Normal file
3
ruamel.yaml-0.17.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a771fc92d3823682b7f0893ad56cb5a5c87c48e62b5399d6f42c8759a583b33
|
||||
size 128134
|
||||
Reference in New Issue
Block a user