From d84ef63709c47c3a5d91a688cb2cd10c7e12ba26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 3 Jan 2025 15:47:29 +0100 Subject: [PATCH] Loosen the PyYAML version requirement in python3-avocado-plugins-varianter-yaml-to-mux Upstream has pinned this for Debian reasons: https://github.com/avocado-framework/avocado/commit/f130c763be3eb33dda196e57efe16705523242e9 Signed-off-by: Cleber Rosa --- python-avocado.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-avocado.spec b/python-avocado.spec index d3ee34a..12c3f7b 100644 --- a/python-avocado.spec +++ b/python-avocado.spec @@ -35,7 +35,7 @@ Name: python-avocado Version: 92.3 -Release: 3%{?gitrel}%{?dist} +Release: 4%{?gitrel}%{?dist} Summary: Framework with tools and libraries for Automated Testing # Found licenses: # avocado/core/tapparser.py: MIT @@ -90,6 +90,8 @@ sed -e "s/'PyYAML>=4.2b2'/'PyYAML>=3.12'/" -i optional_plugins/varianter_yaml_to 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 +# loosen pyyaml version requirement +sed -e "s/'PyYAML>=4.2b2,<6.0.2'/'PyYAML>=4.2b2'/" -i optional_plugins/varianter_yaml_to_mux/setup.py %build %py3_build @@ -452,6 +454,9 @@ Again Shell code (and possibly other similar shells). %changelog +* Mon Jan 20 2025 Miro HronĨok - 92.3-4 +- Loosen the PyYAML version requirement in python3-avocado-plugins-varianter-yaml-to-mux + * Mon Jan 20 2025 Cleber Rosa - 92.3-3 - convert remaining licenses to SPDX