From f6a4739d8c85fd5f3b6c54fdcb1ec7b49322253c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:12:13 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-markupsafe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 6608ae7..c67e396 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe Version: 2.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -50,6 +50,9 @@ rm %{buildroot}%{python3_sitearch}/markupsafe/*.c %changelog +* Mon Jun 13 2022 Python Maint - 2.1.1-2 +- Rebuilt for Python 3.11 + * Wed Mar 09 2022 Charalampos Stratakis - 2.1.1-1 - Update to 2.1.1 - Fixes: rhbz#2064300