diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 6e675a2..868246c 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe Version: 2.1.3 -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 +* Fri Jul 21 2023 Fedora Release Engineering - 2.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jun 16 2023 Ryan Erickson - 2.1.3-1 - Update to 2.1.3 - Fixes: rhbz#2211988