diff mbox series

[08/16] python3-pip: update 25.1.1 -> 25.2

Message ID 20250911085123.1551425-8-alex.kanavin@gmail.com
State New
Headers show
Series [01/16] gnupg: update 2.5.5 -> 2.5.11 | expand

Commit Message

Alexander Kanavin Sept. 11, 2025, 8:51 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

License-update: drop typing extensions license as it has been removed from vendor directory.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../python/python3-pip/no_shebang_mangling.patch              | 4 ++--
 .../python/{python3-pip_25.1.1.bb => python3-pip_25.2.bb}     | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python3-pip_25.1.1.bb => python3-pip_25.2.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch
index 71836dca078..7f15e9c0da7 100644
--- a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch
+++ b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch
@@ -1,4 +1,4 @@ 
-From a715a622989ac182d18f6f2ada8201122282d889 Mon Sep 17 00:00:00 2001
+From 6adf47097928ee3bb1b02c204126ed923faa7446 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Wed, 23 Feb 2022 12:27:06 +0000
 Subject: [PATCH] python3-pip: Don't change shebang
@@ -13,7 +13,7 @@  Upstream-Status: Inappropriate [OE specific config]
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py
-index b1fc705..c030e98 100644
+index 195dc3f..a0e0d61 100644
 --- a/src/pip/_vendor/distlib/scripts.py
 +++ b/src/pip/_vendor/distlib/scripts.py
 @@ -155,6 +155,8 @@ class ScriptMaker(object):
diff --git a/meta/recipes-devtools/python/python3-pip_25.1.1.bb b/meta/recipes-devtools/python/python3-pip_25.2.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pip_25.1.1.bb
rename to meta/recipes-devtools/python/python3-pip_25.2.bb
index 431ba182c68..350092d9ad0 100644
--- a/meta/recipes-devtools/python/python3-pip_25.1.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_25.2.bb
@@ -19,7 +19,6 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \
                     file://src/pip/_vendor/rich/LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303 \
                     file://src/pip/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
                     file://src/pip/_vendor/truststore/LICENSE;md5=74420fc3965c4558a4a1529e63c2867f \
-                    file://src/pip/_vendor/typing_extensions.LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2 \
                     file://src/pip/_vendor/urllib3/LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c \
                     "
 
@@ -27,7 +26,7 @@  inherit pypi python_setuptools_build_meta
 
 SRC_URI += "file://no_shebang_mangling.patch"
 
-SRC_URI[sha256sum] = "3de45d411d308d5054c2168185d8da7f9a2cd753dbac8acbfa88a8909ecd9077"
+SRC_URI[sha256sum] = "578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2"
 
 RDEPENDS:${PN} = "\
   python3-compile \