15
0

- Update to 1.15.0:

* Dropped support for Python 2, Python 3.9 or above is now required.
  * Added support for ColouredText titles in MultiColumnLIstBox.
  * Added gutter option to Layout.
  * Added speed option to Sprite.
  * Fixed bug where moving focus between Frames resulted in no current focus.
  * Fixed internal state of RadioButton values to be consistent with selection.
  * Fixed handling of zero width modifiers.
  * Fixed image conversion to use modern PIL API and sort off-by-one height
    error.
  * Fixed parser bug returning list instead of colour tuple.
- Drop patch move-to-python3.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asciimatics?expand=0&rev=19
This commit is contained in:
2023-10-26 00:26:49 +00:00
committed by Git OBS Bridge
parent c9fdedf183
commit 177454a694
5 changed files with 21 additions and 3283 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 26 00:25:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.15.0:
* Dropped support for Python 2, Python 3.9 or above is now required.
* Added support for ColouredText titles in MultiColumnLIstBox.
* Added gutter option to Layout.
* Added speed option to Sprite.
* Fixed bug where moving focus between Frames resulted in no current focus.
* Fixed internal state of RadioButton values to be consistent with selection.
* Fixed handling of zero width modifiers.
* Fixed image conversion to use modern PIL API and sort off-by-one height
error.
* Fixed parser bug returning list instead of colour tuple.
- Drop patch move-to-python3.patch, included upstream.
-------------------------------------------------------------------
Mon Sep 11 04:59:40 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>