From patchwork Tue Apr 1 12:43:19 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: 60402 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 26161C3601E for ; Tue, 1 Apr 2025 12:43:23 +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.18073.1743511395133513718 for ; Tue, 01 Apr 2025 05:43:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=g+18fM9f; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=IFlLTaQM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010195f160ac50-a7c265eb-e8b2-451c-b9ea-b20287a68b28-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=1743511399; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=mgPZtpdYWkqLI3dvp20hLPqr1ruBCB9y9CBYbCcCS1o=; b=g+18fM9fn59Cz002Fg8wkUobljKmkEAufLlwI/obdT1GpUsjiMaWMaje2duGMorw e7vNuCaLHZcyLJ4uC/OQOMY9bZvElHMS0otuuwq8P77XQ0N2NT6w/TXE9VkanyfFokK 0+hV8wJn9o/PmF1Ao//lLmHtKvtBE5iFQ8F45X7o= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511399; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=mgPZtpdYWkqLI3dvp20hLPqr1ruBCB9y9CBYbCcCS1o=; b=IFlLTaQMGodsCS4yNLtFVx6pIS7SOyFctZCK8aBurYhHj6SfbbGqgNohdaF10orq Y3hVZPtKBOFErUGCdQplGunoxXZhJSH6kxPUQFLuBDqCinX79b6HCZQXhQsjdRuACIp KjHBj+hM356hkbkISRc/VyqnjAQqa3UDoJcOtdVM= 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.24.0 SUCCEEDED Message-ID: <01010195f160ac50-a7c265eb-e8b2-451c-b9ea-b20287a68b28-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.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 ; Tue, 01 Apr 2025 12:43:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214072 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.24.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-rpds-py-upgrade-0.22.3-0.24.0.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 52ebbc2145dc6a63c8cde7bce0020bedc9182db5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 09:19:50 +0000 Subject: [PATCH] python3-rpds-py: upgrade 0.22.3 -> 0.24.0 --- .../python/python3-rpds-py-crates.inc | 28 +++++++++---------- ...py_0.22.3.bb => python3-rpds-py_0.24.0.bb} | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) rename meta/recipes-devtools/python/{python3-rpds-py_0.22.3.bb => python3-rpds-py_0.24.0.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..df58e20862 100644 --- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc +++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc @@ -13,16 +13,16 @@ 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.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/target-lexicon/0.12.14 \ + 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 \ @@ -39,16 +39,16 @@ 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.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[target-lexicon-0.12.14.sha256sum] = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +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" diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb b/meta/recipes-devtools/python/python3-rpds-py_0.24.0.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.24.0.bb index 8eeb954c89..730688876a 100644 --- a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb +++ b/meta/recipes-devtools/python/python3-rpds-py_0.24.0.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] = "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" require ${BPN}-crates.inc