From d2b6f7d40b169ad09b22ee9b0278604b2ffd9f35 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Jul 2020 03:32:54 -0400 Subject: [PATCH] import PyYAML-5.3.1-1.module+el8.3.0+7187+a27ec44b --- .PyYAML.metadata | 2 +- .gitignore | 2 +- SPECS/PyYAML.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.PyYAML.metadata b/.PyYAML.metadata index ce432d4..17964a6 100644 --- a/.PyYAML.metadata +++ b/.PyYAML.metadata @@ -1 +1 @@ -55fe0d0554cb5389131d15c43a2ca440567df434 SOURCES/5.1.2.tar.gz +0254618e37235cd269811dd821691f99081e3d1c SOURCES/5.3.1.tar.gz diff --git a/.gitignore b/.gitignore index 5b8461a..e478f58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/5.1.2.tar.gz +SOURCES/5.3.1.tar.gz diff --git a/SPECS/PyYAML.spec b/SPECS/PyYAML.spec index 321fc31..8787f58 100644 --- a/SPECS/PyYAML.spec +++ b/SPECS/PyYAML.spec @@ -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 - 5.3.1-1 +- Rebase to 5.3.1 to fix CVE-2020-1747 +Resolves: rhbz#1807367 + * Fri Dec 13 2019 Tomas Orsava - 5.1.2-6 - Exclude unsupported i686 arch