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 2024-01-29 22:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-Jinja2.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Jinja2"

Mon Jan 29 22:26:58 2024 rev:52 rq:1142212 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes      
2024-01-14 19:01:15.294524464 +0100
+++ /work/SRC/openSUSE:Factory/.python-Jinja2.new.1815/python-Jinja2.changes    
2024-01-29 22:27:06.981313880 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 10:10:29 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Disable broken test with latest version of MarkupSafe (2.1.4)
+  (gh#pallets/jinja#1930, gh#pallets/markupsafe#417)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Jinja2.spec ++++++
--- /var/tmp/diff_new_pack.1xJ31C/_old  2024-01-29 22:27:07.617336933 +0100
+++ /var/tmp/diff_new_pack.1xJ31C/_new  2024-01-29 22:27:07.617336933 +0100
@@ -63,7 +63,10 @@
 
 %check
 %if %{with test}
-%pytest -W ignore:'Support for nose tests is deprecated'
+# Test broken with latest version of MarkupSafe (2.1.4)
+# gh#pallets/jinja#1930, gh#pallets/markupsafe#417
+donttest="test_striptags"
+%pytest -W ignore:'Support for nose tests is deprecated' -k "not ($donttest)"
 %endif
 
 %files %{python_files}

Reply via email to