From patchwork Sat Jun 20 05:56:45 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: 90554 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 9B6E5CDB46B for ; Sat, 20 Jun 2026 05:56:46 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1564.1781935005877283960 for ; Fri, 19 Jun 2026 22:56:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=qFVA3FZi; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FCvZn00p; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019ee39a5e22-46de0eb8-e9a4-454f-9ab8-8d9872060887-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=1781935005; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4x5VvrnvhIxO1DMrpLXSwTF3eXUTm2K1m3E/spe18vE=; b=qFVA3FZiP0F0peaLNvcunNitLZvSHe0bwUf+mo9j0C6b0XJMWkIHJTltx08lNL7u QItU0c05ljvzM4i48nYM5bqE2Q7MCJs1pYmp8gIqJseG5DxcwLVAoVp5y5TtSCXlWnh sbm5sBtEdrUmHlr5LVm0yjbqXyRCPXM39iEwFzSw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781935005; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4x5VvrnvhIxO1DMrpLXSwTF3eXUTm2K1m3E/spe18vE=; b=FCvZn00pg4ih3zPfuvrVBWpi2mvAI2M31R021JKrGkSA1gfY4uEh7WV4eS7MU7ZJ EZu80vyUhSCl4dvANznY1Y/RRpOYIoiqBmPxde6aDgx3jpXtKw2kFWeqjhxwQtWEDxL GEDMhqKeqsadexTrzhwMR4ViYiIpDZq5mH53RrME= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-maturin: upgrading to 1.14.1 SUCCEEDED Message-ID: <0101019ee39a5e22-46de0eb8-e9a4-454f-9ab8-8d9872060887-000000@us-west-2.amazonses.com> Date: Sat, 20 Jun 2026 05:56:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.20-54.240.27.29 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 ; Sat, 20 Jun 2026 05:56:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239198 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-maturin* to *1.14.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-maturin-upgrade-1.14.0-1.14.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 663e0f379339d43479abbe2ced16929a8c60491f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 20 Jun 2026 05:40:19 +0000 Subject: [PATCH] python3-maturin: upgrade 1.14.0 -> 1.14.1 --- .../python/python3-maturin-crates.inc | 16 ++++++++-------- ...turin_1.14.0.bb => python3-maturin_1.14.1.bb} | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) rename meta/recipes-devtools/python/{python3-maturin_1.14.0.bb => python3-maturin_1.14.1.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-maturin-crates.inc b/meta/recipes-devtools/python/python3-maturin-crates.inc index 3500c19460..d8faf5e18d 100644 --- a/meta/recipes-devtools/python/python3-maturin-crates.inc +++ b/meta/recipes-devtools/python/python3-maturin-crates.inc @@ -34,11 +34,11 @@ SRC_URI += " \ crate://crates.io/cargo-config2/0.1.44 \ crate://crates.io/cargo-cyclonedx/0.5.9 \ crate://crates.io/cargo-lock/10.1.0 \ - crate://crates.io/cargo-options/0.7.6 \ + crate://crates.io/cargo-options/0.8.1 \ crate://crates.io/cargo-platform/0.1.9 \ crate://crates.io/cargo-platform/0.3.2 \ - crate://crates.io/cargo-xwin/0.22.0 \ - crate://crates.io/cargo-zigbuild/0.22.2 \ + crate://crates.io/cargo-xwin/0.23.0 \ + crate://crates.io/cargo-zigbuild/0.23.0 \ crate://crates.io/cargo_metadata/0.18.1 \ crate://crates.io/cargo_metadata/0.23.1 \ crate://crates.io/cbindgen/0.29.2 \ @@ -238,7 +238,7 @@ SRC_URI += " \ crate://crates.io/proc-macro2/1.0.106 \ crate://crates.io/psm/0.1.30 \ crate://crates.io/purl/0.1.6 \ - crate://crates.io/pyo3-introspection/0.28.3 \ + crate://crates.io/pyo3-introspection/0.29.0 \ crate://crates.io/pyproject-toml/0.13.7 \ crate://crates.io/python-pkginfo/0.6.8 \ crate://crates.io/quote/1.0.45 \ @@ -509,11 +509,11 @@ SRC_URI[camino-1.2.2.sha256sum] = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a977 SRC_URI[cargo-config2-0.1.44.sha256sum] = "25ada53f7339c78084fb37d7e17f34e76537541c4fbb02fa3a2baa14b8faad37" SRC_URI[cargo-cyclonedx-0.5.9.sha256sum] = "5d162f67705f0f5038759d73bf546a083bf30e8677c2e944b416bca48d9d69a8" SRC_URI[cargo-lock-10.1.0.sha256sum] = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454" -SRC_URI[cargo-options-0.7.6.sha256sum] = "f89e1d6d6f65fe04d5e21be9de19d31a074e3b7e43aa39ee5b85f4cee16c3188" +SRC_URI[cargo-options-0.8.1.sha256sum] = "b916a16b2a4b0ce91d46e42c51b7fc42e754220a4cc8bbfd1947efaafea99af7" SRC_URI[cargo-platform-0.1.9.sha256sum] = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" SRC_URI[cargo-platform-0.3.2.sha256sum] = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" -SRC_URI[cargo-xwin-0.22.0.sha256sum] = "c010a0e90e1dc09a90428c8768808bb4ad8cd7523e4df38719418e14579a9e37" -SRC_URI[cargo-zigbuild-0.22.2.sha256sum] = "cd6351afb3f950c62e8d36f27d9089d65b91bf09eb1428eda58808557e8d15a9" +SRC_URI[cargo-xwin-0.23.0.sha256sum] = "22a978d433c17ee532d4cb0a8ec9b7aeb121e658267ac1c637504583b12b2861" +SRC_URI[cargo-zigbuild-0.23.0.sha256sum] = "68c7df45b9d9934aaed5987fbf422b31419f81827b13a52251a61e1e772c6ff7" SRC_URI[cargo_metadata-0.18.1.sha256sum] = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" SRC_URI[cargo_metadata-0.23.1.sha256sum] = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" SRC_URI[cbindgen-0.29.2.sha256sum] = "befbfd072a8e81c02f8c507aefce431fe5e7d051f83d48a23ffc9b9fe5a11799" @@ -713,7 +713,7 @@ SRC_URI[proc-macro-crate-3.5.0.sha256sum] = "e67ba7e9b2b56446f1d419b1d807906278f SRC_URI[proc-macro2-1.0.106.sha256sum] = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" SRC_URI[psm-0.1.30.sha256sum] = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" SRC_URI[purl-0.1.6.sha256sum] = "60ebe4262ae91ddd28c8721111a0a6e9e58860e211fc92116c4bb85c98fd96ad" -SRC_URI[pyo3-introspection-0.28.3.sha256sum] = "96040524552ac54e645ce08146b24023d720ceb0e788fff758c0beb9fe841736" +SRC_URI[pyo3-introspection-0.29.0.sha256sum] = "7775fcc875acdce3872dcb91a4b7bd155ffba6e0ea8be88b8caab7d0b34539a6" SRC_URI[pyproject-toml-0.13.7.sha256sum] = "f6d755483ad14b49e76713b52285235461a5b4f73f17612353e11a5de36a5fd2" SRC_URI[python-pkginfo-0.6.8.sha256sum] = "229fe47647d6602b9b0934b21fab8aece1c5a5aeb0a934196a14355fec656623" SRC_URI[quote-1.0.45.sha256sum] = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" diff --git a/meta/recipes-devtools/python/python3-maturin_1.14.0.bb b/meta/recipes-devtools/python/python3-maturin_1.14.1.bb similarity index 92% rename from meta/recipes-devtools/python/python3-maturin_1.14.0.bb rename to meta/recipes-devtools/python/python3-maturin_1.14.1.bb index 6a8a071508..b690a57772 100644 --- a/meta/recipes-devtools/python/python3-maturin_1.14.0.bb +++ b/meta/recipes-devtools/python/python3-maturin_1.14.1.bb @@ -5,7 +5,7 @@ LICENSE = "MIT | Apache-2.0" LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \ file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797" -SRC_URI[sha256sum] = "f7f82a6aca4a6c402bf00b99200be199d4874d04b9b9e74e825726a3478bba7f" +SRC_URI[sha256sum] = "9d6577a62cd08e0ceba7a0db06fb098e0c9b1b3429bad747a4f3a18215a1b3df" S = "${UNPACKDIR}/maturin-${PV}"