diff mbox series

[AUH] python3-wcwidth: upgrading to 0.9.1 SUCCEEDED

Message ID 010101a0d1e88cb3-17cf115a-f896-451a-a781-ddbd4649d6d2-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-wcwidth: upgrading to 0.9.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 24, 2026, 5:34 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.9.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-wcwidth-upgrade-0.8.3-0.9.1.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 eaafbff4160537fa5afbf68a66cbd7c891e4265e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 24 Sep 2026 05:24:27 +0000
Subject: [PATCH] python3-wcwidth: upgrade 0.8.3 -> 0.9.1

=======
History
=======

0.9.1 *2026-09-23*
0.9.0 *2026-09-23*
0.8.5 *2026-09-23*
0.8.4 *2026-09-17*
0.8.3 *2026-08-28*
0.8.2 *2026-06-29*
0.8.1 *2026-06-08*
0.8.0 *2026-06-05*
0.7.0 *2026-05-02*
0.6.0 *2026-02-06*
0.5.3 *2026-01-30*
0.5.2 *2026-01-29*
0.5.1 *2026-01-27*
0.5.0 *2026-01-26*
0.4.0 *2026-01-25*
0.3.5 *2026-01-24*
0.3.4 *2026-01-24*
0.3.3 *2026-01-24*
0.3.2 *2026-01-23*
0.3.1 *2026-01-22*
0.3.0 *2026-01-21*
0.2.14 *2025-09-22*
0.2.13 *2024-01-06*
0.2.12 *2023-11-21*
0.2.11 *2023-11-20*
0.2.10 *2023-11-13*
0.2.9 *2023-10-30*
0.2.8 *2023-09-30*
0.2.7 *2023-09-28*
0.2.6 *2023-01-14*
0.2.1 .. 0.2.5 *2020-06-23*
0.2.0 *2020-06-01*
0.1.9 *2020-03-22*
0.1.8 *2020-01-01*
0.1.7 *2016-07-01*
0.1.6 *2016-01-08 Production/Stable*
0.1.5 *2015-09-13 Alpha*
0.1.4 *2014-11-20 Pre-Alpha*
0.1.3 *2014-10-29 Pre-Alpha*
0.1.2 *2014-10-28 Pre-Alpha*
0.1.1 *2014-05-14 Pre-Alpha*

This code was originally derived directly from C code of the same name,
whose latest version is available at
https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c::
---
 .../{python3-wcwidth_0.8.3.bb => python3-wcwidth_0.9.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-wcwidth_0.8.3.bb => python3-wcwidth_0.9.1.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.9.1.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.9.1.bb
index 3ba5b5b29b..2647fe59b2 100644
--- a/meta/recipes-devtools/python/python3-wcwidth_0.8.3.bb
+++ b/meta/recipes-devtools/python/python3-wcwidth_0.9.1.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] = "5823209b0d43af322ce698c689380d7c15ca31fa8e6e3be8459f27031bef0af5"
 
 inherit pypi python_hatchling ptest-python-pytest