rebuilt with python3 = 3.11.5 [release 4.1-2mamba;Sun Oct 15 2023]
This commit is contained in:
parent
8b9790885e
commit
b0ae4b0616
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-sphinxcontrib-jquery
|
Name: python-sphinxcontrib-jquery
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Extension to include jQuery on newer Sphinx releases
|
Summary: Extension to include jQuery on newer Sphinx releases
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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
|
Source: https://pypi.debian.net/sphinxcontrib-jquery/sphinxcontrib-jquery-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.10dist(sphinx)
|
BuildRequires: python3.11dist(sphinx)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -48,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc AUTHORS LICENCE
|
%doc AUTHORS LICENCE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user