rebuilt with python3 = 3.11.5 [release 4.1-2mamba;Sun Oct 15 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:42:58 +01:00
parent 8b9790885e
commit b0ae4b0616

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-sphinxcontrib-jquery
Version: 4.1
Release: 1mamba
Release: 2mamba
Summary: Extension to include jQuery on newer Sphinx releases
Group: System/Libraries
Vendor: openmamba
@ -11,9 +11,10 @@ URL: https://pypi.org/project/sphinxcontrib-jquery/
Source: https://pypi.debian.net/sphinxcontrib-jquery/sphinxcontrib-jquery-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(sphinx)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(sphinx)
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
%description
%{summary}.
@ -48,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc AUTHORS LICENCE
%changelog
* Sun Oct 15 2023 Automatic Build System <autodist@mambasoft.it> 4.1-2mamba
- rebuilt with python3 = 3.11.5
* Mon Apr 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1-1mamba
- package created using the webbuild interface