From patchwork Sat Nov 15 16:38:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 74670 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 AE80ECED242 for ; Sat, 15 Nov 2025 16:38:52 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.11927.1763224711352034440 for ; Sat, 15 Nov 2025 08:38:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=qI/0uzFd; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=kuTLLAKD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019a88622b08-c3abe69a-92a5-4904-80fb-a6ae22c922ad-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1763224726; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xP0X/CZ7TLAkk2tW21PqdcmR6Dv1Q2P8pCMkAS/udsY=; b=qI/0uzFdvo0/UFkVs/8mb+PmmgW14b5jAUA1/tf/wUPYFRHF/WQ2cebsbil8WZA+ bLgQ631qArK1EqVHYyGwcny8vRzx6luOPSU5lT7yny5LY5w64V4bK2KyPbqUrrrUKMo Ge16SrZct85i1tRX3sv7HezuJfuTQbP3ACcw0v/Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224726; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xP0X/CZ7TLAkk2tW21PqdcmR6Dv1Q2P8pCMkAS/udsY=; b=kuTLLAKDg9OoF1DPvw7h5pjpnzFs6tNSF6/rdWSnJfxuJwIz8d4tdmEF/Ffq84u0 EZDuLkE0syb3wIhzFJifLkg24ClRmzfIidn9jKwbzMc4pIBsd/IKA+XDkZrfbsRI22J HBg51ZoWngMNjnup/5+yt1jcCdDARrl9G/d7jx+4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-iniconfig: upgrading to 2.3.0 SUCCEEDED Message-ID: <0101019a88622b08-c3abe69a-92a5-4904-80fb-a6ae22c922ad-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:38:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.45 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 ; Sat, 15 Nov 2025 16:38:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226358 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-iniconfig* to *2.3.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-iniconfig-upgrade-2.1.0-2.3.0.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 13d944da59e14d8cb2583e67c4102f95b8799ea1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 10:19:46 +0000 Subject: [PATCH] python3-iniconfig: upgrade 2.1.0 -> 2.3.0 --- .../{python3-iniconfig_2.1.0.bb => python3-iniconfig_2.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-iniconfig_2.1.0.bb => python3-iniconfig_2.3.0.bb} (77%) diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb similarity index 77% rename from meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb rename to meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb index d9b31aea4a..1937285c3b 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/iniconfig/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4a73af4b5f1f3a8731e5def70e8c1254" -SRC_URI[sha256sum] = "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" +SRC_URI[sha256sum] = "c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730" DEPENDS += "python3-hatch-vcs-native"