From b0ae4b061614279af76baeb7de9070d0f667c2be Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:42:58 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 4.1-2mamba;Sun Oct 15 2023] --- python-sphinxcontrib-jquery.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-jquery.spec b/python-sphinxcontrib-jquery.spec index 0f16275..a4ab407 100644 --- a/python-sphinxcontrib-jquery.spec +++ b/python-sphinxcontrib-jquery.spec @@ -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 4.1-2mamba +- rebuilt with python3 = 3.11.5 + * Mon Apr 10 2023 Silvan Calarco 4.1-1mamba - package created using the webbuild interface