From 24a75e3d1a6b2ee3af4d6de1d630046c9e1e6ee0723d6d2d9dc4ddc024e4bed1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 17 Jul 2021 13:54:50 +0000 Subject: [PATCH] - 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 --- python-ruamel.yaml.changes | 14 ++++++++++++++ python-ruamel.yaml.spec | 2 +- ruamel.yaml-0.17.10.tar.gz | 3 +++ ruamel.yaml-0.17.4.tar.gz | 3 --- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 ruamel.yaml-0.17.10.tar.gz delete mode 100644 ruamel.yaml-0.17.4.tar.gz diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 4552b31..b54e9f5 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jul 17 13:53:25 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 8beca8b..437c623 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -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 diff --git a/ruamel.yaml-0.17.10.tar.gz b/ruamel.yaml-0.17.10.tar.gz new file mode 100644 index 0000000..2da020a --- /dev/null +++ b/ruamel.yaml-0.17.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67 +size 126760 diff --git a/ruamel.yaml-0.17.4.tar.gz b/ruamel.yaml-0.17.4.tar.gz deleted file mode 100644 index ab092c1..0000000 --- a/ruamel.yaml-0.17.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44bc6b54fddd45e4bc0619059196679f9e8b79c027f4131bb072e6a22f4d5e28 -size 119758