14
0
forked from pool/python-urwid

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=59
This commit is contained in:
2024-06-10 09:54:15 +00:00
committed by Git OBS Bridge
parent d92cb4be0b
commit 1bb4a810d1
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 10 09:53:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 6 17:38:32 UTC 2024 - Dirk Müller <dmueller@suse.com>