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

This commit is contained in:
Sdk Build System 2024-01-06 11:28:19 +01:00
parent 589c77fb03
commit c847c8a902

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-more-itertools Name: python-more-itertools
Version: 9.1.0 Version: 9.1.0
Release: 1mamba Release: 2mamba
Summary: More routines for operating on iterables, beyond itertools Summary: More routines for operating on iterables, beyond itertools
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -47,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 9.1.0-2mamba
- rebuilt with python 3.10
* Tue Mar 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.0-1mamba * Tue Mar 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface