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