diff mbox series

[AUH] python3-wcwidth: upgrading to 0.8.4 SUCCEEDED

Message ID 010101a0b30e06c7-e4055701-627a-4b38-a0f8-4de67a8e80f2-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-wcwidth: upgrading to 0.8.4 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 18, 2026, 5:47 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-wcwidth* to *0.8.4* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-wcwidth-upgrade-0.8.3-0.8.4.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 4c6427f1031e80ccb15fb8e431af96ae4d4337e0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 18 Sep 2026 05:38:55 +0000
Subject: [PATCH] python3-wcwidth: upgrade 0.8.3 -> 0.8.4
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Source: docs/history.rst

=======
History
=======
0.8.4 *2026-09-17*
  * **Bugfix** `clip()`_ hangs with OSC 8 hyperlinks in some conditions, `PR #252`_.
  * **Bugfix** width of ITU T.416 colon-format SGR color parameters, `PR #243`_.
  * **Bugfix** width of OSC 66 text sizing sequences without a text field, `PR #246`_.
  * **Bugfix** `width()`_, `ljust()`_, `rjust()`_, `center()`_, `clip()`_ and `strip_sequences()`_
    treated ``ESC ( LF`` as text instead of a character set designation (rare), `PR #259`_.
  * **Bugfix** `clip()`_ painter's algorithm and "tab expansion" should be spaces, `PR #259`_.
  * **Changed** `iter_graphemes()`_ clustering rule GB9c for Unicode 18.0, `PR #238`_.
  * **Changed** ``ambiguous_width`` arguments are now clamped to allowed range (1, 2), `PR #246`_.
  * **Changed** `wrap()`_ now raises ``ValueError`` for a width of zero or less, matching stdlib
    ``textwrap``.  Previously ``wrap('女', 0)`` returned ``['女']``, `PR #246`_.
  * **Changed** `clip()`_ arguments ``start=0`` and ``end=-1`` become optional, `PR #250`_.
  * **Updated** tables for Unicode version 18.0, `PR #238`_.
  * **Updated** ``ucs-detect`` data files used in some automatic tests are no longer
    distributed, `PR #253`_.

0.8.3 *2026-08-28*
  * **Bugfix** Do not hang on `wrap()`_ calls of width 1 with text containing OSC8 hyperlinks and
    wide characters, `PR #231`_.
  * **Bugfix** `clip()`_ with ``propagate_sgr=True``, should match behavior of `propagate_sgr()`_,
    `PR #235`_.

0.8.2 *2026-06-29*
  * **Bugfix** Do not raise IndexError when legacy POSIX ``n`` argument to `wcswidth()`_ or
    `wcstwidth()`_ exceeds the given string length. `PR #230`_

0.8.1 *2026-06-08*
  * **Improved** `wcstwidth()`_ with new ``zeroer``, ``narrow_wider``, and ``narrow_zeroer``
    Corrections_. `PR #226`_

0.8.0 *2026-06-05*
  * **New** support for Variation Selector 15 Emojis as narrow, `Issue #211`_.
  * **New** argument, ``term_program`` for `wcstwidth()`_, `width()`_, `clip()`_, `wrap()`_,
    `ljust()`_, `rjust()`_, and `center()`_.  ``False`` disables Corrections_; ``True``
    auto-detects by ``TERM_PROGRAM`` or ``TERM``; string values accept canonical names matching
    `list_term_programs()`_.  `wcstwidth()`_ defaults to ``True``; all other functions
    default to ``False``.
  * **Improved** performance on Python 3.15 using standard library iter_graphemes() `PR #206`_.
  * **Improved** memory usage and import time for Python 3.15 using lazy imports `PR #221`_.
  * **Bugfix** Invisible_Stacker viramas now form conjuncts (Burmese, Khmer, etc.) and
    change some Virama width calculations to match `jacobsandlund/uucode`_ (ghostty) `PR #223`_.
  * **Updated** graphemes width maximum now 2, matching Ghostty, foot, and Windows Terminal `PR
    #224`_.

0.7.0 *2026-05-02*
  * **New** support for `kitty text sizing protocol`_ (OSC 66) in `width()`_ and `clip()`_.
  * **New** `clip()`_ parameter ``control_codes='parse'``, ``'ignore'``, and ``'strict'``. `clip()

[Changelog truncated as it exceeds 3000 characters;
the full changelog can be found in an attachment to the AUH email]
---
 .../{python3-wcwidth_0.8.3.bb => python3-wcwidth_0.8.4.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-wcwidth_0.8.3.bb => python3-wcwidth_0.8.4.bb} (84%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-wcwidth_0.8.3.bb b/meta/recipes-devtools/python/python3-wcwidth_0.8.4.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-wcwidth_0.8.3.bb
rename to meta/recipes-devtools/python/python3-wcwidth_0.8.4.bb
index 3ba5b5b29b..16f8a2884e 100644
--- a/meta/recipes-devtools/python/python3-wcwidth_0.8.3.bb
+++ b/meta/recipes-devtools/python/python3-wcwidth_0.8.4.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://github.com/jquast/wcwidth"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b15979c39a2543892fca8cd86b4b52cb"
 
-SRC_URI[sha256sum] = "d128512515fbf4612e0ff21fd6380399210318b7b54a9af59dff8454cf9730eb"
+SRC_URI[sha256sum] = "2dae09efa25253ae2874188e86d6861af3b1652aef4118cdf3f0bda288a957fb"
 
 inherit pypi python_hatchling ptest-python-pytest