]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-setuptools: upgrade 58.2.0 -> 58.3.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Oct 2021 09:07:13 +0000 (11:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Oct 2021 13:16:26 +0000 (14:16 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
meta/recipes-devtools/python/python3-setuptools_58.3.0.bb [moved from meta/recipes-devtools/python/python3-setuptools_58.2.0.bb with 94% similarity]

index d1c77a971c09aae199f987e5445eb6f9ececa4a6..46546ebba68e90e521c810152a45c295355c71e4 100644 (file)
@@ -1,4 +1,4 @@
-From 543f12f43e10b242802009ac1d03ded800526934 Mon Sep 17 00:00:00 2001
+From 58b614411867a31cf5f9684a45fe519b8e4f3e7b 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
@@ -15,10 +15,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  1 file changed, 5 insertions(+)
 
 diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index b88c3e9..dcd2898 100644
+index 1aed0e8..f491c0a 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
-@@ -636,6 +636,11 @@ class easy_install(Command):
+@@ -642,6 +642,11 @@ class easy_install(Command):
              os.path.exists(tmpdir) and rmtree(tmpdir)
  
      def easy_install(self, spec, deps=False):
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_58.2.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_58.3.0.bb
index b37c44854cc9b03adebf5c9dd9e40638ed197d36..47107ba61dc19152de5f750161a900347a4753d3 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI += "\
     file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \
 "
 
-SRC_URI[sha256sum] = "2c55bdb85d5bb460bd2e3b12052b677879cffcf46c0c688f2e5bf51d36001145"
+SRC_URI[sha256sum] = "b0c2461641b58fe30e11d4c3dfba316c513bdf9ec85f9fed0c871c678447205e"
 
 DEPENDS += "${PYTHON_PN}"