From patchwork Fri May 15 13:20:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 88178 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 3EBC3CD5BAF for ; Fri, 15 May 2026 13:20:36 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.34756.1778851226279965805 for ; Fri, 15 May 2026 06:20:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=LKlyxc0M; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kihAYKkF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019e2bcbc0bb-53ef7176-dacd-4352-80b1-ab120f1bec0f-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=1778851234; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=p6mON5hlmEr/ftp1tmUgj62wkWKawuYk1t4JbNlYpSQ=; b=LKlyxc0MxeprIpad826TrSbV2ARy/jejgLRjwHHw0X/+Z9sPZZ/f0IiDMglWcgcH oq+gSM4GkukYkK5xpWG1oKTgMPGZfuzh0AKr0ECpr9hZDDNCLFWG02uGND8myaeZd9P ILQsBnzeFFyX63Xl1uLGqASthCdF2wWjvTewuwkc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851234; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=p6mON5hlmEr/ftp1tmUgj62wkWKawuYk1t4JbNlYpSQ=; b=kihAYKkFr8zxcR30IQu4aDJYRew7MPUHHEz4ej1F8eCJ4cMgVhk8uQxs43msLYEM TgPoYB6ao24zgLOjAIFz0+hX5djWd7V9wQzuZ8/v6lX2hLOrvPq25BjUlA41NnhSVeL 7F5NVygnJO5DOsI9OuTllrpmOfDsNPWJWOQ+Mo+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.7.0 SUCCEEDED Message-ID: <0101019e2bcbc0bb-53ef7176-dacd-4352-80b1-ab120f1bec0f-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-54.240.27.30 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 May 2026 13:20:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237128 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-urllib3* to *2.7.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-urllib3-upgrade-2.6.3-2.7.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 a05ce0c152e9f5087fedb95f085a740265e32640 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 09:09:13 +0000 Subject: [PATCH] python3-urllib3: upgrade 2.6.3 -> 2.7.0 --- ...ml-remove-setuptools-scm-upper-limit.patch | 30 ------------------- ...lib3_2.6.3.bb => python3-urllib3_2.7.0.bb} | 6 ++-- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch rename meta/recipes-devtools/python/{python3-urllib3_2.6.3.bb => python3-urllib3_2.7.0.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch b/meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch deleted file mode 100644 index 62c7e3d68d..0000000000 --- a/meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 7a4a7fddff72413bac190ad14bca8fca2d1461e3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= -Date: Wed, 1 Apr 2026 19:09:22 +0200 -Subject: [PATCH] Allow using setuptools_scm 10 (#4954) - -Upstream-Status: Backport [https://github.com/urllib3/urllib3/commit/166f66faa5ef23e255f654e8c6b66ad8590fe630] - -It works in Fedora, so I hope it will work upstream as well. - -Signed-off-by: Trevor Gamblin ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 45538a6e..d2607c78 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,7 +1,7 @@ - # This file is protected via CODEOWNERS - - [build-system] --requires = ["hatchling>=1.27.0,<2", "hatch-vcs>=0.4.0,<0.6.0", "setuptools-scm>=8,<10"] -+requires = ["hatchling>=1.27.0,<2", "hatch-vcs>=0.4.0,<0.6.0", "setuptools-scm>=8,<11"] - build-backend = "hatchling.build" - - [project] --- -2.53.0 - diff --git a/meta/recipes-devtools/python/python3-urllib3_2.6.3.bb b/meta/recipes-devtools/python/python3-urllib3_2.7.0.bb similarity index 83% rename from meta/recipes-devtools/python/python3-urllib3_2.6.3.bb rename to meta/recipes-devtools/python/python3-urllib3_2.7.0.bb index b8028efece..dcc6bbe27b 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.6.3.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.7.0.bb @@ -3,11 +3,9 @@ HOMEPAGE = "https://github.com/urllib3/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" -SRC_URI[sha256sum] = "1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed" +SRC_URI[sha256sum] = "231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c" -SRC_URI += "\ - file://0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch \ -" +SRC_URI += "${PYPI_SRC_URI}" inherit pypi python_hatchling