* Adopt `ExceptionGroup` handling without an external library
in python 3.11+
- update to 2.6.12:
* Prevent a possible infinite loop in
WidgetDecoration.base_widget
* ScrollBar will check wrapped widgets for SupportsScroll
- update to 2.6.11:
* Fix `Widget.rows` annotation
* Do not use deprecated positioning in the code and examples
* Docs: partial update of screenshots
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=59
* `ScrollBar`: fully support `__length_hint__` if not `Sized`
- update to 2.6.9:
* Support relative scroll for `ListBox`
* Absolute scrolling calculation is resource-hungry and can
cause serious issues on the long lists.
* This change also rework calculation allowing to use
`ScrollBar` with `TreeList` (users should prevent infinite
load cycle on lazy-load self).
* Support `` key reading for sgrmouse
* Historically key reading was not implemented due to `` for
buttons 1-3 is handled by the most GUI terminal emulators
itself.
* Fix regression in `TreeWidget`: original widget can be
overridden
- update to 2.6.8:
* Fix regression: Overlay not accepted relative positioning
- update to 2.6.7:
* Fix `MainLoop.watch_pipe` regression for the callback outcome
not `False`
- update to 2.6.6:
* Fix Columns sizing and pack behavior
- update to 2.6.5:
* Allow `wcwidth` to select unicode version
* `TreeWidget`: do not use deprecated API in
`update_expanded_icon`
- update to 2.6.4:
* Fix regression from 2.6.1: `ListBox` used for tree
implementation.
- update to 2.6.3:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=57
- Fix render regression: khal Padding widh > size
- Update unicode table to the version 15.1.0
- Update to 2.5.2:
- Fix Windows last line: use ICH * INSERT COLS
- Typing: annotate text_layout and extend Text/Edit
- Fix incorrect TextCanvas typing
- RAW UTF-8 terminal: SI/SO/IBMPC_ON/IBMPC_OFF skip
- Unicode: use "target encoding" while transcoding for output
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=52
* Extend Command enum and update Columns & Pile
* Fix double Widget inheritance in the LineBox
* Columns PACK item not fit as FIXED and support FLOW
* allow not subclassed incomplete widgets in Columns/Pile
* Columns rendered with a non-first Selectable widget should not skip
other items
* Fix regression: Columns render incorrect BOX/FLOW widgets height
* Overlay typing and proper repr
* support proper repr and str for Canvas
* Support FIXED and FLOW operations for Overlay depends on options
* Columns accept focus widget as "focus_column"
* Filler can act as FLOW widget
* allow explicit focus in GridFlow constructor
* Columns support correct BOX render only if ALL BOX
* support FIXED-only widgets and FIXED rendering for Columns
* Support FIXED-only widgets and FIXED rendering for PILE
* support FIXED render type for GridFLow
* Add run_in_executor helper to the event loop
* Feature: Implement keypress and mouse_event default handlers
* use Hashable for signal identifier types
* Introduce optional dependencies for package
* Feature: Support pack() for CheckBox/RadioButton/Button
* Fix font in case Font.data is str
* Fix: deep TextEnum was improperly resolved
* Fix#583: python 3.12 compatibility
* Python 37+ migration, Python < 3.7 support dropped
* make tests compatible with Python 3.11
* Add two fonts based on Unicode 13 2x3 TRS-80/Teletext mosaic characters
* Fix assertion failure when string contains SO but not SI
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=50
* Add pack method to LineBox. Fixes: #346 (by Miguel de Dios)
* Add a test to check the linebox.pack is good. (by Miguel de Dios)
* Add bin/release.sh script to partially automate releases. (by Tony Cebzanov)
* Add workaround for #386 (by Tony Cebzanov)
* Fix curses_display python3 ord() (by Ya-Liang Chang (Allen))
* Fix bumping to dev version in release.sh script (by Tony Cebzanov)
* Fix focus_end on a collapsed tree (by Anonymous Maarten)
* Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in
tour.py (by akorb)
* Ignore resetting to invalid locale (Closes: #377) (by Jochen Sprickerhof)
* Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen))
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=42
* Add TrioEventLoop.run_async(), removed nursery constructor arg (#392) (by
Tamás Nepusz)
* Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk)
* Change documentation on Terminal (by James Johnson)
* Remove debug documentation change test (by James Johnson)
* Remove support for py34 (by Andrey Semakin)
* Remove invalid escape sequence (by Andrey Lebedev)
* Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton)
* Fix Terminal in ListBox (#382) (by James Johnson)
* Fix Crash on `fg`, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp)
* Fix 256-color mode on some terminals. Addresses #404. (by Tony Cebzanov)
* vterm: reduce __init__ boilerplate (by max ulidtko)
* vterm: errno 5 is not EOF. (by max ulidtko)
* Terminal: use UTF-8 by default. (by max ulidtko)
* Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko)
* Do not call wait_readable with a closed fd in TrioEventLoop (by Michael
Hudson-Doyle)
* Make options a static method where applicable (by Philip Matura)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=40
- Update to version 2.0.1
* #275: Late fix for proper exception reraising from within
main loop (by Andrew Dunai & Adam Sampson)
version 2.0.0
* Full Python 2.x/3.x support (by Andrew Dunai)
* Proper handling & customization of OS signals by GLib event
loop (by Federico T)
* vterm: Fix handling of NUL characters (by aszlig)
* Add 256-color support for fbterm (by Benjamin Yates)
* Italics support (by Ian D. Scott)
* Store envron's TERM value as a Screen attribute (by Benjamin
Yates)
* Replaced hashbangs to use proper Python binary (by Douglas La
Rocca)
* Post-change signal for Edit, CheckBox and RadioButton widgets
(by Toshio Kuratomi)
* ListBox.body update (by Random User)
* SimpleListWalker is now default when setting ListBox.body (by
Random User)
* #246, #234: SelectEventLoop alarm improvements (by Dave Jones)
* #211: Title align & borderless sides for LineBox (by Toshio
Kuratomi)
* Support for 'home' and 'end' keys in ListBox (by Random User)
* Various code cleanups (by Jordan Speicher, Marin Atanasov
Nikolov)
* CI fixes (by Marlox, Ian Ward, Anatoly Techtonik, Tony
Cebzanov & Ondřej Súkup)
* Example fixes (by Kenneth Nielsen)
* Documentation fixes (by anatoly techtonik, Marcin Kurczewski,
mobyte0, Christian Geier & xndcn)
* Code cleanup & typo fixes (by Jakub Wilk & Boris Feld)
* Integration of tox for easier Python cross-version testing (by
Andrew Dunai)
* Test fixes (by Michael Hudson-Doyle, Mike Gilbert & Andrew
Dunai)
* Correct error messages in Decoration (by Marcin Kurczewski)
* #141: Fix for StandardTextLayout.calculate_text_segments
(by Grzegorz Aksamit)
* #221: Fix for raw display should release file descriptors (by
Alain Leufroy)
* #261: Fix issues with unicode characters in ProgressBar (by
Andrew Dunai)
* Fix for 'page up' and 'page down' in ListBox when having
focusable children (by Random User)
* Fixes for examples compatibility with Python 3 (by Lars
Kellogg-Stedman)
* Fix default screen size on raw display (by Andreas Klöckner)
* Fix underlining for padded text (by Random User)
* Fix for terminal widget crash with Python 3 (by Sjc1000)
* Fix for string formatting error (by Jakub Wilk)
* Fix for iterator in WidgetContainerListContentsMixin (by
Marlox)
* Fix for missing `modified` signal in SimpleFocusListWalker
(by Michael Hansen)
* Dropped Python 3.2 support
* Test coverage is now collected
- Dropped python-urwid-fix_py3_test.patch (merged upstream)
OBS-URL: https://build.opensuse.org/request/show/579953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=34
- update to version 1.3.1:
* Fix for screen not getting reset on exception regression
(by Rian Hunter)
* AttrSpec objects are now comparable (by Random User)
* MonitoredList now has a clear method if list has a clear method
(by neumond)
* Fix for BarGraph hlines sort order (by Heiko Noordhof)
* Fix for final output not appearing on exit with some terminals
now that extra newline was removed (by Jared Winborne)
* Fix for a resizing bug in raw_display (by Esteban null)
OBS-URL: https://build.opensuse.org/request/show/368730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=30
* New support for Python 3.2 from the same 2.x code base,
requires distribute instead of setuptools (by Kirk McDonald,
Wendell, Marien Zwart) everything except TwistedEventLoop and
GLibEventLoop is supported
* New experimental Terminal widget with xterm emulation and
terminal.py example program (by aszlig)
* Edit widget now supports a mask (for passwords), has a
insert_text_result() method for full-field validation and
normalizes input text to Unicode or bytes based on the caption
type used
* New TreeWidget, TreeNode, ParentNode, TreeWalker
and TreeListBox classes for lazy expanding/collapsing tree
views factored out of browse.py example program, with new
treesample.py example program (by Rob Lanphier)
* MainLoop now calls draw_screen() just before going idle, so extra
calls to draw_screen() in user code may now be removed
* New MainLoop.watch_pipe() method for subprocess or threaded
communication with the process/thread updating the UI, and new
subproc.py example demonstrating its use
* New PopUpLauncher and PopUpTarget widgets and MainLoop option
for creating pop-ups and drop-downs, and new pop_up.py example
program
* New twisted_serve_ssh.py example (by Ali Afshar) that serves
multiple displays over ssh from the same application using
Twisted and the TwistedEventLoop
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=9