Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-urwid for openSUSE:Factory checked in at 2026-04-26 21:11:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-urwid (Old) and /work/SRC/openSUSE:Factory/.python-urwid.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-urwid" Sun Apr 26 21:11:28 2026 rev:31 rq:1349280 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-urwid/python-urwid.changes 2025-11-10 19:19:56.278878435 +0100 +++ /work/SRC/openSUSE:Factory/.python-urwid.new.11940/python-urwid.changes 2026-04-26 21:14:07.760324672 +0200 @@ -1,0 +2,20 @@ +Sat Apr 25 20:26:27 UTC 2026 - Dirk Müller <[email protected]> + +- update to 4.0.0: + * Deprecation: Remove deprecated public methods announced to be + removed in v4 + * Deprecation: Remove deprecated `Filler.get_body` and + `Filler.set_body` + * Deprecation: announce deadline for deprecated APIs + * stdin handling for closed state +- update to 3.0.5: + * Un-deprecate `user_arg` for signals + * Fix terminal scroll TypeError + * Bugfix: some kinds of emojis with grapheme boundry support + * Fix: Text.pack line splitting not match Text.render +- update to 3.0.4: + * Fix CheckBox DeprecationWarning: Use user_args instead of + user_arg + * Refactoring: use official python way for lazy imports + +------------------------------------------------------------------- Old: ---- urwid-3.0.3.tar.gz New: ---- urwid-4.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-urwid.spec ++++++ --- /var/tmp/diff_new_pack.RcXVKV/_old 2026-04-26 21:14:08.328347880 +0200 +++ /var/tmp/diff_new_pack.RcXVKV/_new 2026-04-26 21:14:08.340348370 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-urwid # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-urwid -Version: 3.0.3 +Version: 4.0.0 Release: 0 Summary: A full-featured console (xterm et al.) user interface library License: LGPL-2.1-or-later @@ -27,16 +27,17 @@ BuildRequires: %{python_module curses} BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools >= 80.8.0} +BuildRequires: %{python_module setuptools_scm >= 8.1.0} BuildRequires: %{python_module typing_extensions} -BuildRequires: %{python_module wcwidth} +BuildRequires: %{python_module wcwidth >= 0.4} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch Requires: python-curses Requires: python-typing_extensions -Requires: python-wcwidth +Requires: python-wcwidth >= 0.4 %python_subpackages %description ++++++ urwid-3.0.3.tar.gz -> urwid-4.0.0.tar.gz ++++++ ++++ 4108 lines of diff (skipped)
