Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 23:07:33 +02:00 committed by Miro Hrončok
commit cc8e511b24

View file

@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 1.5.23
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A cross-platform windowing and multimedia library for Python
License: BSD
@ -147,6 +147,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.5.23-2
- Rebuilt for Python 3.11
* Thu Apr 28 2022 Petr Viktorin <pviktori@redhat.com> - 1.5.23-1
- Update to 1.5.23
- This version should not attempt to use the incompatible ffmpeg 5.0,