diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index cd91517..28b3761 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 21 10:02:08 UTC 2020 - Ondřej Súkup + +- update to 0.16.10 + * fix typchecking issue on TaggedScalar + * fix error in dumping literal scalar in sequence with comments before element + * fix empty string mapping key roundtripping with preservation of quotes as ? ‘ + * fix incorrect state setting in class constructor + ------------------------------------------------------------------- Mon Sep 16 15:36:08 UTC 2019 - John Vandenberg diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 297aacd..0f97beb 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -1,7 +1,7 @@ # # spec file for package python-ruamel.yaml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.16.5 +Version: 0.16.10 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.16.10.tar.gz b/ruamel.yaml-0.16.10.tar.gz new file mode 100644 index 0000000..e1dd847 --- /dev/null +++ b/ruamel.yaml-0.16.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099c644a778bf72ffa00524f78dd0b6476bca94a1da344130f4bf3381ce5b954 +size 147033 diff --git a/ruamel.yaml-0.16.5.tar.gz b/ruamel.yaml-0.16.5.tar.gz deleted file mode 100644 index eaba466..0000000 --- a/ruamel.yaml-0.16.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412a6f5cfdc0525dee6a27c08f5415c7fd832a7afcb7a0ed7319628aed23d408 -size 145882