From 12b9a27507cd658fb83212a46995c9c375d11416 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 17:46:29 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index fe4f412..df69608 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD-3-Clause @@ -156,6 +156,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 2.0.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 2.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 66ed799c92731b3bcf4f594077c41fa8b4b4910a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 16:25:05 +0200 Subject: [PATCH 2/6] Rebuilt for Python 3.14 --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index df69608..e5e3174 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD-3-Clause @@ -156,6 +156,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Tue Jun 03 2025 Python Maint - 2.0.10-5 +- Rebuilt for Python 3.14 + * Sat Jan 18 2025 Fedora Release Engineering - 2.0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 53f7e6738c4ddc316547fe24942d8da499be07e3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 09:37:34 +0000 Subject: [PATCH 3/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index e5e3174..3885df2 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD-3-Clause @@ -156,6 +156,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.0.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 2.0.10-5 - Rebuilt for Python 3.14 From 4352bae0424698f2f9be44e7903a069ab61e762a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 14:30:21 +0200 Subject: [PATCH 4/6] Rebuilt for Python 3.14.0rc2 bytecode --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 3885df2..318f700 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD-3-Clause @@ -156,6 +156,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Fri Aug 15 2025 Python Maint - 2.0.10-7 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 2.0.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 1b119c95cc023edc0da96d87c44d840cc46bd25b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 22 Aug 2025 19:43:14 -0600 Subject: [PATCH 5/6] Add BR/R on python3-gobject, skip openal test (FTBFS rhbz#2379002) --- python-pyglet.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 318f700..3a41234 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD-3-Clause @@ -48,10 +48,13 @@ BuildRequires: gdk-pixbuf2-devel BuildRequires: libpurple # These tests fail in koji, likely due to missing devices #BuildRequires: openal-soft +# These are not specified by upstream +BuildRequires: python3-gobject # Some tests fail if this is present # https://github.com/pyglet/pyglet/issues/875 #BuildRequires: python3-pytest-asyncio %endif +Requires: python3-gobject %global _description %{expand: @@ -144,7 +147,7 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ --ignore=tests/interactive \ --ignore=tests/integration/media \ -m 'not (requires_user_action or requires_user_validation or only_interactive)' \ - -k 'not (test_find_font_match or test_font or test_have_font or test_freetype_face or test_push_handlers_instance)' \ + -k 'not (test_find_font_match or test_font or test_have_font or test_freetype_face or test_openal_listener or test_push_handlers_instance)' \ --deselect tests/integration/image/test_gdkpixbuf2.py::GdkPixBufTest::test_load_animation \ tests %endif @@ -156,6 +159,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Sat Aug 23 2025 Orion Poplawski - 2.0.10-8 +- Add BR/R on python3-gobject, skip openal test (FTBFS rhbz#2379002) + * Fri Aug 15 2025 Python Maint - 2.0.10-7 - Rebuilt for Python 3.14.0rc2 bytecode From d7cb717046092b487bec9f941ae6714af388b927 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:05:42 +0200 Subject: [PATCH 6/6] Rebuilt for Python 3.14.0rc3 bytecode --- python-pyglet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 3a41234..6f56fa7 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.10 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A cross-platform windowing and multimedia library for Python License: BSD-3-Clause @@ -159,6 +159,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ %changelog +* Fri Sep 19 2025 Python Maint - 2.0.10-9 +- Rebuilt for Python 3.14.0rc3 bytecode + * Sat Aug 23 2025 Orion Poplawski - 2.0.10-8 - Add BR/R on python3-gobject, skip openal test (FTBFS rhbz#2379002)