rebuilt with python 3.10 [release 0.7.1-2mamba;Wed Mar 22 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:02:59 +01:00
parent 2713037e23
commit 0dee8db76d

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-defusedxml Name: python-defusedxml
Version: 0.7.1 Version: 0.7.1
Release: 1mamba Release: 2mamba
Summary: XML bomb protection for Python stdlib modules Summary: XML bomb protection for Python stdlib modules
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
- rebuilt with python 3.10
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba * Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface