From patchwork Tue Sep 1 05:53:11 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: 96925 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 380E8C624CE for ; Tue, 1 Sep 2026 05:53:22 +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.1316.1788241992202949520 for ; Mon, 31 Aug 2026 22:53:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AyUEbRmd; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=TjjDaNQx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101a05b87564c-7ce01904-6ed1-431c-8ada-de98e71d3385-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=1788241991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=yo56oOd6CErfi44NbmfgDVyYcdx2NGZirkb7T+x1vAw=; b=AyUEbRmdOsZVuoLNBf1rH337i8v4RoHJmvcHt+Kb298D30bzzaW/9/E+eeLQC7uK obiP/wDaGyXw0ls4jZ26ARTmwfzqrk9UaYfsUUIyyskwJz8Kx7J4OQBWYPzCynG2GkT bOfCYTYhG8oKTKWguTcx9MrpAqsL7H4oEnfoa2nQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788241991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=yo56oOd6CErfi44NbmfgDVyYcdx2NGZirkb7T+x1vAw=; b=TjjDaNQxw127kvEmQGqOwj9Z28x4dDMM0in53UPzpcNLY/NBUT0Qmjwe1wwWP77P 4D8yzJyIwIMzX22Ou+JvqudjIedB3NdYj8IvFOJVa5GL8LEewwAnF4WdBmKdRkdU97f 9oZFYuWuUjmUJCifKtG0ogLdwEJS8ol7eh8EEwWc= 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.8 SUCCEEDED Message-ID: <010101a05b87564c-7ce01904-6ed1-431c-8ada-de98e71d3385-000000@us-west-2.amazonses.com> Date: Tue, 1 Sep 2026 05:53:11 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.01-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, 01 Sep 2026 05:53:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244792 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.8* has Succeeded. Next steps: - apply the patch: git am 0001-python3-uv-build-upgrade-0.12.6-0.12.8.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 8dadae89cc29b8a3e69964e595f051fbceb5d4e3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Sep 2026 05:39:17 +0000 Subject: [PATCH] python3-uv-build: upgrade 0.12.6 -> 0.12.8 --- .../python/python3-uv-build-crates.inc | 28 +++++++++++-------- ...d_0.12.6.bb => python3-uv-build_0.12.8.bb} | 2 +- 2 files changed, 17 insertions(+), 13 deletions(-) rename meta/recipes-devtools/python/{python3-uv-build_0.12.6.bb => python3-uv-build_0.12.8.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 8d76d041f3..13c4af5dbc 100644 --- a/meta/recipes-devtools/python/python3-uv-build-crates.inc +++ b/meta/recipes-devtools/python/python3-uv-build-crates.inc @@ -12,10 +12,10 @@ SRC_URI += " \ crate://crates.io/anstyle-query/1.1.5 \ crate://crates.io/anstyle-wincon/3.0.11 \ crate://crates.io/anyhow/1.0.104 \ - crate://crates.io/archive-trait/0.0.13 \ + crate://crates.io/archive-trait/0.0.14 \ crate://crates.io/arcstr/1.2.0 \ crate://crates.io/arrayvec/0.7.8 \ - crate://crates.io/astral-tokio-tar/0.6.4 \ + crate://crates.io/astral-tokio-tar/0.7.0 \ crate://crates.io/astral-version-ranges/0.2.2 \ crate://crates.io/astral_async_zip/0.0.20 \ crate://crates.io/async-compression/0.4.19 \ @@ -32,8 +32,8 @@ SRC_URI += " \ crate://crates.io/bytecheck/0.8.2 \ crate://crates.io/bytecheck_derive/0.8.2 \ crate://crates.io/bytes/1.12.1 \ - crate://crates.io/cap-primitives/4.0.2 \ - crate://crates.io/cap-std/4.0.2 \ + crate://crates.io/cap-primitives/4.0.3 \ + crate://crates.io/cap-std/4.0.3 \ crate://crates.io/cc/1.2.57 \ crate://crates.io/cfg-if/1.0.4 \ crate://crates.io/charset/0.1.5 \ @@ -214,8 +214,8 @@ SRC_URI += " \ crate://crates.io/syn/2.0.118 \ crate://crates.io/syn/3.0.3 \ crate://crates.io/synstructure/0.13.2 \ - crate://crates.io/tar-codec/0.0.13 \ - crate://crates.io/tar-framing/0.0.13 \ + crate://crates.io/tar-codec/0.0.14 \ + crate://crates.io/tar-framing/0.0.14 \ crate://crates.io/temp-env/0.3.6 \ crate://crates.io/tempfile/3.27.0 \ crate://crates.io/terminal_size/0.4.4 \ @@ -302,6 +302,8 @@ SRC_URI += " \ crate://crates.io/xattr/1.6.1 \ crate://crates.io/yoke/0.8.1 \ crate://crates.io/yoke-derive/0.8.1 \ + crate://crates.io/zerocopy/0.8.56 \ + crate://crates.io/zerocopy-derive/0.8.56 \ crate://crates.io/zerofrom/0.1.6 \ crate://crates.io/zerofrom-derive/0.1.6 \ crate://crates.io/zerotrie/0.2.3 \ @@ -324,10 +326,10 @@ SRC_URI[anstyle-parse-1.0.0.sha256sum] = "52ce7f38b242319f7cabaa6813055467063ecd SRC_URI[anstyle-query-1.1.5.sha256sum] = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" SRC_URI[anstyle-wincon-3.0.11.sha256sum] = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" SRC_URI[anyhow-1.0.104.sha256sum] = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" -SRC_URI[archive-trait-0.0.13.sha256sum] = "dc23b595ad4092163eaf9c0c7532dd5b6d82274c21560c97dc03fa4e4f09e645" +SRC_URI[archive-trait-0.0.14.sha256sum] = "c6080ea14ccf9019d7ce572c319e581c20a805c9bdc6dbfb9b988da003cbd1a3" SRC_URI[arcstr-1.2.0.sha256sum] = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d" SRC_URI[arrayvec-0.7.8.sha256sum] = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" -SRC_URI[astral-tokio-tar-0.6.4.sha256sum] = "b18457efd137254e016bbde5e1d88df61c4e1a5ae2223746e56123bac6af2463" +SRC_URI[astral-tokio-tar-0.7.0.sha256sum] = "6f2e989b33246fe9240d39accf4dd9a01e0b6c1f3ce9dd095e0a47fa02505523" SRC_URI[astral-version-ranges-0.2.2.sha256sum] = "81129e143a7bcea263d5a2c50b8be47ac58365dde618bc1ac50f69f497c9cb63" SRC_URI[astral_async_zip-0.0.20.sha256sum] = "bd939d79959c3f49a648a1d7857d63cc62548725a6b060b8dbf0ea5c92470b63" SRC_URI[async-compression-0.4.19.sha256sum] = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c" @@ -344,8 +346,8 @@ SRC_URI[bumpalo-3.20.2.sha256sum] = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702 SRC_URI[bytecheck-0.8.2.sha256sum] = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b" SRC_URI[bytecheck_derive-0.8.2.sha256sum] = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9" SRC_URI[bytes-1.12.1.sha256sum] = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" -SRC_URI[cap-primitives-4.0.2.sha256sum] = "cdadbd7c002d3a484b35243669abdae85a0ebaded5a61117169dc3400f9a7ff0" -SRC_URI[cap-std-4.0.2.sha256sum] = "7281235d6e96d3544ca18bba9049be92f4190f8d923e3caef1b5f66cfa752608" +SRC_URI[cap-primitives-4.0.3.sha256sum] = "8b5f74729fd2f44701d1a8eb47e906cdb3ccd9ec0f02baad85a744b791940b18" +SRC_URI[cap-std-4.0.3.sha256sum] = "c1ec78e242cfa2cfe276807ac2ecc00315a6c97786977414bcd1c3963b6c91b8" SRC_URI[cc-1.2.57.sha256sum] = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" SRC_URI[cfg-if-1.0.4.sha256sum] = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" SRC_URI[charset-0.1.5.sha256sum] = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e" @@ -526,8 +528,8 @@ SRC_URI[strsim-0.11.1.sha256sum] = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70 SRC_URI[syn-2.0.118.sha256sum] = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" SRC_URI[syn-3.0.3.sha256sum] = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" SRC_URI[synstructure-0.13.2.sha256sum] = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" -SRC_URI[tar-codec-0.0.13.sha256sum] = "f718b1f470b8ff575d12c85c33bdc8b33743009669c7a5e1923b6583235a2258" -SRC_URI[tar-framing-0.0.13.sha256sum] = "5aca504a58616b04eb381819c4ddfdf87b6d35f6699090e68d8b40954fb42da7" +SRC_URI[tar-codec-0.0.14.sha256sum] = "7ea42eb144d30fcbf32c26dfea8959175bb8335bfb7b18d20c6ed32edecf0551" +SRC_URI[tar-framing-0.0.14.sha256sum] = "783223a7a6590be4227cb821e7ce80372575511f67c824921aba0752d8ad5573" SRC_URI[temp-env-0.3.6.sha256sum] = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050" SRC_URI[tempfile-3.27.0.sha256sum] = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" SRC_URI[terminal_size-0.4.4.sha256sum] = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" @@ -614,6 +616,8 @@ SRC_URI[writeable-0.6.2.sha256sum] = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef SRC_URI[xattr-1.6.1.sha256sum] = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" SRC_URI[yoke-0.8.1.sha256sum] = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" SRC_URI[yoke-derive-0.8.1.sha256sum] = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" +SRC_URI[zerocopy-0.8.56.sha256sum] = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" +SRC_URI[zerocopy-derive-0.8.56.sha256sum] = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" SRC_URI[zerofrom-0.1.6.sha256sum] = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" SRC_URI[zerofrom-derive-0.1.6.sha256sum] = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" SRC_URI[zerotrie-0.2.3.sha256sum] = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" diff --git a/meta/recipes-devtools/python/python3-uv-build_0.12.6.bb b/meta/recipes-devtools/python/python3-uv-build_0.12.8.bb similarity index 92% rename from meta/recipes-devtools/python/python3-uv-build_0.12.6.bb rename to meta/recipes-devtools/python/python3-uv-build_0.12.8.bb index de84e8d5ad..c711bc265d 100644 --- a/meta/recipes-devtools/python/python3-uv-build_0.12.6.bb +++ b/meta/recipes-devtools/python/python3-uv-build_0.12.8.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] = "4756f1771d342ff8ff50b529ae23c58d58f14f097c243ca50d3778d0a23d24f0" +SRC_URI[sha256sum] = "6604ea05bc47d69f187896e579eb5c80fff349aa1b886c67cd2da68801ccfff0" require ${BPN}-crates.inc