From patchwork Fri May 1 14:25:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 87331 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 507A7CD37A7 for ; Fri, 1 May 2026 14:25:41 +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.msgproc01-g2.15620.1777645536402545244 for ; Fri, 01 May 2026 07:25:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=36pQoKZ5; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=eBDQoKzh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019de3ee52d6-7b2cc556-18c4-4443-a446-a3de7bd5ac29-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1777645540; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=yPR26idf9AteVm6eq2NWJsQFpjLIjj2g5RFZUL5nvV8=; b=36pQoKZ5iWkAl94rxaqDZ7v3X476glP7PRSe9YLMlXpOMardtWv9otHPd1J+nOU3 ItrlqwiewPAgDcio/okeJTeW/nDm9ULpug99+dZMXiTRmbHhPH0t2D1qbPiStRwmO5q ttUHoTeE56j2tVagAMh7jfwCFTxm3z5JSe0RjkAg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645540; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=yPR26idf9AteVm6eq2NWJsQFpjLIjj2g5RFZUL5nvV8=; b=eBDQoKzh+vw7sqiZy+pkBmlnV2I7vMfvVW/qjNe6xuE93CP815iN7N6nVRWl+1A/ 5OTA8ti67f7s3Z70JGTtyIHNC2xYyLjG/JhdE9GF9maUmJB/Dcjb01AH158OFWS22+K anhSVFvpFRlIk/7gHXwQg/gn/u/kwDYK9LRPuhS8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-jsonpointer: upgrading to 3.1.1 SUCCEEDED Message-ID: <0101019de3ee52d6-7b2cc556-18c4-4443-a446-a3de7bd5ac29-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:40 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 May 2026 14:25:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236236 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-jsonpointer* to *3.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-jsonpointer-upgrade-3.0.0-3.1.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 08129909ddcf0a6bb05ec3d0cf226e4391507dcf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 08:24:25 +0000 Subject: [PATCH] python3-jsonpointer: upgrade 3.0.0 -> 3.1.1 --- ...ython3-jsonpointer_3.0.0.bb => python3-jsonpointer_3.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-jsonpointer_3.0.0.bb => python3-jsonpointer_3.1.1.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-jsonpointer_3.0.0.bb b/meta/recipes-devtools/python/python3-jsonpointer_3.1.1.bb similarity index 85% rename from meta/recipes-devtools/python/python3-jsonpointer_3.0.0.bb rename to meta/recipes-devtools/python/python3-jsonpointer_3.1.1.bb index 0a23dc3100..ddc8e256a4 100644 --- a/meta/recipes-devtools/python/python3-jsonpointer_3.0.0.bb +++ b/meta/recipes-devtools/python/python3-jsonpointer_3.1.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3" inherit pypi ptest setuptools3 -SRC_URI[sha256sum] = "2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef" +SRC_URI[sha256sum] = "0b801c7db33a904024f6004d526dcc53bbb8a4a0f4e32bfd10beadf60adf1900" SRC_URI += " \ file://run-ptest \