From f474cc7df35f00372541cd0b1e1bf9ec9e543819 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 2 Mar 2024 15:10:56 +0100 Subject: [PATCH] obsolete -py310 package [release 4.1-3mamba;Fri Mar 01 2024] --- python-sphinxcontrib-jquery.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-jquery.spec b/python-sphinxcontrib-jquery.spec index a4ab407..2618521 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: 2mamba +Release: 3mamba Summary: Extension to include jQuery on newer Sphinx releases Group: System/Libraries Vendor: openmamba @@ -20,6 +20,8 @@ BuildRequires: libpython3-devel >= 3.11.5 %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Obsoletes: python-sphinxcontrib-jquery-py310 <= 4.1-2mamba %pyver_package %endif @@ -49,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc AUTHORS LICENCE %changelog +* Fri Mar 01 2024 Silvan Calarco 4.1-3mamba +- obsolete -py310 package + * Sun Oct 15 2023 Automatic Build System 4.1-2mamba - rebuilt with python3 = 3.11.5