From b21db3035d64bde74ccceb7df33f9274414b45de Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 22:53:06 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-markupsafe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index f2190ed..3bec994 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python License: BSD-3-Clause URL: https://palletsprojects.com/p/markupsafe/ @@ -53,6 +53,9 @@ echo 'global-exclude *.c' >> MANIFEST.in %changelog +* Tue Jun 13 2023 Python Maint - 2.1.2-2 +- Rebuilt for Python 3.12 + * Fri Jan 27 2023 Miro HronĨok - 2.1.2-1 - Update to 2.1.2 - Fixes: rhbz#2161767