From patchwork Mon Nov 18 21:17:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 52652 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 A2D7BD60058 for ; Mon, 18 Nov 2024 21:17:10 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.4806.1731964626975460625 for ; Mon, 18 Nov 2024 13:17:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=S4ii/8G8; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=acecbOqW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101934122e5ba-4f79d294-f3d2-4d7b-983e-f3481abbe684-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1731964626; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=OaMVvg9RA5U+7OLU4bzaTm5Felmrj+EG3E7YCq94AbM=; b=S4ii/8G8mIsE5prsrdw6hX0SRxXaooBs/SkhsItrokBtDMVmVR1Fp7B2KqAODhf5 GsKCIyGo47yiF/wwOZTk2P4/roBVf7NLa7W4okt+H0Zdmfih/M3Az1Ue/1TKglcYIbM eTgPvPgo6RHbf6yOAZWjwyZvcWzcTZqHAgy1p18Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964626; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=OaMVvg9RA5U+7OLU4bzaTm5Felmrj+EG3E7YCq94AbM=; b=acecbOqWcWdg8QQCmQYcii9RV7xHd3q0Q6xrEQwmrkRmn1WQaY7fhwPgfouyupTV msqEBpmH4XtfivThNXT2Jj0VhudllLXiQq7Jxeg/h0Itzbr6OCEblMrW0XVfOjeQFM1 pW7iUEqFC9OO64pZAbShPfRVk6Njl0LyiOd4rEJk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-flit-core: upgrading to 3.10.1 SUCCEEDED Message-ID: <010101934122e5ba-4f79d294-f3d2-4d7b-983e-f3481abbe684-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:17:06 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 18 Nov 2024 21:17:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207276 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-flit-core* to *3.10.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-flit-core-upgrade-3.9.0-3.10.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 76e4baa9c98c54603b5a848a6b89bb5a3eb2ff6d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 21:04:49 +0000 Subject: [PATCH] python3-flit-core: upgrade 3.9.0 -> 3.10.1 --- .../{python3-flit-core_3.9.0.bb => python3-flit-core_3.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-flit-core_3.9.0.bb => python3-flit-core_3.10.1.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb b/meta/recipes-devtools/python/python3-flit-core_3.10.1.bb similarity index 92% rename from meta/recipes-devtools/python/python3-flit-core_3.9.0.bb rename to meta/recipes-devtools/python/python3-flit-core_3.10.1.bb index b0bef4b6b6..acd2f866f7 100644 --- a/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb +++ b/meta/recipes-devtools/python/python3-flit-core_3.10.1.bb @@ -8,7 +8,7 @@ BUGTRACKER = "https://github.com/pypa/flit/issues" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=41eb78fa8a872983a882c694a8305f08" -SRC_URI[sha256sum] = "d75edf5eb324da20d53570a6a6f87f51e606eee8384925cd66a90611140844c7" +SRC_URI[sha256sum] = "9c6258ae76d218ce60f9e39a43ca42006a3abcc5c44ea6bb2a1daa13857a8f1a" inherit pypi python_flit_core