Drop python2 subpackage from F33 on (#1832057).

This commit is contained in:
Thomas Moschny 2020-05-06 08:54:00 +02:00
parent b887c5baaf
commit 1535c3bd30

View File

@ -2,7 +2,7 @@
Name: python-jinja2
Version: 2.11.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: General purpose template engine
License: BSD
URL: https://palletsprojects.com/p/jinja/
@ -15,7 +15,7 @@ Source0: %{pypi_source}
%bcond_with python3
%endif
%if 0%{?rhel} > 7
%if 0%{?fedora} > 32 || 0%{?rhel} > 7
# Disable python2 build by default
%bcond_with python2
%else
@ -180,6 +180,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
%changelog
* Wed May 6 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-2
- Drop python2 subpackage from F33 on (#1832057).
* Wed Apr 15 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-1
- Re-add dependency on python-setuptools.