From patchwork Tue Apr 16 06:13:59 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: 42391 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 DEED0C27C4E for ; Tue, 16 Apr 2024 06:14:09 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.13434.1713248038760375095 for ; Mon, 15 Apr 2024 23:13:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HzC+BkFc; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=ecmc9YRe; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018ee58a707c-a7ed3cf7-345c-4116-ae61-4d6895e91204-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=1713248039; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=twXjUnAJU/Cp8EMwBzLILtgJ71GXt/AUrZXYmHGxbhg=; b=HzC+BkFcQnZhROZBqe8XGIgBbx/h/rgOrs9zPJ40HutXoVFIHZMk+d1hL7DdMj6H tjpN3oTVMcuvw6vAbRj9SM6URpAjJJrJte/yS3DdwLvr391PtKguCbtSQljUVAenk40 ETdsodZxDAlX6uRGIbs2nJW+SwOGb115MZ0l4ffY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248039; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=twXjUnAJU/Cp8EMwBzLILtgJ71GXt/AUrZXYmHGxbhg=; b=ecmc9YReq5lv9oY7YwyjRzc1pypcGPsg2B5c4AR+42bRkCa/pq7I7hnJthds4jpJ wVtipF4ENreABGzKSawqSu/LdJ3zQfTz8753DXWqmphndPfmREJSWZtrfwGCoqjJjNe sQDkfNXoK1GwxIvG6WhvLpaAEs4/z7nOBp7fuhoc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pyparsing: upgrading to 3.1.2 SUCCEEDED Message-ID: <0101018ee58a707c-a7ed3cf7-345c-4116-ae61-4d6895e91204-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:59 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.29 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, 16 Apr 2024 06:14:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198298 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pyparsing* to *3.1.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pyparsing-upgrade-3.1.1-3.1.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 c4b5db790749bf636a8e75854f806fcc5778b196 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 19:46:26 +0000 Subject: [PATCH] python3-pyparsing: upgrade 3.1.1 -> 3.1.2 --- .../{python3-pyparsing_3.1.1.bb => python3-pyparsing_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyparsing_3.1.1.bb => python3-pyparsing_3.1.2.bb} (90%) diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb b/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb similarity index 90% rename from meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb rename to meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb index 6f34091c86..64210ade53 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb @@ -10,7 +10,7 @@ BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" -SRC_URI[sha256sum] = "ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db" +SRC_URI[sha256sum] = "a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad" UPSTREAM_CHECK_REGEX = "pyparsing-(?P.*)\.tar"