To: ['Bruce Ashfield '] To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-idna: upgrading to 3.15 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/python3-idna/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/python3-idna/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/python3-idna/0001-python3-idna-upgrade-3.13-3.15.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-idna* to *3.15* has Succeeded. Next steps: - apply the patch: git am 0001-python3-idna-upgrade-3.13-3.15.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 28d5abe4d66fa67057e625aaa61a59f7ed43cd8f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 07:42:48 +0000 Subject: [PATCH] python3-idna: upgrade 3.13 -> 3.15 --- .../python/{python3-idna_3.13.bb => python3-idna_3.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-idna_3.13.bb => python3-idna_3.15.bb} (82%) diff --git a/meta/recipes-devtools/python/python3-idna_3.13.bb b/meta/recipes-devtools/python/python3-idna_3.15.bb similarity index 82% rename from meta/recipes-devtools/python/python3-idna_3.13.bb rename to meta/recipes-devtools/python/python3-idna_3.15.bb index 339abb89c2..901c110556 100644 --- a/meta/recipes-devtools/python/python3-idna_3.13.bb +++ b/meta/recipes-devtools/python/python3-idna_3.15.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna" LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9a6c29079fc90c29d80332f44d2625f2" -SRC_URI[sha256sum] = "585ea8fe5d69b9181ec1afba340451fba6ba764af97026f92a91d4eef164a242" +SRC_URI[sha256sum] = "ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc" inherit pypi python_flit_core ptest-python-pytest -- 2.47.1