From patchwork Sat Jul 1 16:02:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 26826 Return-Path: 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 B1E81C3DA43 for ; Sat, 1 Jul 2023 16:02:07 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.10504.1688227323435356274 for ; Sat, 01 Jul 2023 09:02:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=CPKTBy4A; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018912309b1d-23f40560-01df-48a9-9aa5-8d97e7215cc6-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1688227322; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=QuaAzPfRCqHKg3FS7xCzEbKULCCcTNZ+X9DHyiDrKsU=; b=CPKTBy4AuCufpRalizHmAj1DW13B5e6ra/jGex6xNartAyaQYLpkwDppGSaN1tW8 C3IR5pbhf5ZRrVbOFoNDAXeRf+y3C6V78prlAARiJeqoRWjBSKIQyEg7qCjY7vrd02a 66U1eiuI/ZzknNtlWS1MFjbWbWfBIM1yufW4NHBU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1688227322; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=QuaAzPfRCqHKg3FS7xCzEbKULCCcTNZ+X9DHyiDrKsU=; b=WKEwwUomV6JtS8ALtwv+f/rFPo99Af6m/crQGVtP8VseAo6WEEFUEdze/L1Rx6Zh /akiE2BCraLPnJKX1JFaz37IOgCvZ49KpiJ/MiTxIyevGrRmjjW8t5MWT1tMidIsOcS 9/O44fcjEWGnZvO8tAvRzUCEf7A/QgujZMMOKlk8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-urllib3: upgrading to 2.0.3 FAILED Message-ID: <0101018912309b1d-23f40560-01df-48a9-9aa5-8d97e7215cc6-000000@us-west-2.amazonses.com> Date: Sat, 1 Jul 2023 16:02:02 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.01-54.240.27.191 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 Jul 2023 16:02:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183736 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-urllib3* to *2.0.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-urllib3-upgrade-2.0.2-2.0.3.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 0cfa82cfd36ae956a613c4c1471523cc36de7177 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jul 2023 09:28:03 +0000 Subject: [PATCH] python3-urllib3: upgrade 2.0.2 -> 2.0.3 --- ...lib3_2.0.2.bb => python3-urllib3_2.0.3.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-urllib3_2.0.2.bb => python3-urllib3_2.0.3.bb} (37%) diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb similarity index 37% rename from meta/recipes-devtools/python/python3-urllib3_2.0.2.bb rename to meta/recipes-devtools/python/python3-urllib3_2.0.3.bb index bc1cdb009f..5db86562d5 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb @@ -1,9 +1,30 @@ +# 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,6 +1,6 @@ +# MIT License +# +# -Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt) +# +Copyright (c) 2008-2020 Andrey Petrov and contributors. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# +# + SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" -SRC_URI[sha256sum] = "61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc" +SRC_URI[sha256sum] = "bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825" inherit pypi python_hatchling