From patchwork Sun Jun 1 13:55:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 64046 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 263DFC7EE33 for ; Sun, 1 Jun 2025 13:55:46 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.27762.1748786121366811216 for ; Sun, 01 Jun 2025 06:55:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=h7XegYUH; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=KnexfDYH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101972bc6c677-f0a6d1ac-ade9-4d2c-9c05-318886cbcbfb-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=1748786136; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=S7CTV1oX36XjEEzjdAC9w9lMa+TyLz8jLwFTmEAdH+s=; b=h7XegYUH5ghzq3+K4b5E/0E7rsi7eMXHYeZkACQtKhT++1AT+hEZeR1C17id5U7V OEVOkY3e6LdTrutvgYJLqnNtuPSc36LKRkQITfPCO4cFwTpX5zW9X6pA8ODd22N+1CJ jWEAHVNycQ+w4F7OOC6t8XQEHIS9zIQtr2Maym28= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786136; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=S7CTV1oX36XjEEzjdAC9w9lMa+TyLz8jLwFTmEAdH+s=; b=KnexfDYH0loHujGjHnib5Rp86CM3ZSsDgINyvLY0p7QegERptkG3dmhTe5KjUIua sDb2WkY8jz2mrGtsJZexcC6KtUwkG2KLgMihPCshQCoo87HDhgAoLBhMKfjDXWy7oBB 7ADVYaaX8bvzMSBMTweQVIfjlRbO/cvARGR7/kpc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-rpds-py: upgrading to 0.25.1 SUCCEEDED Message-ID: <010101972bc6c677-f0a6d1ac-ade9-4d2c-9c05-318886cbcbfb-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.01-54.240.27.191 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 ; Sun, 01 Jun 2025 13:55:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217608 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-rpds-py* to *0.25.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rpds-py-upgrade-0.24.0-0.25.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 7b7032f85e089edebafa0e8be03c6dba0336d101 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 09:43:21 +0000 Subject: [PATCH] python3-rpds-py: upgrade 0.24.0 -> 0.25.1 --- .../python/python3-rpds-py-crates.inc | 80 +++++++++---------- ...py_0.24.0.bb => python3-rpds-py_0.25.1.bb} | 2 +- 2 files changed, 41 insertions(+), 41 deletions(-) rename meta/recipes-devtools/python/{python3-rpds-py_0.24.0.bb => python3-rpds-py_0.25.1.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc index df58e20862..0a6fbb1bd6 100644 --- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc +++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc @@ -3,52 +3,52 @@ # from Cargo.lock SRC_URI += " \ crate://crates.io/archery/1.2.1 \ - crate://crates.io/autocfg/1.3.0 \ - crate://crates.io/cc/1.0.90 \ - crate://crates.io/cfg-if/1.0.0 \ + crate://crates.io/autocfg/1.4.0 \ + crate://crates.io/cc/1.2.22 \ crate://crates.io/heck/0.5.0 \ - crate://crates.io/indoc/2.0.5 \ - crate://crates.io/libc/0.2.155 \ + crate://crates.io/indoc/2.0.6 \ + crate://crates.io/libc/0.2.172 \ crate://crates.io/memoffset/0.9.1 \ - crate://crates.io/once_cell/1.19.0 \ - crate://crates.io/portable-atomic/1.6.0 \ - crate://crates.io/proc-macro2/1.0.86 \ - crate://crates.io/pyo3/0.24.0 \ - crate://crates.io/pyo3-build-config/0.24.0 \ - crate://crates.io/pyo3-ffi/0.24.0 \ - crate://crates.io/pyo3-macros/0.24.0 \ - crate://crates.io/pyo3-macros-backend/0.24.0 \ - crate://crates.io/python3-dll-a/0.2.12 \ - crate://crates.io/quote/1.0.36 \ - crate://crates.io/rpds/1.1.0 \ - crate://crates.io/syn/2.0.69 \ + crate://crates.io/once_cell/1.21.3 \ + crate://crates.io/portable-atomic/1.11.0 \ + crate://crates.io/proc-macro2/1.0.95 \ + crate://crates.io/pyo3/0.25.0 \ + crate://crates.io/pyo3-build-config/0.25.0 \ + crate://crates.io/pyo3-ffi/0.25.0 \ + crate://crates.io/pyo3-macros/0.25.0 \ + crate://crates.io/pyo3-macros-backend/0.25.0 \ + crate://crates.io/python3-dll-a/0.2.13 \ + crate://crates.io/quote/1.0.40 \ + crate://crates.io/rpds/1.1.1 \ + crate://crates.io/shlex/1.3.0 \ + crate://crates.io/syn/2.0.101 \ crate://crates.io/target-lexicon/0.13.2 \ - crate://crates.io/triomphe/0.1.13 \ - crate://crates.io/unicode-ident/1.0.12 \ - crate://crates.io/unindent/0.2.3 \ + crate://crates.io/triomphe/0.1.14 \ + crate://crates.io/unicode-ident/1.0.18 \ + crate://crates.io/unindent/0.2.4 \ " SRC_URI[archery-1.2.1.sha256sum] = "eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869" -SRC_URI[autocfg-1.3.0.sha256sum] = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" -SRC_URI[cc-1.0.90.sha256sum] = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" -SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +SRC_URI[autocfg-1.4.0.sha256sum] = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" +SRC_URI[cc-1.2.22.sha256sum] = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1" SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" -SRC_URI[libc-0.2.155.sha256sum] = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +SRC_URI[indoc-2.0.6.sha256sum] = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" +SRC_URI[libc-0.2.172.sha256sum] = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" -SRC_URI[once_cell-1.19.0.sha256sum] = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" -SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" -SRC_URI[proc-macro2-1.0.86.sha256sum] = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" -SRC_URI[pyo3-0.24.0.sha256sum] = "7f1c6c3591120564d64db2261bec5f910ae454f01def849b9c22835a84695e86" -SRC_URI[pyo3-build-config-0.24.0.sha256sum] = "e9b6c2b34cf71427ea37c7001aefbaeb85886a074795e35f161f5aecc7620a7a" -SRC_URI[pyo3-ffi-0.24.0.sha256sum] = "5507651906a46432cdda02cd02dd0319f6064f1374c9147c45b978621d2c3a9c" -SRC_URI[pyo3-macros-0.24.0.sha256sum] = "b0d394b5b4fd8d97d48336bb0dd2aebabad39f1d294edd6bcd2cccf2eefe6f42" -SRC_URI[pyo3-macros-backend-0.24.0.sha256sum] = "fd72da09cfa943b1080f621f024d2ef7e2773df7badd51aa30a2be1f8caa7c8e" -SRC_URI[python3-dll-a-0.2.12.sha256sum] = "9b66f9171950e674e64bad3456e11bb3cca108e5c34844383cfe277f45c8a7a8" -SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" -SRC_URI[rpds-1.1.0.sha256sum] = "a0e15515d3ce3313324d842629ea4905c25a13f81953eadb88f85516f59290a4" -SRC_URI[syn-2.0.69.sha256sum] = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6" +SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +SRC_URI[portable-atomic-1.11.0.sha256sum] = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" +SRC_URI[proc-macro2-1.0.95.sha256sum] = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +SRC_URI[pyo3-0.25.0.sha256sum] = "f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4" +SRC_URI[pyo3-build-config-0.25.0.sha256sum] = "755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d" +SRC_URI[pyo3-ffi-0.25.0.sha256sum] = "fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e" +SRC_URI[pyo3-macros-0.25.0.sha256sum] = "a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214" +SRC_URI[pyo3-macros-backend-0.25.0.sha256sum] = "9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e" +SRC_URI[python3-dll-a-0.2.13.sha256sum] = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed" +SRC_URI[quote-1.0.40.sha256sum] = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +SRC_URI[rpds-1.1.1.sha256sum] = "a7f89f654d51fffdd6026289d07d1fd523244d46ae0a8bc22caa6dd7f9e8cb0b" +SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +SRC_URI[syn-2.0.101.sha256sum] = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" SRC_URI[target-lexicon-0.13.2.sha256sum] = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" -SRC_URI[triomphe-0.1.13.sha256sum] = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369" -SRC_URI[unicode-ident-1.0.12.sha256sum] = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" -SRC_URI[unindent-0.2.3.sha256sum] = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" +SRC_URI[triomphe-0.1.14.sha256sum] = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" +SRC_URI[unicode-ident-1.0.18.sha256sum] = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +SRC_URI[unindent-0.2.4.sha256sum] = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb b/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb similarity index 85% rename from meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb rename to meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb index 730688876a..efc1d4c01c 100644 --- a/meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb +++ b/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/rpds-py/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984" -SRC_URI[sha256sum] = "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" +SRC_URI[sha256sum] = "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" require ${BPN}-crates.inc