15
0

- 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:
2021-07-17 13:54:50 +00:00
committed by Git OBS Bridge
parent 415c9e0f4c
commit 24a75e3d1a
4 changed files with 18 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67
size 126760

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44bc6b54fddd45e4bc0619059196679f9e8b79c027f4131bb072e6a22f4d5e28
size 119758