From patchwork Wed Aug 19 05:22:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 95639 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 93E8BC5DF6D for ; Wed, 19 Aug 2026 05:22:40 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.692.1787116959464326202 for ; Tue, 18 Aug 2026 22:22:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=OahDd3rS; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=4rJxwe5K; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101a01878b33d-41ebe42f-1186-449d-9d28-a3e2959f4417-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=1787116958; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=rHSvdy9I35z+7Vpl0RxH/KKchzZTSaVRtRoIQRGG5r0=; b=OahDd3rSDQMVk5EfoAZY1sLNnoHQmRq3oQwqFM3PUYNP3Ba4K7BWKaTN2PFUIgxR OSG6/74FBOevlq/AEB+ObbbeoH5022HRZgtfmeW6WVN6QUjC4xnj5mvkxiApJJWZR4g R/QQ7wj8hkW0vfaOp+d0aI9qAuPtsSwRNP3D6OtQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787116958; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=rHSvdy9I35z+7Vpl0RxH/KKchzZTSaVRtRoIQRGG5r0=; b=4rJxwe5KQrxYWQ0ne0EPwyqgpj0P1AwgC9wUUzJP2hgweGQA/FN/LnxjHlPcjV2E Mi1nqpFMpgpwiRXAH212T8Z2XBCCalj/MoM8PqxgUiE7nsm1o5mwrYpqFPosaCf/WaD T8pcO44giExsqYLHpWNeL7jQxlLzYPMSSs38XxVc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-idna: upgrading to 3.19 SUCCEEDED Message-ID: <010101a01878b33d-41ebe42f-1186-449d-9d28-a3e2959f4417-000000@us-west-2.amazonses.com> Date: Wed, 19 Aug 2026 05:22:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.19-54.240.27.193 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 ; Wed, 19 Aug 2026 05:22:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243701 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-idna* to *3.19* has Succeeded. Next steps: - apply the patch: git am 0001-python3-idna-upgrade-3.18-3.19.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 ba0909596b79a38db6a3ae54bbce8d57d44a895a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 19 Aug 2026 05:07:56 +0000 Subject: [PATCH] python3-idna: upgrade 3.18 -> 3.19 Source: HISTORY.md ## 3.19 (2026-08-XX) - Restore the `std3_rules` option, which had no effect since changes to UTS #46 processing in Unicode 16. Note that `uts46_remap()` defaults to enabling STD3 rules, so direct callers will see input containing non-LDH ASCII characters rejected again. - Performance improvements to UTS #46 mapping, particularly for ASCII-only domains. - Test on free-threaded CPython with the GIL disabled and document thread safety. - Expose the Unicode version of the generated tables as `idna.unicode_version`, and show it in `idna --version`. - Add `code`, `text`, `codepoint` and `position` attributes to `IDNAError` so that the failed rule and the offending character can be identified without parsing the exception message. - The deprecated `transitional` argument to `encode()` and `uts46_remap()` is now completely ignored, and gives a deprecation warning for the latter. - Reject A-labels that are not the canonical Punycode encoding of their U-label. - Fix CONTEXTJ violations raising `IDNAError` instead of `InvalidCodepointContext`. - Consistently raise `IDNAError` for empty labels and non-ASCII bytes passed to label helper functions and the incremental codec. - Add property-based tests, extended fuzzing targets, coverage measurement, and CI checks that the data tables match the generator output. - Various code quality and tooling improvements. Thanks to stefan6419846, LouieLuNZ, and Salvatore Corvaglia for contributions to this release. --- .../python/{python3-idna_3.18.bb => python3-idna_3.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-idna_3.18.bb => python3-idna_3.19.bb} (84%) diff --git a/meta/recipes-devtools/python/python3-idna_3.18.bb b/meta/recipes-devtools/python/python3-idna_3.19.bb similarity index 84% rename from meta/recipes-devtools/python/python3-idna_3.18.bb rename to meta/recipes-devtools/python/python3-idna_3.19.bb index 70405819e7..b5a9716093 100644 --- a/meta/recipes-devtools/python/python3-idna_3.18.bb +++ b/meta/recipes-devtools/python/python3-idna_3.19.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna" LICENSE = "BSD-3-Clause AND Python-2.0 AND Unicode-TOU" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9a6c29079fc90c29d80332f44d2625f2" -SRC_URI[sha256sum] = "ffb385a7e039654cef1ab9ef32c6fafe283c0c0467bba1d9029738ce4a14a848" +SRC_URI[sha256sum] = "5e0811a4383b21dc5838069f801c4fb62113b7447663d2530d2bd6e77b49bf15" inherit pypi python_flit_core ptest-python-pytest