From patchwork Wed Jan 15 10:26:10 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: 55603 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 07709C02196 for ; Wed, 15 Jan 2025 10:26:20 +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.17803.1736936771563090341 for ; Wed, 15 Jan 2025 02:26:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=APDolhHs; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=ULzsSdtX; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010194697fcd84-c69ff7cf-b45f-4b8d-9a35-d4bed6a957b4-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=1736936771; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CZjRlKNN6bJS7dV/8c8HpdconR1V/sFq3M5/VsxSI0k=; b=APDolhHsdeNdDEL/EY7q5QO+EmAgM8qPzzRQxd8C+7xiqm617+CAGuNFe4d4v0bp JfQAf2y/OJW2SH7SyZRwNR/ZieyeMprKJoWZ7VUv/ImPQs9ESE8jIbpxpQcyI5mXRxu Qf/q+O3+ZN4UCD6RGQYJo5GJYdF+NfqDYKSfxd3Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1736936771; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CZjRlKNN6bJS7dV/8c8HpdconR1V/sFq3M5/VsxSI0k=; b=ULzsSdtXww6VyNsHOrecR/ltuMgTq2UgFWFBT0nQyQM0rt6Bqf9BFNl798B55ZOA aUIGgzPYpe7Lm8eNB3nj7pPrGDy9clKJEnQ6BnPB6li2do8MUPhIF2syhURR+4f0KIz nLuXX5iUJMqaVjwxiGpZbANm6gaORejGVDI1dfLA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 75.8.0 SUCCEEDED Message-ID: <01010194697fcd84-c69ff7cf-b45f-4b8d-9a35-d4bed6a957b4-000000@us-west-2.amazonses.com> Date: Wed, 15 Jan 2025 10:26:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.15-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, 15 Jan 2025 10:26:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209852 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *75.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-75.6.0-75.8.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 c3b8bdb9010bbb32cb304b83a7fb51488e0f4775 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Jan 2025 07:52:42 +0000 Subject: [PATCH] python3-setuptools: upgrade 75.6.0 -> 75.8.0 --- ...-sysconfig.py-make-it-possible-to-substite.patch | 13 +++++-------- ...tionally-do-not-fetch-code-by-easy_install.patch | 7 ++----- ...tools_75.6.0.bb => python3-setuptools_75.8.0.bb} | 2 +- 3 files changed, 8 insertions(+), 14 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_75.6.0.bb => python3-setuptools_75.8.0.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch index 68dca43e21..1b7451284a 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch @@ -1,4 +1,4 @@ -From a9f3483b492317959a35886308c31c078e350a35 Mon Sep 17 00:00:00 2001 +From c13d3aa0aa4c568e1cdb81539d3b8d45f43630e9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 11 May 2022 21:41:14 +0200 Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the @@ -20,10 +20,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py -index 7ebe67687..8039021a8 100644 +index da1eecb..bb02a09 100644 --- a/setuptools/_distutils/sysconfig.py +++ b/setuptools/_distutils/sysconfig.py -@@ -121,6 +121,8 @@ def get_python_inc(plat_specific=False, prefix=None): +@@ -122,6 +122,8 @@ def get_python_inc(plat_specific=False, prefix=None): sys.base_exec_prefix -- i.e., ignore 'plat_specific'. """ default_prefix = BASE_EXEC_PREFIX if plat_specific else BASE_PREFIX @@ -32,7 +32,7 @@ index 7ebe67687..8039021a8 100644 resolved_prefix = prefix if prefix is not None else default_prefix # MinGW imitates posix like layout, but os.name != posix os_name = "posix" if is_mingw() else os.name -@@ -241,7 +243,13 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None): +@@ -242,7 +244,13 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None): early_prefix = prefix @@ -47,7 +47,7 @@ index 7ebe67687..8039021a8 100644 if standard_lib: prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX else: -@@ -256,7 +264,7 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None): +@@ -257,7 +265,7 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None): # Pure Python libdir = "lib" implementation = 'pypy' if IS_PYPY else 'python' @@ -56,6 +56,3 @@ index 7ebe67687..8039021a8 100644 return _posix_lib(standard_lib, libpython, early_prefix, prefix) elif os.name == "nt": if standard_lib: --- -2.39.2 - diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch index 527160735f..8360e6bb15 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From 00611eb8151825632bc36c189109626d9223037f Mon Sep 17 00:00:00 2001 +From 89379ca3cff4a13f5fbb7b1d3b83716730c1cabc Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install @@ -20,7 +20,7 @@ Signed-off-by: Trevor Gamblin 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index 66fe68f7a..8647c2082 100644 +index 66fe68f..8647c20 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -673,6 +673,11 @@ class easy_install(Command): @@ -35,6 +35,3 @@ index 66fe68f7a..8647c2082 100644 with self._tmpdir() as tmpdir: if not isinstance(spec, Requirement): if URL_SCHEME(spec): --- -2.39.5 - diff --git a/meta/recipes-devtools/python/python3-setuptools_75.6.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_75.6.0.bb rename to meta/recipes-devtools/python/python3-setuptools_75.8.0.bb index c0e4b7031d..02e299d0be 100644 --- a/meta/recipes-devtools/python/python3-setuptools_75.6.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += " \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6" +SRC_URI[sha256sum] = "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6" DEPENDS += "python3"