Compare commits

..

6 commits

Author SHA1 Message Date
Python Maint
d7cb717046 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:05:42 +02:00
Orion Poplawski
1b119c95cc Add BR/R on python3-gobject, skip openal test (FTBFS rhbz#2379002) 2025-08-22 19:44:47 -06:00
Python Maint
4352bae042 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 14:30:21 +02:00
Fedora Release Engineering
53f7e6738c Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 09:37:34 +00:00
Python Maint
66ed799c92 Rebuilt for Python 3.14 2025-06-03 16:25:05 +02:00
Fedora Release Engineering
12b9a27507 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 17:46:29 +00:00

View file

@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 2.0.10
Release: 3%{?dist}
Release: 9%{?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,24 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/
%changelog
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.0.10-9
- Rebuilt for Python 3.14.0rc3 bytecode
* Sat Aug 23 2025 Orion Poplawski <orion@nwra.com> - 2.0.10-8
- Add BR/R on python3-gobject, skip openal test (FTBFS rhbz#2379002)
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.0.10-7
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 2.0.10-5
- Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild