From patchwork Tue Apr 1 12:43:16 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: 60409 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 70523C369A7 for ; Tue, 1 Apr 2025 12:43:23 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.18038.1743511387886438903 for ; Tue, 01 Apr 2025 05:43:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=f2oUzUOv; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=PgYbqUj1; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010195f160a06f-c9dbd940-2508-40f6-bd30-7456dbde288c-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=1743511397; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cBTEWRQY+AmEemZo8I6Fmu8saSRgDrF7npjGsIzHk00=; b=f2oUzUOvpNKSuIv9u+Fbv3QST8DRhJpLHJxE5Oe8wnWJuPHhG19X1qNPGQg1VdXW 8jRm9YL+AzSLCof4hOdBZ+3x5a/Lc73d2JEGgaRxZlJ3ofQSI0cqHmey/TWIbKd0xqN 1hFoBoWieS5g52seAPuehWTWhn607Bi9D9F7eSGM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511397; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cBTEWRQY+AmEemZo8I6Fmu8saSRgDrF7npjGsIzHk00=; b=PgYbqUj1UAcitFBjH3ryQ76tw+6CU6dOW1rETwjZOBvMPUboK/Xzycl+yJpDNfMi LcLwnleygdlYskvd2Mccs971DVyovuGz/6di9WawN+YtJ5sR0XOtrmsUDnz5VemfUpg tOw54xadNsf331H7ocTaVml14iZ5gYxZsHJgS7pg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-iniconfig: upgrading to 2.1.0 SUCCEEDED Message-ID: <01010195f160a06f-c9dbd940-2508-40f6-bd30-7456dbde288c-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.30 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/214062 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-iniconfig* to *2.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-iniconfig-upgrade-2.0.0-2.1.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 f106adf94eb6e53976b57d4af6be39af2311b185 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 08:55:11 +0000 Subject: [PATCH] python3-iniconfig: upgrade 2.0.0 -> 2.1.0 --- .../python/python3-iniconfig_2.0.0.bb | 13 ---- .../python/python3-iniconfig_2.1.0.bb | 65 +++++++++++++++++++ 2 files changed, 65 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb create mode 100644 meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb deleted file mode 100644 index 2abeec62f4..0000000000 --- a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "A small and simple INI-file parser module" -HOMEPAGE = "https://pypi.org/project/iniconfig/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" - -SRC_URI[sha256sum] = "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" - -DEPENDS += "python3-hatch-vcs-native" - -inherit pypi python_hatchling - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb new file mode 100644 index 0000000000..dc22340e0c --- /dev/null +++ b/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb @@ -0,0 +1,65 @@ +# 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 +# +++ LICENSE +# @@ -1,19 +1,21 @@ +# +The MIT License (MIT) +# +# - 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) 2010 - 2023 Holger Krekel and others +# +# +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 small and simple INI-file parser module" +HOMEPAGE = "https://pypi.org/project/iniconfig/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4a73af4b5f1f3a8731e5def70e8c1254" + +SRC_URI[sha256sum] = "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" + +DEPENDS += "python3-hatch-vcs-native" + +inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk"