automatic version update by autodist [release 0.17.2-1mamba;Wed Jan 22 2025]

This commit is contained in:
Automatic Build System 2025-01-26 01:05:16 +01:00
parent 3e0ba454d9
commit 6de1eb50a0

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@openmamba.org> 0.17.2-1mamba
- automatic version update by autodist
* Wed Oct 30 2024 Automatic Build System <autodist@openmamba.org> 0.17.0-1mamba
- automatic version update by autodist