From 6de1eb50a0875ef105dd3cde61dbe35c0adc70a1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 26 Jan 2025 01:05:16 +0100 Subject: [PATCH] automatic version update by autodist [release 0.17.2-1mamba;Wed Jan 22 2025] --- python-pyphen.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pyphen.spec b/python-pyphen.spec index 0c5392a..6483aa9 100644 --- a/python-pyphen.spec +++ b/python-pyphen.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyphen -Version: 0.17.0 +Version: 0.17.2 Release: 1mamba Summary: Pure Python module to hyphenate text Group: System/Libraries @@ -10,6 +10,7 @@ Packager: Silvan Calarco URL: https://www.courtbouillon.org/pyphen/ Source: https://pypi.debian.net/pyphen/pyphen-%{version}.tar.gz License: GPL, LGPL, MPL +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END @@ -21,7 +22,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %if 0%{?with_pyver} %define py_requires_append \ Provides: python-Pyphen%{?pyappend:-%pyappend} \ -Obsoletes: python-Pyphen%{?pyappend:-%pyappend} +Obsoletes: python-Pyphen%{?pyappend:-%pyappend} < 0.17.2 %pyver_package %endif @@ -51,6 +52,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Wed Jan 22 2025 Automatic Build System 0.17.2-1mamba +- automatic version update by autodist + * Wed Oct 30 2024 Automatic Build System 0.17.0-1mamba - automatic version update by autodist