Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-opengl for openSUSE:Factory checked in at 2025-04-30 19:02:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-opengl (Old) and /work/SRC/openSUSE:Factory/.python-opengl.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opengl" Wed Apr 30 19:02:58 2025 rev:32 rq:1273380 version:3.1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-opengl/python-opengl.changes 2024-03-19 17:33:02.901422541 +0100 +++ /work/SRC/openSUSE:Factory/.python-opengl.new.30101/python-opengl.changes 2025-04-30 19:03:08.863238120 +0200 @@ -1,0 +2,14 @@ +Mon Apr 28 15:25:23 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- update to 3.1.9 + * Reduce the number of iterations in memory leak test to avoid JIT + triggering + * Cleanup formatting in a few modules + * Don't bomb out during egl test when there's no egl devices + * Regenerated C wrappers with latest Cython + * Numpy intp type for latest numpy + * Fix ctypes FormatHandler for Python 3.12+ + * More changes, see upstream commits +- Drop merged PyOpenGL-pr100-py312.patch + +------------------------------------------------------------------- Old: ---- PyOpenGL-3.1.7.tar.gz PyOpenGL-pr100-py312.patch New: ---- pyopengl-3.1.9.tar.gz BETA DEBUG BEGIN: Old: * More changes, see upstream commits - Drop merged PyOpenGL-pr100-py312.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-opengl.spec ++++++ --- /var/tmp/diff_new_pack.gYZFe5/_old 2025-04-30 19:03:09.995285310 +0200 +++ /var/tmp/diff_new_pack.gYZFe5/_new 2025-04-30 19:03:10.011285977 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-opengl # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,18 +25,16 @@ %bcond_with test %endif -%define tarname PyOpenGL +%define tarname pyopengl %{?sle15_python_module_pythons} Name: python-opengl%{psuffix} -Version: 3.1.7 +Version: 3.1.9 Release: 0 Summary: OpenGL bindings for Python License: BSD-3-Clause Group: Development/Libraries/Python URL: https://github.com/mcfletch/pyopengl -Source0: https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM PyOpenGL-pr100-py312.patch gh#mcfletch/pyopengl#100 -Patch0: PyOpenGL-pr100-py312.patch +Source0: https://files.pythonhosted.org/packages/source/p/%{tarname}/%{tarname}-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -58,6 +56,7 @@ BuildRequires: %{python_module pygame} BuildRequires: %{python_module pytest-xvfb} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module python-xlib} BuildRequires: Mesa-dri BuildRequires: freeglut-devel BuildRequires: libdrm-devel @@ -66,6 +65,7 @@ BuildRequires: tk-devel BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glu) +BuildRequires: pkgconfig(osmesa) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb-glx) %endif @@ -93,13 +93,14 @@ %if %{with test} %check -%pytest tests +# some tests reported in https://github.com/mcfletch/pyopengl/issues/141 fail in our environment too +%pytest tests -k "not (test_glCallLists_twice2 or test_check_egl_es2 or test_egl_ext_enumerate)" %endif %if !%{with test} %files %{python_files} %license license.txt %{python_sitelib}/OpenGL/ -%{python_sitelib}/PyOpenGL-%{version}.dist-info +%{python_sitelib}/[Pp]y[Oo]pen[Gg][Ll]-%{version}.dist-info %endif