From cbf28f779c8f2fb834f6ae864699306c7d0f69b43d76e30fab7941a6b94b4650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 3 Dec 2019 11:34:15 +0000 Subject: [PATCH] - update to 5.2 * A more flexible fix for custom tag constructors * Change default loader for yaml.add_constructor * Change default loader for add_implicit_resolver, add_path_resolver * Move constructor for object/apply to UnsafeConstructor * Fix logic for quoting special characters OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=33 --- PyYAML-5.1.2.tar.gz | 3 --- PyYAML-5.2.tar.gz | 3 +++ python-PyYAML.changes | 10 ++++++++++ python-PyYAML.spec | 5 ++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 PyYAML-5.1.2.tar.gz create mode 100644 PyYAML-5.2.tar.gz diff --git a/PyYAML-5.1.2.tar.gz b/PyYAML-5.1.2.tar.gz deleted file mode 100644 index 93b8df2..0000000 --- a/PyYAML-5.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4 -size 265034 diff --git a/PyYAML-5.2.tar.gz b/PyYAML-5.2.tar.gz new file mode 100644 index 0000000..fb84a71 --- /dev/null +++ b/PyYAML-5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c +size 265687 diff --git a/python-PyYAML.changes b/python-PyYAML.changes index d82e613..71424fb 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 3 11:31:41 UTC 2019 - Ondřej Súkup + +- update to 5.2 + * A more flexible fix for custom tag constructors + * Change default loader for yaml.add_constructor + * Change default loader for add_implicit_resolver, add_path_resolver + * Move constructor for object/apply to UnsafeConstructor + * Fix logic for quoting special characters + ------------------------------------------------------------------- Thu Aug 1 13:17:00 UTC 2019 - Marketa Calabkova diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 1f1d0c3..75374a4 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyYAML # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PyYAML -Version: 5.1.2 +Version: 5.2 Release: 0 Summary: YAML parser and emitter for Python License: MIT -Group: Development/Languages/Python URL: https://github.com/yaml/pyyaml Source: https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz BuildRequires: %{python_module devel}