Changelog for
python310-urwid-2.6.15-58.7.noarch.rpm :
* Mon Sep 23 2024 Dirk Müller
- update to 2.6.15:
* Fix `ListBox.rows_max` calculation for empty container
* Sat Jun 29 2024 Dirk Müller - update to 2.6.14:
* GridFlow fixes for empty container
* Fix ScrollBar mouse_event handling with ListBox
* Mon Jun 10 2024 Dirk Müller - update to 2.6.13:
* 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
* Sat Apr 06 2024 Dirk Müller - update to 2.6.10:
* `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:
* Fix regression from 2.6.2: weight can be `float`- update to 2.6.2:
* Feature: support `Widget` instance as `Frame` focus part in constructor
* Feature: `EventLoop.run_in_executor` should accept `
*
*kwargs`
* Feature: extend validation for `Columns` and `Pile`
* Fix: nonstandard display typing issues
* Fix: Text pack for `layout` without `pack`
* Fix: `ListBox` render crash if empty elements in tail- update to 2.6.1:
* Fix a scenario with ellipsis wrap not fit in screen columns- update to 2.6.0:
* ### Compiled C extension is not used anymore.
* It became a blocker for the future correct Unicode support and caused pain for some of end users building package separately.
* Fix regression in the `LineBox._w`: should be a property
* Fix ellipsis encoding in the text layout
* Fix ListBox `MAX_LEFT`/`MAX_RIGHT` report for `keypress` as unhandled
* Tue Feb 27 2024 Markéta Machová - Add missing runtime requirement typing_extensions
* Mon Feb 12 2024 Matej Cepl - Update to 2.5.3: - 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
* Fri Feb 02 2024 Steve Kowalik - Update to 2.5.1:
* 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
* Use trio.lowlevel instead of trio.hazmat with Trio >= 0.15
* Provide 80x24 fallback for ansi and vt100- Switch to pyproject macros.- Drop patch python-311.patch, included upstream.- Clean up Python 2 leftovers.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Mon Feb 20 2023 Daniel Garcia - Add python-311.patch to fix tests for python 3.11 gh#urwid/urwid#517
* Mon Nov 08 2021 Dirk Müller - add dependency for python 2 builds
* Tue Oct 12 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro