Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-textual for openSUSE:Factory checked in at 2026-03-03 15:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textual (Old) and /work/SRC/openSUSE:Factory/.python-textual.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textual" Tue Mar 3 15:31:53 2026 rev:5 rq:1335938 version:8.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textual/python-textual.changes 2026-01-15 16:48:58.799034463 +0100 +++ /work/SRC/openSUSE:Factory/.python-textual.new.29461/python-textual.changes 2026-03-03 15:32:41.197393013 +0100 @@ -1,0 +2,50 @@ +Mon Mar 2 22:03:18 UTC 2026 - Matej Cepl <[email protected]> + +- Update to 8.0.1: + - Fixed + - DirectoryTree runs more operations in a thread to avoid + micro-freezes + - Changes + - Some tweaks to garbage collection to reduce gc time #6402 +- Update to 8.0.0: The major version change is due to changing + Select.BLANK to Select.NULL, to avoid an unfortunate name + clash. + - Added + - Added mode argument to push_screen and push_screen_wait to + enable pushing a screen to a non-active mode #6362 + - Added App.mode_change_signal and App.screen_change_signal + #6362 + - Added Tabs.get_tab #6362 + - Added Catppuccin Frappe and Macchiato themes #6335 + - Changed + - It is no longer a NOOP and warning to dismiss a non-active + screen. The dismiss will still work, but the screen may not + update if the current mode is not active. #6362 + - Added 50ms delay when switching screens to allow state to + udpate and prevent janky flash of old content #6362 + - Breaking change: Changed Select.BLANK to Select.NULL to + avoid clash with newer Widget.BLANK Classvar #6374 +- Update to 7.5.0: + - The DataTable row cursor will extend to the full width if + there is excess space #6345 + - The DataTable will send a selected event on click, only if + the cell / row / column is currently highlighted #6345 +- Update to 7.4.0: + - Adds a pointer rule to TCSS, so you can change how the + mouse pointer looks over a given widget. +- Update to 7.3.0: + - Fixed + - Fixed triple click on command palette raising an exception + #6329 + - Added + - Added DOM.query_one_optional + - Added default parameter to get_component_rich_style + get_component_rich_style + - Changed + - Added super+c (command on mac) alternative bindings for + copy, for terminals that support it (Ghostty does) + - Allow Sparkline to be of any height, not just 1 #6171 +- Skip test_compute_wrap_offsets tests + (gh#Textualize/textual#6404). + +------------------------------------------------------------------- @@ -4 +54,2 @@ -- Convert to multibuild to break a build cycle with python-pytest-textual-snapshot +- Convert to multibuild to break a build cycle with + python-pytest-textual-snapshot Old: ---- textual-7.2.0.tar.gz New: ---- textual-8.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textual.spec ++++++ --- /var/tmp/diff_new_pack.mKnWgp/_old 2026-03-03 15:32:41.941423833 +0100 +++ /var/tmp/diff_new_pack.mKnWgp/_new 2026-03-03 15:32:41.945423999 +0100 @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-textual%{psuffix} -Version: 7.2.0 +Version: 8.0.1 Release: 0 Summary: TUI framework for Python License: MIT @@ -118,6 +118,8 @@ IGNORED_CHECKS="${IGNORED_CHECKS} or test_setting_builtin_themes" IGNORED_CHECKS="${IGNORED_CHECKS} or test_setting_unknown_theme_raises_exception" IGNORED_CHECKS="${IGNORED_CHECKS} or test_registering_and_setting_theme" +# gh#Textualize/textual#6404 +IGNORED_CHECKS="${IGNORED_CHECKS} or test_compute_wrap_offsets" %pytest -k "not (${IGNORED_CHECKS})" %endif ++++++ textual-7.2.0.tar.gz -> textual-8.0.1.tar.gz ++++++ ++++ 46282 lines of diff (skipped)
