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>