diff mbox series

[22/32] python3-pip: upgrade 25.0 -> 25.0.1

Message ID 1739864375-21394-22-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit b1760b2292331e473120cd94d0dfca0270b150c9
Headers show
Series [01/32] btrfs-tools: upgrade 6.12 -> 6.13 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 18, 2025, 7:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fix an unsupported type annotation on Python 3.10 and earlier.
- Fix a regression where truststore would never be used while installing build dependencies.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pip_25.0.bb => python3-pip_25.0.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pip_25.0.bb => python3-pip_25.0.1.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pip_25.0.bb b/meta/recipes-devtools/python/python3-pip_25.0.1.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-pip_25.0.bb
rename to meta/recipes-devtools/python/python3-pip_25.0.1.bb
index 8908fc9115..e54e63cba5 100644
--- a/meta/recipes-devtools/python/python3-pip_25.0.bb
+++ b/meta/recipes-devtools/python/python3-pip_25.0.1.bb
@@ -27,7 +27,7 @@  inherit pypi python_setuptools_build_meta
 
 SRC_URI += "file://no_shebang_mangling.patch"
 
-SRC_URI[sha256sum] = "8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b"
+SRC_URI[sha256sum] = "88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea"
 
 RDEPENDS:${PN} = "\
   python3-compile \