From patchwork Wed Apr 15 14:04:36 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: 86073 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 576B9F4212B for ; Wed, 15 Apr 2026 14:04:39 +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.19811.1776261873316093719 for ; Wed, 15 Apr 2026 07:04:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=yNxAUkjh; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=qPXN9bdw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019d91754c84-6598e751-bd7e-44fc-b97b-6401f5475dd0-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1776261876; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=DcYhjkIgFVUbzu5qJh68JHfIRPlYe0tMw/qMk8iNbBU=; b=yNxAUkjhbN83daSuPBrJ+q099YMA9LZMf+a3Aap78ThRyLuWnLo0YVfQn3+m0gZN kKyz+sCa4NoR0K1O3xFvFPathn3snBGtYmtrn1tVvVyybSYvvT2Wa4oi1Et/xGVqm45 W9okzTZnqTlkLh0x0TpP111ZSd09LZr5njdw/sig= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261876; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=DcYhjkIgFVUbzu5qJh68JHfIRPlYe0tMw/qMk8iNbBU=; b=qPXN9bdwMomakq16l3om/J6Ko3GxAVQr66joRqBrPmPAlzsC5EAnbW7SAOHwUTl0 0tkwhkJZEfBZZ8O1p/QgzOElr/th6ETQk3azni0pCU5GQuDMC7MBr735zMPcB5XKvPc //6xc6nC8P1kjm2Zz1PKJQ0WIiK16tR+mocCad5o= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-editables: upgrading to 0.6 SUCCEEDED Message-ID: <0101019d91754c84-6598e751-bd7e-44fc-b97b-6401f5475dd0-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-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 ; Wed, 15 Apr 2026 14:04:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235229 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-editables* to *0.6* has Succeeded. Next steps: - apply the patch: git am 0001-python3-editables-upgrade-0.5-0.6.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 f52dcc074cbcb169fa927ca532e26bea028eafbc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 07:33:56 +0000 Subject: [PATCH] python3-editables: upgrade 0.5 -> 0.6 --- .../python/python3-editables_0.5.bb | 13 ---- .../python/python3-editables_0.6.bb | 63 +++++++++++++++++++ 2 files changed, 63 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-editables_0.5.bb create mode 100644 meta/recipes-devtools/python/python3-editables_0.6.bb diff --git a/meta/recipes-devtools/python/python3-editables_0.5.bb b/meta/recipes-devtools/python/python3-editables_0.5.bb deleted file mode 100644 index 11566f096b..0000000000 --- a/meta/recipes-devtools/python/python3-editables_0.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "A Python library for creating editable wheels" -HOMEPAGE = "https://github.com/pfmoore/editables" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41bc1be47b7bb8240db3ef928c7cb0bf" - -SRC_URI[sha256sum] = "309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2" - -inherit pypi python_flit_core - -RDEPENDS:${PN} += "python3-io" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-editables_0.6.bb b/meta/recipes-devtools/python/python3-editables_0.6.bb new file mode 100644 index 0000000000..78b2d86bfc --- /dev/null +++ b/meta/recipes-devtools/python/python3-editables_0.6.bb @@ -0,0 +1,63 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.txt +# +++ LICENSE.txt +# @@ -1,18 +1,18 @@ +# -Copyright (c) 2020 Paul Moore +# - +# -Permission is hereby granted, free of charge, to any person obtaining a copy of +# -this software and associated documentation files (the "Software"), to deal in +# -the Software without restriction, including without limitation the rights to +# -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# -the Software, and to permit persons to whom the Software is furnished to do so, +# -subject to the following conditions: +# - +# -The above copyright notice and this permission notice shall be included in all +# -copies or substantial portions of the Software. +# - +# -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +Copyright (c) 2020 Paul Moore +# + +# +Permission is hereby granted, free of charge, to any person obtaining a copy of +# +this software and associated documentation files (the "Software"), to deal in +# +the Software without restriction, including without limitation the rights to +# +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# +the Software, and to permit persons to whom the Software is furnished to do so, +# +subject to the following conditions: +# + +# +The above copyright notice and this permission notice shall be included in all +# +copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# + +SUMMARY = "A Python library for creating editable wheels" +HOMEPAGE = "https://github.com/pfmoore/editables" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d731fc2dd253a6e78010aabef22fa987" + +SRC_URI[sha256sum] = "1163834902381c4613787951c5914800fdf155ae08848a373b8ea5006780977c" + +inherit pypi python_flit_core + +RDEPENDS:${PN} += "python3-io" + +BBCLASSEXTEND = "native nativesdk"