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 %define pkgname OpenGL
Name: python-opengl Name: python-opengl
Version: 3.1.7 Version: 3.1.7
Release: 1mamba Release: 2mamba
Summary: Standard OpenGL bindings for Python Summary: Standard OpenGL bindings for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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 Source: https://pypi.debian.net/PyOpenGL/PyOpenGL-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
%{summary}. %{summary}.
%if 0%{?with_pyver} %if 0%{?with_pyver}
%define py_requires_append \
Obsoletes: python-opengl-py310 < 3.1.7-2mamba
%pyver_package %pyver_package
%endif %endif
@ -46,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %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 * Thu Jun 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.7-1mamba
- package created using the webbuild interface - package created using the webbuild interface