- update to 2.6.15:

* Fix `ListBox.rows_max` calculation for empty container

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=63
This commit is contained in:
2024-09-23 08:54:34 +00:00
committed by Git OBS Bridge
parent 10ddd00893
commit 03a6a5845a
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 23 08:53:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.15:
* Fix `ListBox.rows_max` calculation for empty container
-------------------------------------------------------------------
Sat Jun 29 05:30:22 UTC 2024 - Dirk Müller <dmueller@suse.com>