From cc8e511b2494f69eff7c4c2afbb76a308cb32350 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 23:07:33 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 06d8aa5..467544b 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -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 - 1.5.23-2 +- Rebuilt for Python 3.11 + * Thu Apr 28 2022 Petr Viktorin - 1.5.23-1 - Update to 1.5.23 - This version should not attempt to use the incompatible ffmpeg 5.0,