rebuilt with python 3.10 [release 1.3.0-2mamba;Sun Sep 03 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:41:25 +01:00
parent 18ad1b4d0f
commit 546f6f0afd

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-sniffio
Version: 1.3.0
Release: 1mamba
Release: 2mamba
Summary: Sniff out which async library your code is running under
Group: System/Libraries
Vendor: openmamba
@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Sun Sep 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
- rebuilt with python 3.10
* Sun Oct 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
- package created using the webbuild interface