15
0
forked from pool/python-PyYAML

- update to 5.3

* Use `is` instead of equality for comparing with `None`
 * fix typos and stylistic nit
 * Fix up small typo
 * Fix handling of __slots__
 * Allow calling add_multi_constructor with None
 * Add use of safe_load() function in README
 * Fix reader for Unicode code points over 0xFFFF
 * Enable certain unicode tests when maxunicode not > 0xffff
 * Use full_load in yaml-highlight example
 * Document that PyYAML is implemented with Cython
 * Fix for Python 3.10
 * increase size of index, line, and column fields
 * remove some unused imports
 * Create timezone-aware datetimes when parsed as such
 * Add tests for timezone

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=35
This commit is contained in:
2020-01-07 09:59:22 +00:00
committed by Git OBS Bridge
parent cbf28f779c
commit d14ef02791
4 changed files with 25 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyYAML
#
# Copyright (c) 2019 SUSE LLC
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-PyYAML
Version: 5.2
Version: 5.3
Release: 0
Summary: YAML parser and emitter for Python
License: MIT