From fb49c4f3e2ceca53051d1407b0fa5583893f32b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 21:51:55 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- PyYAML.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index b2b83df..e35357a 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -7,7 +7,7 @@ Name: PyYAML Version: 5.3.1 -Release: 2%{?dist} +Release: 3%{?dist} %global uversion %{version} Summary: YAML parser and emitter for Python @@ -116,6 +116,9 @@ rm -rf ext/_yaml.c %changelog +* Fri May 22 2020 Miro HronĨok - 5.3.1-3 +- Rebuilt for Python 3.9 + * Mon May 18 2020 John Eckersberg - 5.3.1-2 - Fix fedora conditional macro (rhbz#1836656)