From: Wang Mingyu Date: Tue, 18 Feb 2025 07:39:25 +0000 (+0800) Subject: python3-pip: upgrade 25.0 -> 25.0.1 X-Git-Tag: yocto-5.2~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1760b2292331e473120cd94d0dfca0270b150c9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pip: upgrade 25.0 -> 25.0.1 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 Signed-off-by: Richard Purdie --- 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 8908fc9115e..e54e63cba51 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 \