From patchwork Sat Mar 1 11:25:27 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: 58134 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 60A09C35FF3 for ; Sat, 1 Mar 2025 11:25:28 +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.web11.7058.1740828328036645143 for ; Sat, 01 Mar 2025 03:25:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Me1Zpks6; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=jkafUcOB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019551743de5-65372110-f144-453e-90f5-1d7d7066ece5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1740828327; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3ah/9EV+eW9rjLDHyMvNUWsAkKtU/RNb3FEGY8rOz9w=; b=Me1Zpks6L14N48Qj553JjldsQTU25G1JU6BksG/1BkXZ/tC+tPh1AgzDNdxGe+bM ngASWQEwK8q+th0QQVhTEmuBPdcmsMkxadObTubhQwl9ZXBi54ZP+ajsR1XCkMSY33T KNyD6Yv4DBj/IVSXNLmZisgGXh5OOlYVWqZhx+p4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1740828327; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3ah/9EV+eW9rjLDHyMvNUWsAkKtU/RNb3FEGY8rOz9w=; b=jkafUcOBFGduYKdIm3U3s06IZ/aqKWslyz9qMKyjC5OChpu5jiNUOmpx2QoiqfBj C0NgoHGUvkTyvzL11jY0WYW8G8okhnXioNEYTBcFmIy1M+80segNmcZrxIkXum/275O 7rI0x7QJPVicLDpFVyI5mqj2dtnkgRTuh/6GRMqQ= 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.23.1 FAILED Message-ID: <0101019551743de5-65372110-f144-453e-90f5-1d7d7066ece5-000000@us-west-2.amazonses.com> Date: Sat, 1 Mar 2025 11:25:27 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.01-54.240.27.45 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 ; Sat, 01 Mar 2025 11:25:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212131 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.23.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-rpds-py-upgrade-0.22.3-0.23.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 26040b46b8cdaed86395131488f5890cbc522740 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 08:07:06 +0000 Subject: [PATCH] python3-rpds-py: upgrade 0.22.3 -> 0.23.1 --- .../python/python3-rpds-py-crates.inc | 24 +++++++++---------- ...py_0.22.3.bb => python3-rpds-py_0.23.1.bb} | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) rename meta/recipes-devtools/python/{python3-rpds-py_0.22.3.bb => python3-rpds-py_0.23.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 7022cbdcc8..e8a322f1c6 100644 --- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc +++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc @@ -13,12 +13,12 @@ SRC_URI += " \ 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.23.3 \ - crate://crates.io/pyo3-build-config/0.23.3 \ - crate://crates.io/pyo3-ffi/0.23.3 \ - crate://crates.io/pyo3-macros/0.23.3 \ - crate://crates.io/pyo3-macros-backend/0.23.3 \ - crate://crates.io/python3-dll-a/0.2.11 \ + crate://crates.io/pyo3/0.23.4 \ + crate://crates.io/pyo3-build-config/0.23.4 \ + crate://crates.io/pyo3-ffi/0.23.4 \ + crate://crates.io/pyo3-macros/0.23.4 \ + crate://crates.io/pyo3-macros-backend/0.23.4 \ + 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 \ @@ -39,12 +39,12 @@ SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce444 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.23.3.sha256sum] = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" -SRC_URI[pyo3-build-config-0.23.3.sha256sum] = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" -SRC_URI[pyo3-ffi-0.23.3.sha256sum] = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" -SRC_URI[pyo3-macros-0.23.3.sha256sum] = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257" -SRC_URI[pyo3-macros-backend-0.23.3.sha256sum] = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d" -SRC_URI[python3-dll-a-0.2.11.sha256sum] = "9b9e268ee1be609e93a13eb06839f68f67e5fe0fb4049834d261c2d5091c1b6d" +SRC_URI[pyo3-0.23.4.sha256sum] = "57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc" +SRC_URI[pyo3-build-config-0.23.4.sha256sum] = "1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7" +SRC_URI[pyo3-ffi-0.23.4.sha256sum] = "dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d" +SRC_URI[pyo3-macros-0.23.4.sha256sum] = "91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7" +SRC_URI[pyo3-macros-backend-0.23.4.sha256sum] = "43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4" +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" diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb b/meta/recipes-devtools/python/python3-rpds-py_0.23.1.bb similarity index 85% rename from meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb rename to meta/recipes-devtools/python/python3-rpds-py_0.23.1.bb index 8eeb954c89..951df147cb 100644 --- a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb +++ b/meta/recipes-devtools/python/python3-rpds-py_0.23.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] = "e32fee8ab45d3c2db6da19a5323bc3362237c8b653c70194414b892fd06a080d" +SRC_URI[sha256sum] = "7f3240dcfa14d198dba24b8b9cb3b108c06b68d45b7babd9eefc1038fdf7e707" require ${BPN}-crates.inc