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