Accepting request 786325 from devel:languages:python

- update to 5.3.1
 * fixes boo#1165439 (cve-2020-1747) Prevents arbitrary code execution
   during python/object/new constructor

OBS-URL: https://build.opensuse.org/request/show/786325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2020-03-26 23:27:04 +00:00 committed by Git OBS Bridge
commit 85310b155b
4 changed files with 11 additions and 4 deletions

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

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 19 07:23:23 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 5.3.1
* fixes boo#1165439 (cve-2020-1747) Prevents arbitrary code execution
during python/object/new constructor
-------------------------------------------------------------------
Tue Jan 7 09:55:39 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-PyYAML
Version: 5.3
Version: 5.3.1
Release: 0
Summary: YAML parser and emitter for Python
License: MIT