From patchwork Sat Jun 1 17:33:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 44566 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 AAA54C27C6F for ; Sat, 1 Jun 2024 17:33:39 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.42210.1717263218081781367 for ; Sat, 01 Jun 2024 10:33:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=iEyIi53j; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=rtzNUZ4Q; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018fd4dd35c1-fcdf80eb-b862-4c8a-9b07-fd94f9ee863d-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=1717263218; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=N4zIyUJUun4rAgrzUCdIERUIfdfKxmB5JFWA3RetiD4=; b=iEyIi53j97R2uuJaOuc1sGNaX9XDG7yOtyLyj5z+aU/ZGFtwjsrDGC7dGlcIonc2 3y9oRyCI7EJ4TfFpxoTeV4Hx46vOFG1pNfQwZVdUny2w/pXwvASPtRQaOkR/woKuGYL OXFIHJIbtMPpAsBCiCjN5Q3Hq2cBX6z8k4Ct+ov0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1717263218; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=N4zIyUJUun4rAgrzUCdIERUIfdfKxmB5JFWA3RetiD4=; b=rtzNUZ4QrsVGrP0/q8btr0Pdtku0ta9l/MQCU2jx62NXjr1hP/Pd7aMIwweWP/Vr mzcDrEdgE+VHEo3jP7quPYQ6zVQ89hYVBiCWScKWL5AHBYVlRqJrhmiwgU+fr+RkVOT kMsGoFshbE21GNhUD2CzVkFvKfND+mUkernGXlCI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-zipp: upgrading to 3.19.1 SUCCEEDED Message-ID: <0101018fd4dd35c1-fcdf80eb-b862-4c8a-9b07-fd94f9ee863d-000000@us-west-2.amazonses.com> Date: Sat, 1 Jun 2024 17:33:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.01-54.240.27.31 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 ; Sat, 01 Jun 2024 17:33:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200160 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-zipp* to *3.19.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-zipp-upgrade-3.18.2-3.19.1.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 3892956b50f2a9c810ca3e7f366e712196128d1e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jun 2024 09:44:45 +0000 Subject: [PATCH] python3-zipp: upgrade 3.18.2 -> 3.19.1 --- .../python/{python3-zipp_3.18.2.bb => python3-zipp_3.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.18.2.bb => python3-zipp_3.19.1.bb} (84%) diff --git a/meta/recipes-devtools/python/python3-zipp_3.18.2.bb b/meta/recipes-devtools/python/python3-zipp_3.19.1.bb similarity index 84% rename from meta/recipes-devtools/python/python3-zipp_3.18.2.bb rename to meta/recipes-devtools/python/python3-zipp_3.19.1.bb index 97aa1fed25..5401b8aa16 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.18.2.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.19.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" -SRC_URI[sha256sum] = "6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059" +SRC_URI[sha256sum] = "35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f" DEPENDS += "python3-setuptools-scm-native"