From patchwork Tue Sep 15 05:49:27 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: 98263 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 A2D45C982C3 for ; Tue, 15 Sep 2026 05:49:36 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16958.1789451367941415291 for ; Mon, 14 Sep 2026 22:49:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hDbR8e8D; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Yf4CBOgj; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101a0a39cf2bd-4dec3fc5-9e74-4cf6-a7d4-f47ce99804cf-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=1789451367; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3MEIqAoHBQolY/JsmdUKwKMVyig2+wqe4fpl6nbS9eQ=; b=hDbR8e8DRN1aKL85zGz6l4wc+mEV7PibZjpRD0ho/amMRJauHSbXIRly2hG0zD2K Fv8Lutjr65uNMPuxOu5aj3gGfik/mDy0zDYJG7wxMI5RaFvMTPXEJzMS7T8IEmVbAVP 0NS8RLSQZTH3G9RGf4Ob+nb/fGV2YwJTJLK8V3Lg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789451367; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3MEIqAoHBQolY/JsmdUKwKMVyig2+wqe4fpl6nbS9eQ=; b=Yf4CBOgjOvofnvGUKfxITf/Ljuu1bg+T/M6JmFNsACAM3+wvsWR1u3Ghis1OvKWw z82G0Fd6DL8/PkcspzbJkT/UgTd90yiSKpkK9cRohCIGI9fRAP87eci4SEbjkmPCzCZ 0JBUn3Gkp7mDaIyi//PavAq7ZWkQ30CC3ms7irAM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-uv-build: upgrading to 0.12.14 SUCCEEDED Message-ID: <010101a0a39cf2bd-4dec3fc5-9e74-4cf6-a7d4-f47ce99804cf-000000@us-west-2.amazonses.com> Date: Tue, 15 Sep 2026 05:49:27 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.15-54.240.27.33 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 ; Tue, 15 Sep 2026 05:49:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245816 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-uv-build* to *0.12.14* has Succeeded. Next steps: - apply the patch: git am 0001-python3-uv-build-upgrade-0.12.13-0.12.14.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 cb3cf15d0807ef7ca060e275e5200a3314ebd246 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Sep 2026 05:23:07 +0000 Subject: [PATCH] python3-uv-build: upgrade 0.12.13 -> 0.12.14 --- .../python/python3-uv-build-crates.inc | 52 ++++++++----------- ...0.12.13.bb => python3-uv-build_0.12.14.bb} | 2 +- 2 files changed, 23 insertions(+), 31 deletions(-) rename meta/recipes-devtools/python/{python3-uv-build_0.12.13.bb => python3-uv-build_0.12.14.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-uv-build-crates.inc b/meta/recipes-devtools/python/python3-uv-build-crates.inc index 02e8f9a8ab..1488da59e3 100644 --- a/meta/recipes-devtools/python/python3-uv-build-crates.inc +++ b/meta/recipes-devtools/python/python3-uv-build-crates.inc @@ -78,18 +78,17 @@ SRC_URI += " \ crate://crates.io/form_urlencoded/1.2.2 \ crate://crates.io/fs-err/3.3.1 \ crate://crates.io/fs-set-times/0.20.3 \ - crate://crates.io/futures/0.3.33 \ - crate://crates.io/futures-channel/0.3.33 \ - crate://crates.io/futures-core/0.3.33 \ - crate://crates.io/futures-executor/0.3.33 \ - crate://crates.io/futures-io/0.3.33 \ + crate://crates.io/futures/0.3.34 \ + crate://crates.io/futures-channel/0.3.34 \ + crate://crates.io/futures-core/0.3.34 \ + crate://crates.io/futures-executor/0.3.34 \ + crate://crates.io/futures-io/0.3.34 \ crate://crates.io/futures-lite/2.6.1 \ - crate://crates.io/futures-macro/0.3.33 \ - crate://crates.io/futures-sink/0.3.33 \ - crate://crates.io/futures-task/0.3.33 \ - crate://crates.io/futures-util/0.3.33 \ + crate://crates.io/futures-macro/0.3.34 \ + crate://crates.io/futures-sink/0.3.34 \ + crate://crates.io/futures-task/0.3.34 \ + crate://crates.io/futures-util/0.3.34 \ crate://crates.io/generic-array/0.14.7 \ - crate://crates.io/getrandom/0.3.4 \ crate://crates.io/getrandom/0.4.3 \ crate://crates.io/globset/0.4.20 \ crate://crates.io/gloo-timers/0.3.0 \ @@ -167,7 +166,6 @@ SRC_URI += " \ crate://crates.io/ptr_meta_derive/0.3.1 \ crate://crates.io/quote/1.0.47 \ crate://crates.io/quoted_printable/0.5.1 \ - crate://crates.io/r-efi/5.3.0 \ crate://crates.io/r-efi/6.0.0 \ crate://crates.io/rancor/0.1.1 \ crate://crates.io/redox_syscall/0.5.15 \ @@ -222,8 +220,8 @@ SRC_URI += " \ crate://crates.io/tempfile/3.27.0 \ crate://crates.io/terminal_size/0.4.4 \ crate://crates.io/textwrap/0.16.2 \ - crate://crates.io/thiserror/2.0.19 \ - crate://crates.io/thiserror-impl/2.0.19 \ + crate://crates.io/thiserror/2.0.20 \ + crate://crates.io/thiserror-impl/2.0.20 \ crate://crates.io/thread_local/1.1.9 \ crate://crates.io/tinystr/0.8.2 \ crate://crates.io/tinyvec/1.11.0 \ @@ -260,7 +258,6 @@ SRC_URI += " \ crate://crates.io/vte/0.14.1 \ crate://crates.io/walkdir/2.5.0 \ crate://crates.io/wasi/0.11.1+wasi-snapshot-preview1 \ - crate://crates.io/wasip2/1.0.4+wasi-0.2.12 \ crate://crates.io/wasm-bindgen/0.2.114 \ crate://crates.io/wasm-bindgen-macro/0.2.114 \ crate://crates.io/wasm-bindgen-macro-support/0.2.114 \ @@ -301,7 +298,6 @@ SRC_URI += " \ crate://crates.io/windows_x86_64_msvc/0.53.1 \ crate://crates.io/winnow/1.0.3 \ crate://crates.io/winx/0.36.4 \ - crate://crates.io/wit-bindgen/0.57.1 \ crate://crates.io/writeable/0.6.2 \ crate://crates.io/xattr/1.6.1 \ crate://crates.io/yoke/0.8.1 \ @@ -396,18 +392,17 @@ SRC_URI[foldhash-0.2.0.sha256sum] = "77ce24cb58228fbb8aa041425bb1050850ac1917768 SRC_URI[form_urlencoded-1.2.2.sha256sum] = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" SRC_URI[fs-err-3.3.1.sha256sum] = "b91aa448ca50d7e79433bdf3ee8d99215430d2ec02ade5aefab2a073a1822e8a" SRC_URI[fs-set-times-0.20.3.sha256sum] = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a" -SRC_URI[futures-0.3.33.sha256sum] = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" -SRC_URI[futures-channel-0.3.33.sha256sum] = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" -SRC_URI[futures-core-0.3.33.sha256sum] = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" -SRC_URI[futures-executor-0.3.33.sha256sum] = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" -SRC_URI[futures-io-0.3.33.sha256sum] = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" +SRC_URI[futures-0.3.34.sha256sum] = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3" +SRC_URI[futures-channel-0.3.34.sha256sum] = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" +SRC_URI[futures-core-0.3.34.sha256sum] = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" +SRC_URI[futures-executor-0.3.34.sha256sum] = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" +SRC_URI[futures-io-0.3.34.sha256sum] = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" SRC_URI[futures-lite-2.6.1.sha256sum] = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" -SRC_URI[futures-macro-0.3.33.sha256sum] = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" -SRC_URI[futures-sink-0.3.33.sha256sum] = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" -SRC_URI[futures-task-0.3.33.sha256sum] = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" -SRC_URI[futures-util-0.3.33.sha256sum] = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" +SRC_URI[futures-macro-0.3.34.sha256sum] = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" +SRC_URI[futures-sink-0.3.34.sha256sum] = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" +SRC_URI[futures-task-0.3.34.sha256sum] = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" +SRC_URI[futures-util-0.3.34.sha256sum] = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" SRC_URI[generic-array-0.14.7.sha256sum] = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -SRC_URI[getrandom-0.3.4.sha256sum] = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" SRC_URI[getrandom-0.4.3.sha256sum] = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" SRC_URI[globset-0.4.20.sha256sum] = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988" SRC_URI[gloo-timers-0.3.0.sha256sum] = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" @@ -485,7 +480,6 @@ SRC_URI[ptr_meta-0.3.1.sha256sum] = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a43 SRC_URI[ptr_meta_derive-0.3.1.sha256sum] = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" SRC_URI[quote-1.0.47.sha256sum] = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" SRC_URI[quoted_printable-0.5.1.sha256sum] = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73" -SRC_URI[r-efi-5.3.0.sha256sum] = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" SRC_URI[r-efi-6.0.0.sha256sum] = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" SRC_URI[rancor-0.1.1.sha256sum] = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee" SRC_URI[redox_syscall-0.5.15.sha256sum] = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec" @@ -540,8 +534,8 @@ SRC_URI[temp-env-0.3.6.sha256sum] = "96374855068f47402c3121c6eed88d29cb1de8f3ab2 SRC_URI[tempfile-3.27.0.sha256sum] = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" SRC_URI[terminal_size-0.4.4.sha256sum] = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" SRC_URI[textwrap-0.16.2.sha256sum] = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" -SRC_URI[thiserror-2.0.19.sha256sum] = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" -SRC_URI[thiserror-impl-2.0.19.sha256sum] = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +SRC_URI[thiserror-2.0.20.sha256sum] = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" +SRC_URI[thiserror-impl-2.0.20.sha256sum] = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" SRC_URI[thread_local-1.1.9.sha256sum] = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" SRC_URI[tinystr-0.8.2.sha256sum] = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" SRC_URI[tinyvec-1.11.0.sha256sum] = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" @@ -578,7 +572,6 @@ SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5 SRC_URI[vte-0.14.1.sha256sum] = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" SRC_URI[walkdir-2.5.0.sha256sum] = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" SRC_URI[wasi-0.11.1+wasi-snapshot-preview1.sha256sum] = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" -SRC_URI[wasip2-1.0.4+wasi-0.2.12.sha256sum] = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" SRC_URI[wasm-bindgen-0.2.114.sha256sum] = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" SRC_URI[wasm-bindgen-macro-0.2.114.sha256sum] = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" SRC_URI[wasm-bindgen-macro-support-0.2.114.sha256sum] = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" @@ -619,7 +612,6 @@ SRC_URI[windows_x86_64_msvc-0.52.6.sha256sum] = "589f6da84c646204747d1270a2a5661 SRC_URI[windows_x86_64_msvc-0.53.1.sha256sum] = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" SRC_URI[winnow-1.0.3.sha256sum] = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" SRC_URI[winx-0.36.4.sha256sum] = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d" -SRC_URI[wit-bindgen-0.57.1.sha256sum] = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" SRC_URI[writeable-0.6.2.sha256sum] = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" SRC_URI[xattr-1.6.1.sha256sum] = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" SRC_URI[yoke-0.8.1.sha256sum] = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" diff --git a/meta/recipes-devtools/python/python3-uv-build_0.12.13.bb b/meta/recipes-devtools/python/python3-uv-build_0.12.14.bb similarity index 92% rename from meta/recipes-devtools/python/python3-uv-build_0.12.13.bb rename to meta/recipes-devtools/python/python3-uv-build_0.12.14.bb index 51e85d5a85..550b008cd1 100644 --- a/meta/recipes-devtools/python/python3-uv-build_0.12.13.bb +++ b/meta/recipes-devtools/python/python3-uv-build_0.12.14.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=86d3f3a95c324c9479bd8986968f4327 \ file://crates/uv-pep508/License-Apache;md5=e23fadd6ceef8c618fc1c65191d846fa \ file://crates/uv-pep508/License-BSD;md5=ef7a6027dc4c2389b9afad7e690274c7" -SRC_URI[sha256sum] = "46936ab24c8674be28df2784a9ca2878478a84a98e6ce3df5cb976102e99b8f1" +SRC_URI[sha256sum] = "a6af6e31e24956f5014312ca469e63a0c933d5b19244ea02386cb4f975475409" require ${BPN}-crates.inc