forked from pool/python-ruamel.yaml
- update to 0.17.10:
- fix issue 388, token with old comment structure != two elements
- fix issue with updating CommentedMap
- fix for issue 387 where templated anchors on tagged object did get set
resulting in potential id reuse.
- issue 385 also affected other deprecated loaders
- merged type annotations update
- deprecated round_trip_loader function not working
- wasted a few hours getting rid of mypy warnings/errors
- fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 13:53:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.17.10:
|
||||
- fix issue 388, token with old comment structure != two elements
|
||||
- fix issue with updating CommentedMap
|
||||
- fix for issue 387 where templated anchors on tagged object did get set
|
||||
resulting in potential id reuse.
|
||||
- issue 385 also affected other deprecated loaders
|
||||
- merged type annotations update
|
||||
- deprecated round_trip_loader function not working
|
||||
- wasted a few hours getting rid of mypy warnings/errors
|
||||
- fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 14:52:46 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ruamel.yaml
|
||||
Version: 0.17.4
|
||||
Version: 0.17.10
|
||||
Release: 0
|
||||
Summary: Python YAML parser
|
||||
License: MIT
|
||||
|
||||
3
ruamel.yaml-0.17.10.tar.gz
Normal file
3
ruamel.yaml-0.17.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67
|
||||
size 126760
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44bc6b54fddd45e4bc0619059196679f9e8b79c027f4131bb072e6a22f4d5e28
|
||||
size 119758
|
||||
Reference in New Issue
Block a user