From d4a485a1315b5216d7f6ad8b1ff9d161bc8a8603b79caea6df1d5259b1b8cea3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 Feb 2024 17:13:09 +0000 Subject: [PATCH] - 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 --- python-urwid.changes | 13 +++++++++++++ python-urwid.spec | 4 +++- urwid-2.5.1.tar.gz | 3 --- urwid-2.5.3.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 urwid-2.5.1.tar.gz create mode 100644 urwid-2.5.3.tar.gz diff --git a/python-urwid.changes b/python-urwid.changes index bc690ae..c2eb4c9 100644 --- a/python-urwid.changes +++ b/python-urwid.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 12 17:04:58 UTC 2024 - Matej Cepl + +- 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 diff --git a/python-urwid.spec b/python-urwid.spec index f666a45..d071d96 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-urwid -Version: 2.5.1 +Version: 2.5.3 Release: 0 Summary: A full-featured console (xterm et al.) user interface library License: LGPL-2.1-or-later @@ -29,10 +29,12 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module typing_extensions} +BuildRequires: %{python_module wcwidth} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-curses +Requires: python-wcwidth %python_subpackages %description diff --git a/urwid-2.5.1.tar.gz b/urwid-2.5.1.tar.gz deleted file mode 100644 index b6f6e97..0000000 --- a/urwid-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63752e65674f057b357e50b9b73be44c47234507d57df676ce435e537c300bac -size 840146 diff --git a/urwid-2.5.3.tar.gz b/urwid-2.5.3.tar.gz new file mode 100644 index 0000000..caf9e65 --- /dev/null +++ b/urwid-2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9129a07027794d7250e3bcf2f64cbdf59a35d001d670b507f72c7c2e4bb3b5 +size 848047