From c847c8a902daf05be699980cbde8d074da97fe92 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 11:28:19 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 9.1.0-2mamba;Fri Apr 07 2023] --- python-more-itertools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-more-itertools.spec b/python-more-itertools.spec index cb294db..48ccd7d 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-more-itertools Version: 9.1.0 -Release: 1mamba +Release: 2mamba Summary: More routines for operating on iterables, beyond itertools Group: System/Libraries Vendor: openmamba @@ -47,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Apr 07 2023 Sdk Build System 9.1.0-2mamba +- rebuilt with python 3.10 + * Tue Mar 07 2023 Silvan Calarco 9.1.0-1mamba - package created using the webbuild interface