From patchwork Wed Jan 1 09:32:27 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: 54854 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 39191C0218D for ; Wed, 1 Jan 2025 09:32:36 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.11340.1735723947662948976 for ; Wed, 01 Jan 2025 01:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=VSZ5ENlu; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=s4nE+WHH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010194213593f5-06d267fe-6863-48a4-960e-1e0230ec9d6c-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=1735723947; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=lxLaVEJQTeFXXnmx9uffWlMv5qC5cANstcEYAJZUQ/s=; b=VSZ5ENlumZvVKiWQj6FZzXq8C2HiYBb7Bb8R9rS1TofE1c5Kf4LaharUwopU2kFc HAI5Xbj9HHekl/bfysLtA4yH6OAJpOeW+qym+ums0Az1LmlNTGbN2bdQYF+D0CV0CMJ qTJu1yaT9FmNZ5NaLof+Y1lVco8aeeFcCwCFAk6M= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1735723947; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=lxLaVEJQTeFXXnmx9uffWlMv5qC5cANstcEYAJZUQ/s=; b=s4nE+WHHL6g2qv/Ur6J++UZUAiDlyEt48k9WEELsE6BDjD5f6oPyP+3bsIhZQXWH QnoXgcd798qMO8KrMDP7z1N4pDfwuhY6ub0NPgoSrfr4xgvA2IHCEbPF5MsVozsPMnu j1Drhzd0LxRjho+E2C/L+ZhfpZwZRAJb3d7K+w/Q= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-urllib3: upgrading to 2.3.0 SUCCEEDED Message-ID: <01010194213593f5-06d267fe-6863-48a4-960e-1e0230ec9d6c-000000@us-west-2.amazonses.com> Date: Wed, 1 Jan 2025 09:32:27 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.01-54.240.27.192 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 ; Wed, 01 Jan 2025 09:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209217 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-urllib3* to *2.3.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-urllib3-upgrade-2.2.3-2.3.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 37491b0409b5a4871138b5e653bc23f392742125 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jan 2025 07:26:22 +0000 Subject: [PATCH] python3-urllib3: upgrade 2.2.3 -> 2.3.0 --- .../{python3-urllib3_2.2.3.bb => python3-urllib3_2.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_2.2.3.bb => python3-urllib3_2.3.0.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-urllib3_2.2.3.bb b/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb similarity index 87% rename from meta/recipes-devtools/python/python3-urllib3_2.2.3.bb rename to meta/recipes-devtools/python/python3-urllib3_2.3.0.bb index 35b0786fba..fe913e6b73 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.2.3.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/urllib3/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" -SRC_URI[sha256sum] = "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" +SRC_URI[sha256sum] = "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" inherit pypi python_hatchling