rebuilt with python3 = 3.11 [release 3.1.7-2mamba;Thu Jan 18 2024]

This commit is contained in:
Silvan Calarco 2024-01-18 22:42:23 +01:00
parent b3b941a593
commit 70a7ff86c4

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.1.7-2mamba
- rebuilt with python3 = 3.11
* Thu Jun 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.7-1mamba
- package created using the webbuild interface