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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16d20ce42210b434eb05ba469ecdb8293ac7ed3c0ce0dd4f70e30d72d7602227
size 2631618

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfdd398042727519d8b73e62b8ef82c0becfed4eb420899c3b96c98d0b96821a
size 2642946

File diff suppressed because it is too large Load Diff

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>

View File

@@ -17,14 +17,13 @@
Name: python-asciimatics
Version: 1.14.0
Version: 1.15.0
Release: 0
Summary: Package to replace curses and create ASCII animations
License: Apache-2.0
URL: https://github.com/peterbrittain/asciimatics
Source: https://files.pythonhosted.org/packages/source/a/asciimatics/asciimatics-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Based on gh#peterbrittain/asciimatics#376
Patch0: move-to-python3.patch
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}