From 88678ca36221ea97c8957ede48a14aa4d0d70139 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:53:31 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 656d2fe..7588912 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.5.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD @@ -152,6 +152,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Fri Jun 04 2021 Python Maint - 1.5.16-2 +- Rebuilt for Python 3.10 + * Wed Apr 14 2021 Petr Viktorin - 1.5.16-1 - Update to 1.5.16 - Add a comment on how to handle unbundled "pypng"