From 0a76a65655a24e3e0c9cf695d2753f7729f7c07f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:29:07 +0100 Subject: [PATCH] python-pyphen-py*: obsolete python-Pyphen-py* [release 0.13.2-2mamba;Tue Jan 31 2023] --- python-pyphen.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pyphen.spec b/python-pyphen.spec index dee2f19..d1bf99c 100644 --- a/python-pyphen.spec +++ b/python-pyphen.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyphen Version: 0.13.2 -Release: 1mamba +Release: 2mamba Summary: Pure Python module to hyphenate text Group: System/Libraries Vendor: openmamba @@ -18,6 +18,9 @@ BuildRequires: libpython3-devel %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Provides: python-Pyphen%{?pyappend:-%pyappend} \ +Obsoletes: python-Pyphen%{?pyappend:-%pyappend} %pyver_package %endif @@ -47,5 +50,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue Jan 31 2023 Silvan Calarco 0.13.2-2mamba +- python-pyphen-py*: obsolete python-Pyphen-py* + * Thu Jan 26 2023 Silvan Calarco 0.13.2-1mamba - package created using the webbuild interface