Disable Python 2 in ELN

This commit is contained in:
Miro Hrončok 2020-11-25 10:42:44 +01:00
parent 3ed35b3266
commit c1ca7cbe77

View File

@ -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 <mhroncok@redhat.com> - 1.1.1-8
- Disable Python 2 in ELN
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild