Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *72.2.0* has Succeeded.
Next steps:
- apply the patch: git am
0001-python3-setuptools-upgrade-72.1.0-72.2.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 cf8c416a7cdf5916cd85e6a42fdc812fa1b3037f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 15 Aug 2024 12:14:42 +0000
Subject: [PATCH] python3-setuptools: upgrade 72.1.0 -> 72.2.0
---
...stutils-sysconfig.py-make-it-possible-to-substite.patch | 7 ++-----
...1-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++--
...3-setuptools_72.1.0.bb => python3-setuptools_72.2.0.bb} | 2 +-
3 files changed, 5 insertions(+), 8 deletions(-)
rename meta/recipes-devtools/python/{python3-setuptools_72.1.0.bb =>
python3-setuptools_72.2.0.bb} (94%)
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..0a564aa1aa 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 7354a694d70aff51f870929ea5aa949a10c6207e Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
Date: Wed, 11 May 2022 21:41:14 +0200
Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the
@@ -20,7 +20,7 @@ Signed-off-by: Alexander Kanavin <[email protected]>
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/setuptools/_distutils/sysconfig.py
b/setuptools/_distutils/sysconfig.py
-index 7ebe67687..8039021a8 100644
+index 7ebe676..8039021 100644
--- a/setuptools/_distutils/sysconfig.py
+++ b/setuptools/_distutils/sysconfig.py
@@ -121,6 +121,8 @@ def get_python_inc(plat_specific=False, prefix=None):
@@ -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 e227c2889c..b1e0a34425 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 80fe63816eb3bfd1f5b6d354e1f2442805cff4e0 Mon Sep 17 00:00:00 2001
+From f65d1b3cede0d9a8547785960a9a47e3e3b950b5 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <[email protected]>
Date: Tue, 17 Jul 2018 10:13:38 +0800
Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -14,7 +14,7 @@ Signed-off-by: Hongxu Jia <[email protected]>
1 file changed, 5 insertions(+)
diff --git a/setuptools/command/easy_install.py
b/setuptools/command/easy_install.py
-index 858fb20..62bd853 100644
+index 36114d4..3249ddf 100644
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -672,6 +672,11 @@ class easy_install(Command):
diff --git a/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
b/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
index 945d443aff..63ea999960 100644
--- a/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
@@ -11,7 +11,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] =
"8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec"
+SRC_URI[sha256sum] =
"80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9"
DEPENDS += "python3"
--
2.44.0
Changes to packages/core2-64-poky-linux/python3-setuptools (sysroot): /usr/lib/python3.12/site-packages/setuptools-72.1.0.dist-info moved to /usr/lib/python3.12/site-packages/setuptools-72.2.0.dist-info Changes to packages/x86_64-linux/python3-setuptools-native (sysroot): /usr/lib/python3.12/site-packages/setuptools-72.1.0.dist-info moved to /usr/lib/python3.12/site-packages/setuptools-72.2.0.dist-info
packages/core2-64-poky-linux/python3-setuptools: SRC_URI changed from "https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-72.1.0.tar.gz;downloadfilename=setuptools-72.1.0.tar.gz file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" to "https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-72.2.0.tar.gz;downloadfilename=setuptools-72.2.0.tar.gz file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" packages/core2-64-poky-linux/python3-setuptools: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-pkg-resources: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-pkg-resources: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-dbg: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-dbg: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-dev: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-dev: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-doc: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-doc: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-locale: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-locale: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-src: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-src: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-staticdev: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools-staticdev: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools: PKGV changed from 72.1.0 [default] to 72.2.0 [default] packages/core2-64-poky-linux/python3-setuptools/python3-setuptools: PV changed from "72.1.0" to "72.2.0" packages/core2-64-poky-linux/python3-setuptools/python3-setuptools: PKGSIZE changed from 10946861 to 10938626 (-0%) Changes to packages/core2-64-poky-linux/python3-setuptools (sysroot): /usr/lib/python3.12/site-packages/setuptools-72.1.0.dist-info moved to /usr/lib/python3.12/site-packages/setuptools-72.2.0.dist-info Changes to packages/x86_64-linux/python3-setuptools-native (sysroot): /usr/lib/python3.12/site-packages/setuptools-72.1.0.dist-info moved to /usr/lib/python3.12/site-packages/setuptools-72.2.0.dist-info
0001-python3-setuptools-upgrade-72.1.0-72.2.0.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#203429): https://lists.openembedded.org/g/openembedded-core/message/203429 Mute This Topic: https://lists.openembedded.org/mt/107919528/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
