python3-pip: upgrade 22.0.3 -> 22.0.4

Message ID 1646735675-58918-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 5cbf04ee8202ad9d90b1e1e527203f34e921916b
Headers show
Series python3-pip: upgrade 22.0.3 -> 22.0.4 | expand

Commit Message

Mingyu Wang (Fujitsu) March 8, 2022, 10:34 a.m. UTC
Changelog:
=========
- Drop the doctype check, that presented a warning for index pages that use
  non-compliant HTML 5. ('#10903 <https://github.com/pypa/pip/issues/10903>')
- Downgrade distlib to 0.3.3.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../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} (95%)

Patch

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 95%
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 7eb9fb69ba..6dd29b9120 100644
--- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb
+++ b/meta/recipes-devtools/python/python3-pip_22.0.4.bb
@@ -16,7 +16,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"
 
 PYPA_WHEEL ?= "${B}/dist/${PYPI_PACKAGE}-${PV}-*.whl"