diff --git a/.PyYAML.metadata b/.PyYAML.metadata index 17964a6..25165c3 100644 --- a/.PyYAML.metadata +++ b/.PyYAML.metadata @@ -1 +1 @@ -0254618e37235cd269811dd821691f99081e3d1c SOURCES/5.3.1.tar.gz +efbe83434843c1963a9e56f36a9afa74a38c60a8 SOURCES/5.4.1.tar.gz diff --git a/.gitignore b/.gitignore index e478f58..2fc0d35 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/5.3.1.tar.gz +SOURCES/5.4.1.tar.gz diff --git a/SPECS/PyYAML.spec b/SPECS/PyYAML.spec index 2c47a61..e0d2294 100644 --- a/SPECS/PyYAML.spec +++ b/SPECS/PyYAML.spec @@ -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 - 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