From patchwork Fri Jun 16 03:51:23 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: 25793 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 58C50C27C65 for ; Fri, 16 Jun 2023 03:51:29 +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.web10.833.1686887483846787422 for ; Thu, 15 Jun 2023 20:51:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=GLphUbPh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010188c2544706-72aed5f1-1c78-4475-a9ea-f88933a273ea-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=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=o6D1BYR+mgdWv83NasyRgSXoc7z7qQ2gEae7DykrKiY=; b=GLphUbPh2lCV+cwOd5qcR6n12MLvPYHfEOH4aG+8k4TOWKQuWdRYUQxjtcEqXUD/ AZ7pSRK4PMvlSlhvRDbaLWy3mV52sjd6pBudUI5qQ7cCFU6mhXK49RzddvrarDEYUT3 5qPQ3SRX8YtFJqRkRtJFmf/uR5rO7/OTxURRBkEE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=o6D1BYR+mgdWv83NasyRgSXoc7z7qQ2gEae7DykrKiY=; b=ezNbacGLU9gGY22SYIUhXz9RkmvDslVI2dBv7IwkPPGTAuQjvyc9OXiXwVP1J4gE gs8o6g35YZ9y4moHIa9jZyGUNMCrdSmTMlkV9NuDAos852uFdzWGsaPXM7QAuoECm1k fig2ONZcU7EbeNi4d+2hhvWIkzxpZ7Y4t2NCoZqM= 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 SUCCEEDED Message-ID: <01010188c2544706-72aed5f1-1c78-4475-a9ea-f88933a273ea-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-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 ; Fri, 16 Jun 2023 03:51:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182938 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 Succeeded. 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 333889089145539ff87d628cedbd0fc4f57df5fe Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 14:13:59 +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