All of lore.kernel.org
 help / color / mirror / Atom feed
From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2
Date: Tue,  4 Mar 2025 17:09:08 +0800	[thread overview]
Message-ID: <1741079356-13445-23-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com>

From: Wang Mingyu <wangmy@fujitsu.com>

0001-conditionally-do-not-fetch-code-by-easy_install.patch
refreshed for 75.8.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...01-conditionally-do-not-fetch-code-by-easy_install.patch | 6 +++---
 ...n3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} (95%)

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 f320bf4e6f..83fcb27f2d 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 9441848a121912b6627c7188ab95595684c8306b Mon Sep 17 00:00:00 2001
+From 88df88cfa90281468114efb368bd37213f2b0fb7 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 17 Jul 2018 10:13:38 +0800
 Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -20,10 +20,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  1 file changed, 5 insertions(+)
 
 diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index 66fe68f..8647c20 100644
+index eb1b4c1..4fd8d14 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
-@@ -673,6 +673,11 @@ class easy_install(Command):
+@@ -672,6 +672,11 @@ class easy_install(Command):
              os.path.exists(tmpdir) and _rmtree(tmpdir)
  
      def easy_install(self, spec, deps: bool = False) -> Distribution | None:
diff --git a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-setuptools_75.8.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_75.8.2.bb
index 02e299d0be..e9e6e9b2b6 100644
--- a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_75.8.2.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] = "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"
+SRC_URI[sha256sum] = "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2"
 
 DEPENDS += "python3"
 
-- 
2.43.0



  parent reply	other threads:[~2025-03-04  9:09 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
2025-03-04 14:08   ` Mathieu Dubois-Briand
2025-03-04  9:08 ` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 wangmy
2025-03-04  9:09 ` wangmy [this message]
2025-03-04  9:09 ` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 wangmy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741079356-13445-23-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.