From 2ad1eceb60ae23971be76fd6d782bdd46a0df48e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:26:08 +0100 Subject: [PATCH] rebuild to fix python39 requirement [release 2.1.1-3mamba;Mon Nov 21 2022] --- python-markupsafe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index e9fa5d2..968b2bf 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe Version: 2.1.1 -Release: 2mamba +Release: 3mamba Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: System/Libraries Vendor: openmamba @@ -46,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc README.rst %changelog +* Mon Nov 21 2022 Silvan Calarco 2.1.1-3mamba +- rebuild to fix python39 requirement + * Fri Apr 08 2022 Silvan Calarco 2.1.1-2mamba - rebuilt with python 3.10