import PyYAML-5.3.1-1.module+el8.3.0+7187+a27ec44b

This commit is contained in:
CentOS Sources 2020-11-03 06:58:45 -05:00 committed by Andrew Lukoshko
parent 0fe5398465
commit 917bc4e851
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
55fe0d0554cb5389131d15c43a2ca440567df434 SOURCES/5.1.2.tar.gz
0254618e37235cd269811dd821691f99081e3d1c SOURCES/5.3.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/5.1.2.tar.gz
SOURCES/5.3.1.tar.gz

View File

@ -2,8 +2,8 @@
%bcond_with python2
Name: PyYAML
Version: 5.1.2
Release: 6%{?dist}
Version: 5.3.1
Release: 1%{?dist}
%global uversion %{version}
Summary: YAML parser and emitter for Python
@ -114,6 +114,10 @@ rm -rf ext/_yaml.c
%changelog
* Thu Mar 26 2020 Lumír Balhar <lbalhar@redhat.com> - 5.3.1-1
- Rebase to 5.3.1 to fix CVE-2020-1747
Resolves: rhbz#1807367
* Fri Dec 13 2019 Tomas Orsava <torsava@redhat.com> - 5.1.2-6
- Exclude unsupported i686 arch