From 0282513326213a75d44afe4e85a8893b09dcffb4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 3 May 2025 23:27:18 +0200 Subject: [PATCH] automatic version update by autodist [release 1.4.0-1mamba;Sat May 03 2025] --- python-unidecode.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-unidecode.spec b/python-unidecode.spec index aed2da1..781dce5 100644 --- a/python-unidecode.spec +++ b/python-unidecode.spec @@ -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 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 1.4.0-1mamba +- automatic version update by autodist + * Sat May 25 2024 Silvan Calarco 1.3.8-1mamba - package created using the webbuild interface