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}