From 45e0653cdc655718818c75f35fa01b019a72a291 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Wed, 28 Jul 2021 11:47:37 -0500 Subject: [PATCH] Loosen jinja2 version requirement to fix FTBFS in Rawhide Signed-off-by: Merlin Mathesius --- python-avocado.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-avocado.spec b/python-avocado.spec index 0b34acd..7a39a78 100644 --- a/python-avocado.spec +++ b/python-avocado.spec @@ -35,7 +35,7 @@ Name: python-avocado Version: 82.0 -Release: 3%{?gitrel}%{?dist} +Release: 4%{?gitrel}%{?dist} Summary: Framework with tools and libraries for Automated Testing # Found licenses: # avocado/core/tapparser.py: MIT @@ -88,6 +88,8 @@ sed -e "s/'PyYAML>=4.2b2'/'PyYAML>=3.12'/" -i optional_plugins/varianter_yaml_to %endif # drop unnecessary install requirement sed -e "s/'markupsafe<2.0.0', //" -i optional_plugins/html/setup.py +# loosen jinja2 version requirement +sed -e "s/'jinja2<3.0.0'/'jinja2'/" -i optional_plugins/html/setup.py %build %py3_build @@ -469,6 +471,9 @@ Again Shell code (and possibly other similar shells). %changelog +* Wed Jul 28 2021 Merlin Mathesius - 82.0-4 +- Loosen jinja2 version requirement to fix FTBFS in Rawhide + * Fri Jul 23 2021 Fedora Release Engineering - 82.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild