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 - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyphen Name: python-pyphen
Version: 0.17.0 Version: 0.17.2
Release: 1mamba Release: 1mamba
Summary: Pure Python module to hyphenate text Summary: Pure Python module to hyphenate text
Group: System/Libraries Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.courtbouillon.org/pyphen/ URL: https://www.courtbouillon.org/pyphen/
Source: https://pypi.debian.net/pyphen/pyphen-%{version}.tar.gz Source: https://pypi.debian.net/pyphen/pyphen-%{version}.tar.gz
License: GPL, LGPL, MPL License: GPL, LGPL, MPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -21,7 +22,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%if 0%{?with_pyver} %if 0%{?with_pyver}
%define py_requires_append \ %define py_requires_append \
Provides: python-Pyphen%{?pyappend:-%pyappend} \ Provides: python-Pyphen%{?pyappend:-%pyappend} \
Obsoletes: python-Pyphen%{?pyappend:-%pyappend} Obsoletes: python-Pyphen%{?pyappend:-%pyappend} < 0.17.2
%pyver_package %pyver_package
%endif %endif
@ -51,6 +52,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE %doc LICENSE
%changelog %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 * Wed Oct 30 2024 Automatic Build System <autodist@openmamba.org> 0.17.0-1mamba
- automatic version update by autodist - automatic version update by autodist