rebuilt with python 3.10 [release 0.0.3-2mamba;Sat May 28 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 16:31:08 +01:00
parent 743c95d1ba
commit 940f587c8b

View File

@ -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 <silvan.calarco@mambasoft.it> 0.0.3-2mamba
- rebuilt with python 3.10
* Tue Jan 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.3-1mamba
- package created using the webbuild interface