- update to 5.3.1

* Prevents arbitrary code execution during python/object/new constructor

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=37
This commit is contained in:
Ondřej Súkup 2020-03-19 07:24:11 +00:00 committed by Git OBS Bridge
parent d14ef02791
commit 72eb37a327
4 changed files with 10 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,9 @@
-------------------------------------------------------------------
Thu Mar 19 07:23:23 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 5.3.1
* 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