diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 9079384..7fe3dab 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,8 +1,14 @@ +# There is an exception to ship python2-markupsafe on Fedora, for trac: +# https://pagure.io/fesco/issue/2260 +%if 0%{?fedora} %bcond_without python2 +%else +%bcond_with python2 +%endif Name: python-markupsafe Version: 1.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -84,6 +90,9 @@ rm %{buildroot}%{python3_sitearch}/markupsafe/*.c %changelog +* Wed Nov 25 2020 Miro HronĨok - 1.1.1-8 +- Disable Python 2 in ELN + * Wed Jul 29 2020 Fedora Release Engineering - 1.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild