diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-09-11 10:51:15 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:23 +0100 |
| commit | 0a114683a54690cbec24c2aa5b685934ee3ea344 (patch) | |
| tree | af6c46be52bbc806aa9fb254686c9a00db57c95c /meta/recipes-devtools/python | |
| parent | ab4f8bab2b85349e5a5a090821654c5e92708607 (diff) | |
| download | poky-0a114683a54690cbec24c2aa5b685934ee3ea344.tar.gz | |
python3-pip: update 25.1.1 -> 25.2
License-update: drop typing extensions license as it has been removed from vendor directory.
(From OE-Core rev: 0e6bc0faf91bb06c581a1161f46b8806d18736e2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pip_25.2.bb (renamed from meta/recipes-devtools/python/python3-pip_25.1.1.bb) | 3 |
2 files changed, 3 insertions, 4 deletions
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 71836dca07..7f15e9c0da 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 @@ | |||
| 1 | From a715a622989ac182d18f6f2ada8201122282d889 Mon Sep 17 00:00:00 2001 | 1 | From 6adf47097928ee3bb1b02c204126ed923faa7446 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Wed, 23 Feb 2022 12:27:06 +0000 | 3 | Date: Wed, 23 Feb 2022 12:27:06 +0000 |
| 4 | Subject: [PATCH] python3-pip: Don't change shebang | 4 | Subject: [PATCH] python3-pip: Don't change shebang |
| @@ -13,7 +13,7 @@ Upstream-Status: Inappropriate [OE specific config] | |||
| 13 | 1 file changed, 3 insertions(+), 1 deletion(-) | 13 | 1 file changed, 3 insertions(+), 1 deletion(-) |
| 14 | 14 | ||
| 15 | diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py | 15 | diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py |
| 16 | index b1fc705..c030e98 100644 | 16 | index 195dc3f..a0e0d61 100644 |
| 17 | --- a/src/pip/_vendor/distlib/scripts.py | 17 | --- a/src/pip/_vendor/distlib/scripts.py |
| 18 | +++ b/src/pip/_vendor/distlib/scripts.py | 18 | +++ b/src/pip/_vendor/distlib/scripts.py |
| 19 | @@ -155,6 +155,8 @@ class ScriptMaker(object): | 19 | @@ -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 index 431ba182c6..350092d9ad 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 \ | |||
| 19 | file://src/pip/_vendor/rich/LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303 \ | 19 | file://src/pip/_vendor/rich/LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303 \ |
| 20 | file://src/pip/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ | 20 | file://src/pip/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ |
| 21 | file://src/pip/_vendor/truststore/LICENSE;md5=74420fc3965c4558a4a1529e63c2867f \ | 21 | file://src/pip/_vendor/truststore/LICENSE;md5=74420fc3965c4558a4a1529e63c2867f \ |
| 22 | file://src/pip/_vendor/typing_extensions.LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2 \ | ||
| 23 | file://src/pip/_vendor/urllib3/LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c \ | 22 | file://src/pip/_vendor/urllib3/LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c \ |
| 24 | " | 23 | " |
| 25 | 24 | ||
| @@ -27,7 +26,7 @@ inherit pypi python_setuptools_build_meta | |||
| 27 | 26 | ||
| 28 | SRC_URI += "file://no_shebang_mangling.patch" | 27 | SRC_URI += "file://no_shebang_mangling.patch" |
| 29 | 28 | ||
| 30 | SRC_URI[sha256sum] = "3de45d411d308d5054c2168185d8da7f9a2cd753dbac8acbfa88a8909ecd9077" | 29 | SRC_URI[sha256sum] = "578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2" |
| 31 | 30 | ||
| 32 | RDEPENDS:${PN} = "\ | 31 | RDEPENDS:${PN} = "\ |
| 33 | python3-compile \ | 32 | python3-compile \ |
