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-09-10 11:48:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textual (Old) and /work/SRC/openSUSE:Factory/.python-textual.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textual" Thu Sep 10 11:48:19 2026 rev:13 rq:1376656 version:8.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textual/python-textual.changes 2026-07-06 12:35:07.613236989 +0200 +++ /work/SRC/openSUSE:Factory/.python-textual.new.1265/python-textual.changes 2026-09-10 11:51:26.365711708 +0200 @@ -1,0 +2,6 @@ +Wed Sep 9 11:10:48 UTC 2026 - Jiri Slaby <[email protected]> + +- Lower the requirements for Pygments -- I want to submit b4 to + SLFO and it depends on (non-present) textual. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textual.spec ++++++ --- /var/tmp/diff_new_pack.jw8eCk/_old 2026-09-10 11:51:27.056740689 +0200 +++ /var/tmp/diff_new_pack.jw8eCk/_new 2026-09-10 11:51:27.058740773 +0200 @@ -53,7 +53,11 @@ BuildRequires: python-rpm-macros # Requires: python-markdown-it-py >= 2.1.0 -Requires: python-Pygments >= 2.19.2 +# 2.19.2 is spelled out in pypoject.toml. But in SLFO, only 2.19.1 is +# available. Given the version was picked rather arbitrarily: +# https://github.com/Textualize/textual/commit/4659ee939424 +# cheat a bit and lower the requirements. +Requires: python-Pygments >= 2.19.1 Requires: python-rich >= 13.3.3 Requires: (python-platformdirs >= 3.6.0 with python-platformdirs < 5) Requires: (python-typing-extensions >= 4.4.0 with python-typing-extensions < 5)
