From 93e3d5cb96d6a671a5875d9d45c69d9b4db28324 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 09:02:48 +0000 Subject: [PATCH] python3-pip: upgrade 26.0.1 -> 26.1 --- .../python3-pip/no_shebang_mangling.patch | 2 +- ...hon3-pip_26.0.1.bb => python3-pip_26.1.bb} | 25 +++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pip_26.0.1.bb => python3-pip_26.1.bb} (76%) diff --git a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch index b057852b7e..5823d6307c 100644 --- a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch +++ b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch @@ -1,4 +1,4 @@ -From 60093e823780d9a3483844cc3faaed18dc1c351b Mon Sep 17 00:00:00 2001 +From adccf194155f40fb1d387c2cac432341a1dc8a0e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 23 Feb 2022 12:27:06 +0000 Subject: [PATCH] python3-pip: Don't change shebang diff --git a/meta/recipes-devtools/python/python3-pip_26.0.1.bb b/meta/recipes-devtools/python/python3-pip_26.1.bb similarity index 76% rename from meta/recipes-devtools/python/python3-pip_26.0.1.bb rename to meta/recipes-devtools/python/python3-pip_26.1.bb index 28af8f7ec7..2ad597a00f 100644 --- a/meta/recipes-devtools/python/python3-pip_26.0.1.bb +++ b/meta/recipes-devtools/python/python3-pip_26.1.bb @@ -1,3 +1,24 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- src/pip/_vendor/urllib3/LICENSE.txt +# +++ src/pip/_vendor/urllib3/LICENSE.txt +# @@ -1,6 +1,6 @@ +# MIT License +# +# -Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt) +# +Copyright (c) 2008-2020 Andrey Petrov and contributors. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# +# + SUMMARY = "The PyPA recommended tool for installing Python packages" HOMEPAGE = "https://pypi.org/project/pip" SECTION = "devel/python" @@ -19,14 +40,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \ file://src/pip/_vendor/rich/LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303 \ file://src/pip/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ file://src/pip/_vendor/truststore/LICENSE;md5=74420fc3965c4558a4a1529e63c2867f \ - file://src/pip/_vendor/urllib3/LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c \ + file://src/pip/_vendor/urllib3/LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda \ " inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8" +SRC_URI[sha256sum] = "81e13ebcca3ffa8cc85e4deff5c27e1ee26dea0aa7fc2f294a073ac208806ff3" do_install:append(){ # pip vendors distlib which ships Windows launcher templates (*.exe). -- 2.47.1