Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 16:02:54 +02:00 committed by Tomáš Hrnčiar
parent 5fa165ab82
commit 541b01a40c

View File

@ -7,7 +7,7 @@
Name: PyYAML
Version: 6.0
Release: 3%{?dist}
Release: 4%{?dist}
%global uversion %{version}
Summary: YAML parser and emitter for Python
@ -111,6 +111,9 @@ rm -rf ext/_yaml.c
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 6.0-4
- Rebuilt for Python 3.11
* Tue Feb 08 2022 Miro Hrončok <mhroncok@redhat.com> - 6.0-3
- Remove some outdated Obsoletes and Provides,
but keep providing python3-yaml and python3-PyYAML for users