Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2026-08-21 16:49:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and      /work/SRC/openSUSE:Factory/.python-rich.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rich"

Fri Aug 21 16:49:58 2026 rev:41 rq:1372559 version:15.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2026-08-11 
17:09:44.711258995 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.1258/python-rich.changes        
2026-08-21 16:50:32.853035895 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 14:37:07 UTC 2026 - Nico Krapp <[email protected]>
+
+- Skip tests broken by Pygments 2.21.0 for now
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rich.spec ++++++
--- /var/tmp/diff_new_pack.T0pWdg/_old  2026-08-21 16:50:34.237085029 +0200
+++ /var/tmp/diff_new_pack.T0pWdg/_new  2026-08-21 16:50:34.247085384 +0200
@@ -59,7 +59,17 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# tests broken by pygments 2.21.0
+# https://github.com/Textualize/rich/issues/4209
+skiptest="test_card_render"
+skiptest+=" or test_inline_code_in_table_cells"
+skiptest+=" or test_python_render"
+skiptest+=" or test_python_render_simple"
+skiptest+=" or test_python_render_simple_passing_lexer_instance"
+skiptest+=" or test_python_render_indent_guides"
+skiptest+=" or test_option_no_wrap"
+skiptest+=" or test_syntax_highlight_ranges"
+%pytest -k "not ($skiptest)"
 
 %files %{python_files}
 %license LICENSE

Reply via email to