From 70a7ff86c4a6d3f5a2fec6f9876cddfef25fbbbb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 18 Jan 2024 22:42:23 +0100 Subject: [PATCH] rebuilt with python3 = 3.11 [release 3.1.7-2mamba;Thu Jan 18 2024] --- python-opengl.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/python-opengl.spec b/python-opengl.spec index 9cf8bfe..661187e 100644 --- a/python-opengl.spec +++ b/python-opengl.spec @@ -1,23 +1,25 @@ %define pkgname OpenGL Name: python-opengl Version: 3.1.7 -Release: 1mamba +Release: 2mamba Summary: Standard OpenGL bindings for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://pyopengl.sourceforge.net/ +URL: https://pyopengl.sourceforge.net/ Source: https://pypi.debian.net/PyOpenGL/PyOpenGL-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Obsoletes: python-opengl-py310 < 3.1.7-2mamba %pyver_package %endif @@ -46,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Thu Jan 18 2024 Silvan Calarco 3.1.7-2mamba +- rebuilt with python3 = 3.11 + * Thu Jun 08 2023 Silvan Calarco 3.1.7-1mamba - package created using the webbuild interface