From 82b3ac821efebc4c81f9e832c222497fbe3b279e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 25 Nov 2020 10:36:36 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-markupsafe.git#c1ca7cbe77fd6cfc5d2cad40a2037ba303f9dde8 --- python-markupsafe.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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