]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-wcwidth: Upgrade 0.2.14 -> 0.3.1
authorLeon Anavi <leon.anavi@konsulko.com>
Fri, 23 Jan 2026 08:43:35 +0000 (10:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2026 09:54:30 +0000 (09:54 +0000)
commitdbb0a89fff14847454ea7fda3723e0666de57c93
tree29b6bbd5ae4bfaa02fde6e582f95f1a3404b8c8c
parentd59abb5639f911d970521c8c41e9146b5d2ae511
python3-wcwidth: Upgrade 0.2.14 -> 0.3.1

Upgrade to release 0.3.1:

Add benchmarking using codspeed.io
improve width() performance

>From release 0.3.0:

- Migrate from setup.py + setuptools to pyproject.toml + hatchling
- Small improvements to update-tables.py and wcwidth-browser.py
- New: iter_graphemes()
- New: width() terminal-aware string measurement
- New: ljust(), rjust(), center() justify text
- New: wrap()
- improve wcswidth() performance ~30%
- New ambigous_width=1 argument
- New strip_sequences() and cut() functions
- Width 0 for Default_Ignorable_Code_Point characters
- Bugfix for Prepended_Concatenation_Mark characters

Fixes:

WARNING: python3-wcwidth-0.3.1-r0 do_check_backend: QA Issue:
inherits setuptools3 but has pyproject.toml with hatchling.build,
use the correct class [pep517-backend]

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-wcwidth_0.3.1.bb [moved from meta/recipes-devtools/python/python3-wcwidth_0.2.14.bb with 76% similarity]