From 677bd888956d30256fe1cf7232db33d1d91c9d60f2230f9ca1ea34bda3a08285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 21 Feb 2020 10:03:55 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20update=20to=200.16.10=20=20*=20fix=20ty?= =?UTF-8?q?pchecking=20issue=20on=20TaggedScalar=20=20*=20fix=20error=20in?= =?UTF-8?q?=20dumping=20literal=20scalar=20in=20sequence=20with=20comments?= =?UTF-8?q?=20before=20element=20=20*=20fix=20empty=20string=20mapping=20k?= =?UTF-8?q?ey=20roundtripping=20with=20preservation=20of=20quotes=20as=20?= =?UTF-8?q?=3F=20=C3=A2=E2=82=AC=CB=9C=20=20*=20fix=20incorrect=20state=20?= =?UTF-8?q?setting=20in=20class=20constructor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=46 --- python-ruamel.yaml.changes | 9 +++++++++ python-ruamel.yaml.spec | 4 ++-- ruamel.yaml-0.16.10.tar.gz | 3 +++ ruamel.yaml-0.16.5.tar.gz | 3 --- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 ruamel.yaml-0.16.10.tar.gz delete mode 100644 ruamel.yaml-0.16.5.tar.gz 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 From 3a8048352aeda5a6e50495847f809d7bf02b89c1f0b353e33858fc37bece0293 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 21 Feb 2020 23:18:17 +0000 Subject: [PATCH 2/2] - update to 0.16.10 (bsc#1164458, CVE-2019-20478) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=47 --- python-ruamel.yaml.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 28b3761..31289d7 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Feb 21 10:02:08 UTC 2020 - Ondřej Súkup -- update to 0.16.10 +- update to 0.16.10 (bsc#1164458, CVE-2019-20478) * 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 ? ‘