Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 21:51:55 +02:00
parent 9abd7fefa2
commit fb49c4f3e2

View File

@ -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 <mhroncok@redhat.com> - 5.3.1-3
- Rebuilt for Python 3.9
* Mon May 18 2020 John Eckersberg <eck@redhat.com> - 5.3.1-2
- Fix fedora conditional macro (rhbz#1836656)