From patchwork Fri Sep 18 05:47:16 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98662 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0A54C982DD for ; Fri, 18 Sep 2026 05:47:17 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4919.1789710435868189031 for ; Thu, 17 Sep 2026 22:47:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Fno1lsJX; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=1qEKYTJB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a0b30e06c7-e4055701-627a-4b38-a0f8-4de67a8e80f2-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789710436; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cKDjWraVs4uWLpbGSTKXhOdKjLp2V2LBj4yEofkrvgg=; b=Fno1lsJXEZPHyaUIjmHDJtGqB0T3pR8Dl8roYzClUn3VWnkhmNJGODY6bTg5i0/P xXAVyInPvdl+w6ZRqKmfm3SSaLzwBJMbEikKJQmljgmHBKpn3g0688T9BMc/+eGfu7M v2hTuwWV4vhcmqGQ9GYGWlZXwXd4g9MJiq6+LLBo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789710436; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cKDjWraVs4uWLpbGSTKXhOdKjLp2V2LBj4yEofkrvgg=; b=1qEKYTJBG3taNs0VvaflxDfLUbv6XmU77nvHEGPiUP6z98/IR7mPqMsncrtocDtS FPD92eEXOPXUcDFk8fRIr00M9ISH6bEFES5sKNtWc+gsVdTu6IHDZEHf4Diik7fjwR4 F9cpvZhfT3KxxJN054ELurpzQ61T5LVdapSLxNbY= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-wcwidth: upgrading to 0.8.4 SUCCEEDED Message-ID: <010101a0b30e06c7-e4055701-627a-4b38-a0f8-4de67a8e80f2-000000@us-west-2.amazonses.com> Date: Fri, 18 Sep 2026 05:47:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.18-54.240.27.23 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 18 Sep 2026 05:47:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246186 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 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 --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