From patchwork Mon Apr 1 18:03:21 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: 41865 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 81400CD12D7 for ; Mon, 1 Apr 2024 18:03:30 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.44651.1711994602269343901 for ; Mon, 01 Apr 2024 11:03:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=d9VN+l9m; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=cFbO51Bp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018e9ad48009-e9e42235-43f4-4d0e-a732-6016001ec79a-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=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4mQG/HN4i8DV3u7WKOM9tMhFMYvDIA5h1OJir38Ez5A=; b=d9VN+l9mRrY3liLPug9bbzWTG0ZvCVzpbSec9SplbhANUSIC/vdLi4Oqev1FVDTD u4vJ47/+zPXrLp4iQaUse2mmjEYX7FL/spgvvr9gzMXirenIhZYll57d43kEqDI472O ygpYJxaD+1G9VG3weLMT4MU61EUMh8l3Qd1Z1/ug= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4mQG/HN4i8DV3u7WKOM9tMhFMYvDIA5h1OJir38Ez5A=; b=cFbO51BpGMc9VwAYIi0zcwUy0gYjrAYqnUeqvTvl473+oRiFWdytQJPEVQOsqKmE 9QknYc5RBaywk0+a8MngJavrogaEQtEp0EF6KIhUiDnIBOMiLZTvYBvwM131AFtKTPQ ZKd1K46zd1TBY1dYmh7u0UncqP5DOPvYxQkmN5Xs= 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: <0101018e9ad48009-e9e42235-43f4-4d0e-a732-6016001ec79a-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:21 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.30 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, 01 Apr 2024 18:03:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197749 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 31c45e1f73baf0fa12e9920ac12f60be8343875b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 09:10:41 +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"