automatic version update by autodist [release 1.4.0-1mamba;Sat May 03 2025]

This commit is contained in:
Automatic Build System 2025-05-03 23:27:18 +02:00
parent 3c4a69c68b
commit 0282513326

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-unidecode
Version: 1.3.8
Version: 1.4.0
Release: 1mamba
Summary: ASCII transliterations of Unicode text
Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/avian2/unidecode
Source: https://pypi.debian.net/Unidecode/Unidecode-%{version}.tar.gz
License: GPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
@ -41,12 +42,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/unidecode
%dir %{python_sitelib}/Unidecode-%{version}.dist-info
%{python_sitelib}/Unidecode-%{version}.dist-info/*
%dir %{python_sitelib}/unidecode-%{version}.dist-info
%{python_sitelib}/unidecode-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Sat May 03 2025 Automatic Build System <autodist@openmamba.org> 1.4.0-1mamba
- automatic version update by autodist
* Sat May 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.8-1mamba
- package created using the webbuild interface