From de661aaeca6d734cf90494459fa687b9d1e35f6e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 30 2021 04:49:50 +0000 Subject: import PyYAML-5.3.1-6.module+el8.5.0+10536+a233b742 --- diff --git a/.PyYAML.metadata b/.PyYAML.metadata index 25165c3..17964a6 100644 --- a/.PyYAML.metadata +++ b/.PyYAML.metadata @@ -1 +1 @@ -efbe83434843c1963a9e56f36a9afa74a38c60a8 SOURCES/5.4.1.tar.gz +0254618e37235cd269811dd821691f99081e3d1c SOURCES/5.3.1.tar.gz diff --git a/.gitignore b/.gitignore index 2fc0d35..e478f58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/5.4.1.tar.gz +SOURCES/5.3.1.tar.gz diff --git a/SPECS/PyYAML.spec b/SPECS/PyYAML.spec index e0d2294..2c47a61 100644 --- a/SPECS/PyYAML.spec +++ b/SPECS/PyYAML.spec @@ -2,8 +2,8 @@ %bcond_with python2 Name: PyYAML -Version: 5.4.1 -Release: 1%{?dist} +Version: 5.3.1 +Release: 6%{?dist} %global uversion %{version} Summary: YAML parser and emitter for Python @@ -72,7 +72,7 @@ Provides: python%{python3_pkgversion}-PyYAML%{?_isa} = %{version}-%{releas %prep -%setup -q -n pyyaml-%{uversion} +%setup -q -n pyyaml-%{version} chmod a-x examples/yaml-highlight/yaml_hl.py # remove pre-generated file @@ -116,10 +116,6 @@ rm -rf ext/_yaml.c %changelog -* Tue Mar 23 2021 Tomas Orsava - 5.4.1-1 -- Rebase to version 5.4.1 to fix CVE-2020-14343 -- Resolves: rhbz#1860466 - * Mon Jan 18 2021 Tomas Orsava - 5.3.1-6 - Add PyYAML to the python39 module in RHEL8 - Resolves: rhbz#1877430