14
0
forked from pool/python-urwid

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=52
This commit is contained in:
2024-02-12 17:13:09 +00:00
committed by Git OBS Bridge
parent db2ce9ca5b
commit d4a485a131
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 12 17:04:58 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- 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 2 05:55:07 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Fri Feb 2 05:55:07 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-urwid Name: python-urwid
Version: 2.5.1 Version: 2.5.3
Release: 0 Release: 0
Summary: A full-featured console (xterm et al.) user interface library Summary: A full-featured console (xterm et al.) user interface library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@@ -29,10 +29,12 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module typing_extensions}
BuildRequires: %{python_module wcwidth}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-curses Requires: python-curses
Requires: python-wcwidth
%python_subpackages %python_subpackages
%description %description

View File

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

3
urwid-2.5.3.tar.gz Normal file
View File

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