Accepting request 761501 from devel:languages:python
- 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/request/show/761501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=22
This commit is contained in:
commit
3172006630
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c
|
|
||||||
size 265687
|
|
3
PyYAML-5.3.tar.gz
Normal file
3
PyYAML-5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615
|
||||||
|
size 268214
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 09:55:39 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 3 11:31:41 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Dec 3 11:31:41 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyYAML
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-PyYAML
|
Name: python-PyYAML
|
||||||
Version: 5.2
|
Version: 5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YAML parser and emitter for Python
|
Summary: YAML parser and emitter for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user