import PyYAML-5.4.1-1.module+el8.5.0+10613+59a13ec4

This commit is contained in:
CentOS Sources 2021-10-06 05:06:39 -04:00 committed by Stepan Oksanichenko
parent e2fa218b11
commit e443a3a025
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
0254618e37235cd269811dd821691f99081e3d1c SOURCES/5.3.1.tar.gz
efbe83434843c1963a9e56f36a9afa74a38c60a8 SOURCES/5.4.1.tar.gz

2
.gitignore vendored
View File

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

View File

@ -2,8 +2,8 @@
%bcond_with python2
Name: PyYAML
Version: 5.3.1
Release: 6%{?dist}
Version: 5.4.1
Release: 1%{?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-%{version}
%setup -q -n pyyaml-%{uversion}
chmod a-x examples/yaml-highlight/yaml_hl.py
# remove pre-generated file
@ -116,6 +116,10 @@ rm -rf ext/_yaml.c
%changelog
* Tue Mar 23 2021 Tomas Orsava <torsava@redhat.com> - 5.4.1-1
- Rebase to version 5.4.1 to fix CVE-2020-14343
- Resolves: rhbz#1860466
* Mon Jan 18 2021 Tomas Orsava <torsava@redhat.com> - 5.3.1-6
- Add PyYAML to the python39 module in RHEL8
- Resolves: rhbz#1877430