From 940f587c8b98a3076fbe8100af8e649e51ff2065 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:31:08 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.0.3-2mamba;Sat May 28 2022] --- python-python_install.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-python_install.spec b/python-python_install.spec index b645b3b..c2789ea 100644 --- a/python-python_install.spec +++ b/python-python_install.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-python_install Version: 0.0.3 -Release: 1mamba +Release: 2mamba Summary: A simple, correct PEP427 wheel installer Group: System/Libraries Vendor: openmamba @@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Sat May 28 2022 Silvan Calarco 0.0.3-2mamba +- rebuilt with python 3.10 + * Tue Jan 25 2022 Silvan Calarco 0.0.3-1mamba - package created using the webbuild interface