Accepting request 753178 from devel:languages:python

- 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/request/show/753178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2019-12-07 14:14:33 +00:00 committed by Git OBS Bridge
commit c1c6f041c9
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4
size 265034

3
PyYAML-5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c
size 265687

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 3 11:31:41 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mcalabkova@suse.com>

View File

@ -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}