Hello community, here is the log from the commit of package python-opengl for openSUSE:Factory checked in at 2020-05-02 22:17:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-opengl (Old) and /work/SRC/openSUSE:Factory/.python-opengl.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opengl" Sat May 2 22:17:01 2020 rev:26 rq:799405 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-opengl/python-opengl.changes 2019-09-09 23:54:04.037258674 +0200 +++ /work/SRC/openSUSE:Factory/.python-opengl.new.2738/python-opengl.changes 2020-05-02 22:17:03.680501347 +0200 @@ -1,0 +2,7 @@ +Thu Apr 30 18:15:00 UTC 2020 - Benjamin Greiner <[email protected]> + +- Update to 3.1.5 +- move to pytest-xvfb for tests +- the runtime requirement of Mesa-dri was not picked up automatically + +------------------------------------------------------------------- Old: ---- PyOpenGL-3.1.3b2.tar.gz New: ---- PyOpenGL-3.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-opengl.spec ++++++ --- /var/tmp/diff_new_pack.uUsYCL/_old 2020-05-02 22:17:04.456502973 +0200 +++ /var/tmp/diff_new_pack.uUsYCL/_new 2020-05-02 22:17:04.460502981 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-opengl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %endif %define tarname PyOpenGL Name: python-opengl%{psuffix} -Version: 3.1.3b2 +Version: 3.1.5 Release: 0 Summary: OpenGL bindings for Python License: BSD-3-Clause @@ -37,6 +37,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: Mesa-dri Recommends: python-numpy Recommends: python-opengl-accelerate Recommends: python-tk @@ -47,6 +48,7 @@ BuildRequires: %{python_module opengl-accelerate} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pygame} +BuildRequires: %{python_module pytest-xvfb} BuildRequires: %{python_module pytest} BuildRequires: Mesa-dri BuildRequires: freeglut-devel @@ -55,7 +57,6 @@ BuildRequires: python3-numpy BuildRequires: swig BuildRequires: tk-devel -BuildRequires: xvfb-run BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(x11) @@ -88,9 +89,7 @@ %check # test_buffer_api_basic is a test specific to opengl-accelerate, failing on i586 and armv7l # https://github.com/mcfletch/pyopengl/issues/29 -%{python_expand # -xvfb-run -s "-screen 0 1400x900x24 +iglx" $python -m pytest -v tests -k "not test_buffer_api_basic" -} +%pytest -v -k "not test_buffer_api_basic" tests %endif %if !%{with test} ++++++ PyOpenGL-3.1.3b2.tar.gz -> PyOpenGL-3.1.5.tar.gz ++++++ ++++ 7946 lines of diff (skipped)
