summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-04-07 14:19:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-19 14:14:11 +0100
commitd1ecc1ed48c892bdc36d0fc8c9929e1b9f5e9d1e (patch)
tree6d6d69fac3301c8c059be84ed954b6e61ee26782
parent5ef1642f20faf037628494f48f80257b8ea95e44 (diff)
downloadpoky-d1ecc1ed48c892bdc36d0fc8c9929e1b9f5e9d1e.tar.gz
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. (From OE-Core rev: 5cbf04ee8202ad9d90b1e1e527203f34e921916b) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pip_22.0.4.bb (renamed from meta/recipes-devtools/python/python3-pip_22.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.4.bb
index 09a305edf8..899b04d2c2 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"
38SRC_URI += "file://no_shebang_mangling.patch" 38SRC_URI += "file://no_shebang_mangling.patch"
39SRC_URI += "file://reproducible.patch" 39SRC_URI += "file://reproducible.patch"
40 40
41SRC_URI[sha256sum] = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0" 41SRC_URI[sha256sum] = "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764"
42 42
43do_install:append() { 43do_install:append() {
44 rm -f ${D}/${bindir}/pip 44 rm -f ${D}/${bindir}/pip