From patchwork Wed Jan 1 09:32:26 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: 54845 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 3F023C0218F for ; Wed, 1 Jan 2025 09:32:36 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.11497.1735723947549676127 for ; Wed, 01 Jan 2025 01:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=EMAtWnXn; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=AnHVjyGQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019421359251-392fd619-e54c-4672-add4-e7f038d25b4e-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=1735723947; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=sIWFh6tT/w5dgfPpo8G5a8UDq4VSTg71HhbzoQuLiyo=; b=EMAtWnXn3JrVCKApIymLaYIrUigGlcyAZhz+bxcjkJqXxcFXd/F7O8egvM0sxTHL 7tTEfkzDAZP+lOo2kyQPW+zTCnY2Y4HQsVl4GU90vGup3uFY5eSQTp4nSpt0YS4sIAu Ck/YplEl1lmFpu/q9RxEYLatgHg+dhVS417yTbJw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1735723947; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=sIWFh6tT/w5dgfPpo8G5a8UDq4VSTg71HhbzoQuLiyo=; b=AnHVjyGQ4sUTMQ9GP15qh3XmL5xQW3KAv8FmRjK8IVNH7a2ibCQOAqL8Sru1X2wa 84XiEXlmfN91NdWfTv9+ulchAz8jVi0NVFrlUy8EMeTFySB0DU8wI6Y2R3uHfDhV9Tu V72K0jYJTZPCDsa3Ow7NA9hs5OAlTM1mNQ2k3yTA= 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.22.3 SUCCEEDED Message-ID: <0101019421359251-392fd619-e54c-4672-add4-e7f038d25b4e-000000@us-west-2.amazonses.com> Date: Wed, 1 Jan 2025 09:32:26 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.01-54.240.27.30 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 ; Wed, 01 Jan 2025 09:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209216 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.22.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rpds-py-upgrade-0.21.0-0.22.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 13ea1fb8d7fc76b04825fc85323ec94fc00bc831 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jan 2025 07:21:24 +0000 Subject: [PATCH] python3-rpds-py: upgrade 0.21.0 -> 0.22.3 --- .../python/python3-rpds-py-crates.inc | 24 +++++++++---------- ...py_0.21.0.bb => python3-rpds-py_0.22.3.bb} | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) rename meta/recipes-devtools/python/{python3-rpds-py_0.21.0.bb => python3-rpds-py_0.22.3.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc index fc954d69b8..7022cbdcc8 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.22.6 \ - crate://crates.io/pyo3-build-config/0.22.6 \ - crate://crates.io/pyo3-ffi/0.22.6 \ - crate://crates.io/pyo3-macros/0.22.6 \ - crate://crates.io/pyo3-macros-backend/0.22.6 \ - crate://crates.io/python3-dll-a/0.2.10 \ + 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/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.22.6.sha256sum] = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" -SRC_URI[pyo3-build-config-0.22.6.sha256sum] = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" -SRC_URI[pyo3-ffi-0.22.6.sha256sum] = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" -SRC_URI[pyo3-macros-0.22.6.sha256sum] = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453" -SRC_URI[pyo3-macros-backend-0.22.6.sha256sum] = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe" -SRC_URI[python3-dll-a-0.2.10.sha256sum] = "bd0b78171a90d808b319acfad166c4790d9e9759bbc14ac8273fe133673dd41b" +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[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.21.0.bb b/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb similarity index 89% rename from meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb rename to meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb index 81a8cb79a4..0b5ee7799b 100644 --- a/meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb +++ b/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984" SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "ed6378c9d66d0de903763e7706383d60c33829581f0adff47b6535f1802fa6db" +SRC_URI[sha256sum] = "e32fee8ab45d3c2db6da19a5323bc3362237c8b653c70194414b892fd06a080d" require ${BPN}-crates.inc