From fb5cc231324b802791479fdf56f742e9d7512dfa Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 2 Jun 2026 21:36:41 +0300 Subject: [PATCH] python-pip: bump to 26.1.2 Refresh sha256 from PyPI sdist. Signed-off-by: Alexandru Ardelean --- lang/python/python-pip/Makefile | 4 ++-- .../python-pip/patches/003-disable-pip-version-check.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-pip/Makefile b/lang/python/python-pip/Makefile index 658f6ea83f..d1f0fb81dd 100644 --- a/lang/python/python-pip/Makefile +++ b/lang/python/python-pip/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pip -PKG_VERSION:=26.0.1 +PKG_VERSION:=26.1.2 PKG_RELEASE:=1 PYPI_NAME:=pip -PKG_HASH:=c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8 +PKG_HASH:=f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt diff --git a/lang/python/python-pip/patches/003-disable-pip-version-check.patch b/lang/python/python-pip/patches/003-disable-pip-version-check.patch index f08530edad..1dbd6cb402 100644 --- a/lang/python/python-pip/patches/003-disable-pip-version-check.patch +++ b/lang/python/python-pip/patches/003-disable-pip-version-check.patch @@ -9,7 +9,7 @@ Patch-Name: disable-pip-version-check.patch --- a/src/pip/_internal/cli/cmdoptions.py +++ b/src/pip/_internal/cli/cmdoptions.py -@@ -1069,7 +1069,7 @@ disable_pip_version_check: Callable[..., +@@ -1100,7 +1100,7 @@ disable_pip_version_check: Callable[..., "--disable-pip-version-check", dest="disable_pip_version_check", action="store_true",