Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2023-07-21 11:15:45 +00:00
parent ecf5bdb6e8
commit de0a49488f

View File

@ -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 <releng@fedoraproject.org> - 2.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 16 2023 Ryan Erickson <rerickso@redhat.com> - 2.1.3-1
- Update to 2.1.3
- Fixes: rhbz#2211988