From patchwork Wed Jul 1 06:34:10 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: 91452 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 EF86CC43458 for ; Wed, 1 Jul 2026 06:34:19 +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.msgproc01-g2.38893.1782887651712595462 for ; Tue, 30 Jun 2026 23:34:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=QF6v94yG; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Dfvq8Raq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019f1c629553-0ec557c5-5bf2-423f-b760-818e34c20bea-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=1782887650; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4U9jjpbS1VNBlyWq4o14fWJJ9UluoUIixEEPT8sALzs=; b=QF6v94yGpZc94cLI3CFWe61DI8jG8zpuG0CtXLvQBYr8jvm77KAM7AulNn0X8W3Q +3NpoBFBTt8/niZoAHJsKveqvnqRHlMvq4d3R8jClpPklMkbJFNRM5Bg5K1J5PYAlzy R49TC4GtRtxI1nY4iQ6P55jjrOjVfcPS+qor2BCw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782887650; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4U9jjpbS1VNBlyWq4o14fWJJ9UluoUIixEEPT8sALzs=; b=Dfvq8RaqbSFkLS7oJePvESQjBl9pEnJy6TDz9+Zx+3lWsy0aIvTxpeXP4m5cVazK ozZreXKKlwrkNi7SgsYKBSl46aGRIzEnHDOYe/kuRkmuuSo8bNXCx4suH8wf4u5yIYY VrfpxeG9OM34hqYyPbJTDv0dPHTf+DRmnByDS4QA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-rpds-py: upgrading to 2026.6.3 SUCCEEDED Message-ID: <0101019f1c629553-0ec557c5-5bf2-423f-b760-818e34c20bea-000000@us-west-2.amazonses.com> Date: Wed, 1 Jul 2026 06:34:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.01-54.240.27.45 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 ; Wed, 01 Jul 2026 06:34:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239934 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-rpds-py* to *2026.6.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rpds-py-upgrade-2026.5.1-2026.6.3.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 68efbe78dc829399942fda0fb4c796dc2dd09fd0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jul 2026 06:00:36 +0000 Subject: [PATCH] python3-rpds-py: upgrade 2026.5.1 -> 2026.6.3 --- .../python/python3-rpds-py-crates.inc | 28 +++++++------------ ...026.5.1.bb => python3-rpds-py_2026.6.3.bb} | 2 +- 2 files changed, 11 insertions(+), 19 deletions(-) rename meta/recipes-devtools/python/{python3-rpds-py_2026.5.1.bb => python3-rpds-py_2026.6.3.bb} (84%) diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc index 9556b6f593..16091415ef 100644 --- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc +++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc @@ -3,22 +3,18 @@ # from Cargo.lock SRC_URI += " \ crate://crates.io/archery/1.2.2 \ - crate://crates.io/cc/1.2.48 \ - crate://crates.io/find-msvc-tools/0.1.5 \ crate://crates.io/heck/0.5.0 \ crate://crates.io/libc/0.2.177 \ crate://crates.io/once_cell/1.21.3 \ crate://crates.io/portable-atomic/1.11.1 \ crate://crates.io/proc-macro2/1.0.103 \ - crate://crates.io/pyo3/0.28.3 \ - crate://crates.io/pyo3-build-config/0.28.3 \ - crate://crates.io/pyo3-ffi/0.28.3 \ - crate://crates.io/pyo3-macros/0.28.3 \ - crate://crates.io/pyo3-macros-backend/0.28.3 \ - crate://crates.io/python3-dll-a/0.2.14 \ + crate://crates.io/pyo3/0.29.0 \ + crate://crates.io/pyo3-build-config/0.29.0 \ + crate://crates.io/pyo3-ffi/0.29.0 \ + crate://crates.io/pyo3-macros/0.29.0 \ + crate://crates.io/pyo3-macros-backend/0.29.0 \ crate://crates.io/quote/1.0.42 \ crate://crates.io/rpds/1.2.1 \ - crate://crates.io/shlex/1.3.0 \ crate://crates.io/smallvec/1.15.1 \ crate://crates.io/syn/2.0.111 \ crate://crates.io/target-lexicon/0.13.3 \ @@ -27,22 +23,18 @@ SRC_URI += " \ " SRC_URI[archery-1.2.2.sha256sum] = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d" -SRC_URI[cc-1.2.48.sha256sum] = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" -SRC_URI[find-msvc-tools-0.1.5.sha256sum] = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" SRC_URI[libc-0.2.177.sha256sum] = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" SRC_URI[portable-atomic-1.11.1.sha256sum] = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" SRC_URI[proc-macro2-1.0.103.sha256sum] = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" -SRC_URI[pyo3-0.28.3.sha256sum] = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12" -SRC_URI[pyo3-build-config-0.28.3.sha256sum] = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e" -SRC_URI[pyo3-ffi-0.28.3.sha256sum] = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e" -SRC_URI[pyo3-macros-0.28.3.sha256sum] = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813" -SRC_URI[pyo3-macros-backend-0.28.3.sha256sum] = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb" -SRC_URI[python3-dll-a-0.2.14.sha256sum] = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8" +SRC_URI[pyo3-0.29.0.sha256sum] = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c" +SRC_URI[pyo3-build-config-0.29.0.sha256sum] = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078" +SRC_URI[pyo3-ffi-0.29.0.sha256sum] = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b" +SRC_URI[pyo3-macros-0.29.0.sha256sum] = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771" +SRC_URI[pyo3-macros-backend-0.29.0.sha256sum] = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362" SRC_URI[quote-1.0.42.sha256sum] = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" SRC_URI[rpds-1.2.1.sha256sum] = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc" -SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" SRC_URI[smallvec-1.15.1.sha256sum] = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" SRC_URI[syn-2.0.111.sha256sum] = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" SRC_URI[target-lexicon-0.13.3.sha256sum] = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" diff --git a/meta/recipes-devtools/python/python3-rpds-py_2026.5.1.bb b/meta/recipes-devtools/python/python3-rpds-py_2026.6.3.bb similarity index 84% rename from meta/recipes-devtools/python/python3-rpds-py_2026.5.1.bb rename to meta/recipes-devtools/python/python3-rpds-py_2026.6.3.bb index 7f1511589f..5898649c3b 100644 --- a/meta/recipes-devtools/python/python3-rpds-py_2026.5.1.bb +++ b/meta/recipes-devtools/python/python3-rpds-py_2026.6.3.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/rpds-py/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984" -SRC_URI[sha256sum] = "07b24fea40541e28570e5b795a4a38fbdcd12550c06bd0748005ecc8116ca256" +SRC_URI[sha256sum] = "1cebd1337c242e4ec2293e541f712b2da849b29f48f0c293684b71c0632625d4" require ${BPN}-crates.inc