Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-opengl for openSUSE:Leap:16.0 checked in at 2025-07-24 08:31:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/python-opengl (Old) and /work/SRC/openSUSE:Leap:16.0/.python-opengl.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opengl" Thu Jul 24 08:31:01 2025 rev:2 rq:1293712 version:3.1.9 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/python-opengl/python-opengl.changes 2025-03-19 11:55:35.468037595 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.python-opengl.new.8875/python-opengl.changes 2025-07-24 08:31:10.662247287 +0200 @@ -1,0 +2,20 @@ +Mon Jun 16 11:42:21 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop pkgconfig(osmesa) BuildRequires: OSMesa was dropped with + Mesa 25.1. + +------------------------------------------------------------------- +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 ----------(Old B)---------- Old: * More changes, see upstream commits - Drop merged PyOpenGL-pr100-py312.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-opengl.spec ++++++ --- /var/tmp/diff_new_pack.307Evn/_old 2025-07-24 08:31:10.926258263 +0200 +++ /var/tmp/diff_new_pack.307Evn/_new 2025-07-24 08:31:10.930258430 +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 @@ -93,13 +92,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