From bdeba7dc74ce6b803f734195d79ce8149f4ab797 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 16 Jan 2024 18:04:57 +0100 Subject: [PATCH] obsolete -py310 subpackage [release 5.5.1-2mamba;Mon Jan 15 2024] --- python-qtconsole.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-qtconsole.spec b/python-qtconsole.spec index 316ea93..04d12fb 100644 --- a/python-qtconsole.spec +++ b/python-qtconsole.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-qtconsole Version: 5.5.1 -Release: 1mamba +Release: 2mamba Summary: A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more Group: System/Libraries Vendor: openmamba @@ -29,6 +29,8 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Obsoletes: python-qtconsole-py310 <= 5.5.1-1mamba %pyver_package %endif @@ -66,6 +68,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist %doc LICENSE %changelog +* Mon Jan 15 2024 Silvan Calarco 5.5.1-2mamba +- obsolete -py310 subpackage + * Thu Nov 16 2023 Automatic Build System 5.5.1-1mamba - automatic version update by autodist