Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
1 changed files with 2 additions and 23 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.0.10
|
Version: 2.0.10
|
||||||
Release: 9%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A cross-platform windowing and multimedia library for Python
|
Summary: A cross-platform windowing and multimedia library for Python
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
@ -48,13 +48,10 @@ BuildRequires: gdk-pixbuf2-devel
|
||||||
BuildRequires: libpurple
|
BuildRequires: libpurple
|
||||||
# These tests fail in koji, likely due to missing devices
|
# These tests fail in koji, likely due to missing devices
|
||||||
#BuildRequires: openal-soft
|
#BuildRequires: openal-soft
|
||||||
# These are not specified by upstream
|
|
||||||
BuildRequires: python3-gobject
|
|
||||||
# Some tests fail if this is present
|
# Some tests fail if this is present
|
||||||
# https://github.com/pyglet/pyglet/issues/875
|
# https://github.com/pyglet/pyglet/issues/875
|
||||||
#BuildRequires: python3-pytest-asyncio
|
#BuildRequires: python3-pytest-asyncio
|
||||||
%endif
|
%endif
|
||||||
Requires: python3-gobject
|
|
||||||
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
|
|
@ -147,7 +144,7 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/
|
||||||
--ignore=tests/interactive \
|
--ignore=tests/interactive \
|
||||||
--ignore=tests/integration/media \
|
--ignore=tests/integration/media \
|
||||||
-m 'not (requires_user_action or requires_user_validation or only_interactive)' \
|
-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_openal_listener or test_push_handlers_instance)' \
|
-k 'not (test_find_font_match or test_font or test_have_font or test_freetype_face or test_push_handlers_instance)' \
|
||||||
--deselect tests/integration/image/test_gdkpixbuf2.py::GdkPixBufTest::test_load_animation \
|
--deselect tests/integration/image/test_gdkpixbuf2.py::GdkPixBufTest::test_load_animation \
|
||||||
tests
|
tests
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -159,24 +156,6 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue