rebuilt with python 3.10 [release 1.3-2mamba;Fri Apr 07 2023]

This commit is contained in:
Sdk Build System 2024-01-05 16:45:31 +01:00
parent 2456676bce
commit d797287470

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-text-unidecode Name: python-text-unidecode
Version: 1.3 Version: 1.3
Release: 1mamba Release: 2mamba
Summary: The most basic Text::Unidecode port Summary: The most basic Text::Unidecode port
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.3-2mamba
- rebuilt with python 3.10
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba * Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface