Path to this page:
Subject: CVS commit: pkgsrc/devel/py-urwid
From: Thomas Klausner
Date: 2024-03-03 12:56:33
Message id: 20240303115633.D7B99FA27@cvs.NetBSD.org
Log Message:
py-urwid: update to 2.6.7.
2.6.7
Bug fixes 🕷
Fix MainLoop.watch_pipe regression for the callback outcome not False by \
@penguinolog in #848
Refactoring ðŸ›
Refactor: fix static check warning for not using min in \
GridFlow.generate_display_widget by @penguinolog in #849
2.6.6
Bug fixes 🕷
Fix Columns sizing and pack behavior by @penguinolog in #846
Other Changes
Extend __repr__ and rich repr for the sized containers by @penguinolog in #844
2.6.5
Bug fixes 🕷
Allow wcwidth to select unicode version by @penguinolog in #840
TreeWidget: do not use deprecated API in update_expanded_icon by \
@penguinolog in #832
Refactoring ðŸ›
Refactoring: move monitored_list module to the widgets package by \
@penguinolog in #833
Refactoring: move listbox & treetools modules to the widgets by \
@penguinolog in #834
Use dataclass for symbols constants by @penguinolog in #842
Special case: in case of Columns/Pile empty - use fallback sizing by \
@penguinolog in #843
Other Changes
Tests: Extend Tree tests: basic keys + nested behavior by @penguinolog in #831
Files: