From 5cbf04ee8202ad9d90b1e1e527203f34e921916b Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 7 Apr 2022 14:19:14 +0800 Subject: [PATCH] python3-pip: upgrade 22.0.3 -> 22.0.4 Changelog: ========= - Deprecations and Removals Drop the doctype check, that presented a warning for index pages that use non-compliant HTML 5. - Vendored Libraries Downgrade distlib to 0.3.3. Signed-off-by: Xu Huan Signed-off-by: Richard Purdie --- .../python/{python3-pip_22.0.3.bb => python3-pip_22.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_22.0.3.bb => python3-pip_22.0.4.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.4.bb similarity index 97% rename from meta/recipes-devtools/python/python3-pip_22.0.3.bb rename to meta/recipes-devtools/python/python3-pip_22.0.4.bb index 09a305edf8a..899b04d2c21 100644 --- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb +++ b/meta/recipes-devtools/python/python3-pip_22.0.4.bb @@ -38,7 +38,7 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch" SRC_URI += "file://no_shebang_mangling.patch" SRC_URI += "file://reproducible.patch" -SRC_URI[sha256sum] = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0" +SRC_URI[sha256sum] = "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764" do_install:append() { rm -f ${D}/${bindir}/pip -- 2.47.2