From 66365eda174aa0cf069e921a7491d5ff8dc56b05 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 22 May 2020 10:18:08 +0200 Subject: [PATCH] Revert "Drop python2 subpackage from F33 on (#1832057)." This reverts commit 1535c3bd308728ffb9a0640d6a932c66bd85ae5f. --- python-jinja2.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index ef9b0a9..fd2a6c1 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -2,7 +2,7 @@ Name: python-jinja2 Version: 2.11.2 -Release: 2%{?dist} +Release: 1%{?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%{?fedora} > 32 || 0%{?rhel} > 7 +%if 0%{?rhel} > 7 # Disable python2 build by default %bcond_with python2 %else @@ -180,9 +180,6 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests %changelog -* Wed May 6 2020 Thomas Moschny - 2.11.2-2 -- Drop python2 subpackage from F33 on (#1832057). - * Wed Apr 15 2020 Thomas Moschny - 2.11.2-1 - Re-add dependency on python-setuptools.