From 2cab887da4618a23c1fc52d27e1061102857f470 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 21 Feb 2023 18:18:56 +0800 Subject: [PATCH] python3-pip: update 23.0 -> 23.0.1 Changelog: ============ Features -------- - Ignore PIP_REQUIRE_VIRTUALENV for "pip index" - Implement "--break-system-packages" to permit installing packages into "EXTERNALLY-MANAGED" Python installations. Bug Fixes --------- - Improve handling of isolated build environments on platforms that customize the Python's installation schemes, such as Debian and Homebrew. - Do not crash in presence of misformatted hash field in "direct_url.json". Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/{python3-pip_23.0.bb => python3-pip_23.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_23.0.bb => python3-pip_23.0.1.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-pip_23.0.bb b/meta/recipes-devtools/python/python3-pip_23.0.1.bb similarity index 97% rename from meta/recipes-devtools/python/python3-pip_23.0.bb rename to meta/recipes-devtools/python/python3-pip_23.0.1.bb index 8b956932c31..d9b9906ff99 100644 --- a/meta/recipes-devtools/python/python3-pip_23.0.bb +++ b/meta/recipes-devtools/python/python3-pip_23.0.1.bb @@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b" +SRC_URI[sha256sum] = "cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024" do_install:append() { rm -f ${D}/${bindir}/pip -- 2.47.3