From patchwork Fri Mar 15 17:00:11 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: 41077 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 A504BC54EE0 for ; Fri, 15 Mar 2024 17:00:14 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.1273.1710522012186640340 for ; Fri, 15 Mar 2024 10:00:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=CcQqdemc; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=2IED/4qY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018e430e8fcb-aa62fbb3-d6f0-4058-b21f-d044b0c07554-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=1710522011; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8lkd+66vxVjzUwXmF1qjLJfCxSGkkuyaydqy5Uu3TNU=; b=CcQqdemc9z7NcYd1iWlqT9UrA+XUdeWie2zOMBTjcEDUbdDV8nNBGSPWjKsYC6CV Zl0/+H0I0QX54YmVbM2KJyKgjuNJJNkCvm4qMzIRT24KTA5yqAPBipDoCmREImD45qT f7Ib3EE2hlnSC7g0IHXL3emHo9HNzeQSaXe1iwNg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522011; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8lkd+66vxVjzUwXmF1qjLJfCxSGkkuyaydqy5Uu3TNU=; b=2IED/4qYJXhhVmWOtAmjvTwYazrUpJLHPQJ/iLdQAyw3SUfI3bRoLBwTVOe1eLhh FXa52xiU3rjvZfHeORfo+RFSrmhd0X/UkT3Wtm5CSbXVy77gr84SvRYFN+yVqya6ZYR VAqeySS1CllZ6ndrdJaKG95W5Pgx9oLHz8Xq0fXQ= 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: <0101018e430e8fcb-aa62fbb3-d6f0-4058-b21f-d044b0c07554-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:11 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.192 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 ; Fri, 15 Mar 2024 17:00:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197178 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 80178a113f4cb70f0cf993158fa0f023b55a521c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 08:58:55 +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"