From patchwork Tue Apr 1 12:43:14 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: 60418 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 45510C369BF for ; Tue, 1 Apr 2025 12:43:24 +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.web11.18073.1743511395133513718 for ; Tue, 01 Apr 2025 05:43:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=L6LzJ/YW; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=e9s3vyJN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010195f1609855-2bb59cfe-f8c7-43b3-b7fc-9f1274c08d24-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=1743511394; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7tJm7gE/Nt4WI43hc323lFMQRcaqaIGXkBdjWmohS1A=; b=L6LzJ/YWY7cEEnG4PrIMzQ6vJDtlffyni0Nk/kcfLbMJ/VbcyDY8ZdptP7xXsyDV aIblVEUuraU8EDVGhkb7ai+PdW31Z1WUoMn5n3V8grCEFMgV+3NUD+PA5UQgJ0FcH+9 iWqYoYmwDvSJFHSshdIbmBrdD1vTocFLLxgYzVDw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511394; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7tJm7gE/Nt4WI43hc323lFMQRcaqaIGXkBdjWmohS1A=; b=e9s3vyJNTIG3t5aH8AwZ7xWWK8yIIzUnab3iWTNNIbhvwRBgYhP2MFZLyTUu3kuQ reaNni5nw+OJdKBKSDW0vbjEJJpXVF1xyOOxIcSRibjzV6rqMDgKNt87iVu4VGAoMwp 8KhTVTS5XrZc8GnfC2V5++B620aPTj3/EMuvhyeA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Marta Rybczynska Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-beartype: upgrading to 0.20.2 SUCCEEDED Message-ID: <01010195f1609855-2bb59cfe-f8c7-43b3-b7fc-9f1274c08d24-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.45 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 ; Tue, 01 Apr 2025 12:43:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214056 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-beartype* to *0.20.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-beartype-upgrade-0.20.0-0.20.2.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 9d2ecf1ed9cb981d5a3b9917b5a79b30278bacae Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 08:46:51 +0000 Subject: [PATCH] python3-beartype: upgrade 0.20.0 -> 0.20.2 --- .../{python3-beartype_0.20.0.bb => python3-beartype_0.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-beartype_0.20.0.bb => python3-beartype_0.20.2.bb} (78%) diff --git a/meta/recipes-devtools/python/python3-beartype_0.20.0.bb b/meta/recipes-devtools/python/python3-beartype_0.20.2.bb similarity index 78% rename from meta/recipes-devtools/python/python3-beartype_0.20.0.bb rename to meta/recipes-devtools/python/python3-beartype_0.20.2.bb index c047ed2026..9941b28fd8 100644 --- a/meta/recipes-devtools/python/python3-beartype_0.20.0.bb +++ b/meta/recipes-devtools/python/python3-beartype_0.20.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://beartype.readthedocs.io" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5bc05a109d235912da97a053cd7a58" -SRC_URI[sha256sum] = "599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529" +SRC_URI[sha256sum] = "38c60c065ad99364a8c767e8a0e71ba8263d467b91414ed5dcffb7758a2e8079" inherit pypi python_hatchling