Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:12:13 +02:00 committed by Tomáš Hrnčiar
parent 6925556620
commit f6a4739d8c

View File

@ -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 <python-maint@redhat.com> - 2.1.1-2
- Rebuilt for Python 3.11
* Wed Mar 09 2022 Charalampos Stratakis <cstratak@redhat.com> - 2.1.1-1
- Update to 2.1.1
- Fixes: rhbz#2064300