From patchwork Sun Jun 1 13:55:39 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: 64000 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 23D33C7115C for ; Sun, 1 Jun 2025 13:55:45 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.27794.1748786131003985116 for ; Sun, 01 Jun 2025 06:55:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=cfpP+51G; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Cl84NTlt; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101972bc6d2b5-b36eca58-9827-4864-a058-9526c1481595-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=1748786140; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=auT4TbMtFjGt2ZBqgxQ058/Gr+rWmvBC9e3xN0MmxoY=; b=cfpP+51GKYrZY+Ji+nwInHPCnUaFLF7xZrvpoCDBFR7CjbNOEgNMvpozi5NJG2dl Dy9yTGsESpYPN5EymKBKWjEL00VO6MTaIqvzEOBDJyTQivK7w/LvczfIlg0ca9B9ZyW FPLokVY6Ka1pzibVzGGqGWuSjTLujIzkxP9ZPDBk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786140; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=auT4TbMtFjGt2ZBqgxQ058/Gr+rWmvBC9e3xN0MmxoY=; b=Cl84NTltdMBzfd4uS76v4yLMiSq9EtVOPSKhbXjZa+/wHFdHSPx+19vWKNC7qhS6 VV0HHCYyCyqfmttyuaSNNtLcjoUu9Wei3/JO93yl61bIAI9qtPPB5+t5gEO8CaKwnF6 NMwVPyOwEA/8Oe4IAzABFGH4rEvbKL5Fu0R73Nl4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-zipp: upgrading to 3.22.0 FAILED Message-ID: <010101972bc6d2b5-b36eca58-9827-4864-a058-9526c1481595-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:39 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.01-54.240.27.45 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 ; Sun, 01 Jun 2025 13:55:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217618 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-zipp* to *3.22.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-zipp-upgrade-3.21.0-3.22.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 8b743d1761cfed54e01e67964ddaaa863278789f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 10:13:48 +0000 Subject: [PATCH] python3-zipp: upgrade 3.21.0 -> 3.22.0 --- ...-zipp_3.21.0.bb => python3-zipp_3.22.0.bb} | 51 ++++++++++++++++++- 1 file changed, 49 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-zipp_3.21.0.bb => python3-zipp_3.22.0.bb} (10%) diff --git a/meta/recipes-devtools/python/python3-zipp_3.21.0.bb b/meta/recipes-devtools/python/python3-zipp_3.22.0.bb similarity index 10% rename from meta/recipes-devtools/python/python3-zipp_3.21.0.bb rename to meta/recipes-devtools/python/python3-zipp_3.22.0.bb index 135a1ae533..da96a041da 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.21.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.22.0.bb @@ -1,9 +1,56 @@ +# 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,17 +1,18 @@ +# -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: +# +MIT License +# +# -The above copyright notice and this permission notice shall be included in +# -all copies or substantial portions of the Software. +# +Copyright (c) 2025 +# +# -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. +# +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 = "Backport of pathlib-compatible object wrapper for zip files" HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" -SRC_URI[sha256sum] = "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" +SRC_URI[sha256sum] = "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" DEPENDS += "python3-setuptools-scm-native"