Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Jinja2 for openSUSE:Factory checked in at 2025-03-18 17:40:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old) and /work/SRC/openSUSE:Factory/.python-Jinja2.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Jinja2" Tue Mar 18 17:40:14 2025 rev:58 rq:1253771 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes 2025-03-11 20:44:26.063980628 +0100 +++ /work/SRC/openSUSE:Factory/.python-Jinja2.new.19136/python-Jinja2.changes 2025-03-18 17:41:44.038625337 +0100 @@ -1,0 +2,5 @@ +Mon Mar 17 11:59:32 UTC 2025 - Daniel Garcia <daniel.gar...@suse.com> + +- Skip test_elif_deep on s390x arch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Jinja2.spec ++++++ --- /var/tmp/diff_new_pack.XRXFTx/_old 2025-03-18 17:41:45.050667648 +0100 +++ /var/tmp/diff_new_pack.XRXFTx/_new 2025-03-18 17:41:45.054667815 +0100 @@ -72,6 +72,10 @@ # Test broken with latest version of MarkupSafe (2.1.4) # gh#pallets/jinja#1930, gh#pallets/markupsafe#417 donttest="test_striptags" +# Test fails in s390x with maximum recursion depth exceeded during compilation +%if "%{_arch}" == "s390x" +donttest+=" or test_elif_deep" +%endif %pytest -W ignore:'Support for nose tests is deprecated' -k "not ($donttest)" %endif