From 999f00903beec2dcbc77d136cc78b125c57eded1756fcbed89bb8e454d60dc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 6 Sep 2019 06:56:01 +0000 Subject: [PATCH] - update to 0.16.5 * allow for YAML(typ=['unsafe', 'pytypes']) * fix output of TAG directives with # * move setting of version based on YAML directive to scanner, allowing to check for file version during TAG directive scanning * preserve YAML and TAG directives on roundtrip, correctly output # in URL for YAML 1.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=42 --- python-ruamel.yaml.changes | 11 +++++++++++ python-ruamel.yaml.spec | 2 +- ruamel.yaml-0.16.1.tar.gz | 3 --- ruamel.yaml-0.16.5.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ruamel.yaml-0.16.1.tar.gz create mode 100644 ruamel.yaml-0.16.5.tar.gz diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 0c50160..81812b1 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 6 06:54:38 UTC 2019 - Ondřej Súkup + +- update to 0.16.5 + * allow for YAML(typ=['unsafe', 'pytypes']) + * fix output of TAG directives with # + * move setting of version based on YAML directive to scanner, allowing to + check for file version during TAG directive scanning + * preserve YAML and TAG directives on roundtrip, correctly output # in URL + for YAML 1.2 + ------------------------------------------------------------------- Mon Aug 12 12:37:27 UTC 2019 - Ondřej Súkup diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 74dc87b..2ab35fc 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.16.1 +Version: 0.16.5 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.16.1.tar.gz b/ruamel.yaml-0.16.1.tar.gz deleted file mode 100644 index 04aaa79..0000000 --- a/ruamel.yaml-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:547aeab5c51c93bc750ed2a320c1559b605bde3aa569216aa75fd91d8a1c4623 -size 144681 diff --git a/ruamel.yaml-0.16.5.tar.gz b/ruamel.yaml-0.16.5.tar.gz new file mode 100644 index 0000000..eaba466 --- /dev/null +++ b/ruamel.yaml-0.16.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412a6f5cfdc0525dee6a27c08f5415c7fd832a7afcb7a0ed7319628aed23d408 +size 145882