From 0dee8db76d9ba4c4d5ed40e506cd4c7cbf07b91d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:02:59 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.7.1-2mamba;Wed Mar 22 2023] --- python-defusedxml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-defusedxml.spec b/python-defusedxml.spec index 110d080..0fd8775 100644 --- a/python-defusedxml.spec +++ b/python-defusedxml.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-defusedxml Version: 0.7.1 -Release: 1mamba +Release: 2mamba Summary: XML bomb protection for Python stdlib modules Group: System/Libraries Vendor: openmamba @@ -45,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Wed Mar 22 2023 Silvan Calarco 0.7.1-2mamba +- rebuilt with python 3.10 + * Sun Feb 13 2022 Silvan Calarco 0.7.1-1mamba - package created using the webbuild interface