From 06b3b93b7a68b8464a66713c132b4cda0b30c26a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 19 Feb 2024 19:38:24 +0100 Subject: [PATCH] fixed obsolete for pycountry-py3 [release 23.12.11-2mamba;Mon Feb 19 2024] --- python-pycountry.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pycountry.spec b/python-pycountry.spec index 8d4ff21..6e5c4ef 100644 --- a/python-pycountry.spec +++ b/python-pycountry.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pycountry Version: 23.12.11 -Release: 1mamba +Release: 2mamba Summary: ISO country, subdivision, language, currency and script definitions and their translations Group: System/Libraries Vendor: openmamba @@ -20,7 +20,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %if 0%{?with_pyver} %define py_requires_append \ -Obsoletes: pycountry-p3 < 23.12.11\ +Obsoletes: pycountry-py3 < 23.12.11\ Obsoletes: pycountry-py310 < 23.12.11 %pyver_package %endif @@ -51,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE.txt %changelog +* Mon Feb 19 2024 Silvan Calarco 23.12.11-2mamba +- fixed obsolete for pycountry-py3 + * Fri Feb 16 2024 Automatic Build System 23.12.11-1mamba - automatic version update by autodist