python-pip: bump to 26.1.2

Refresh sha256 from PyPI sdist.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-06-02 21:36:41 +03:00
committed by Alexandru Ardelean
parent e4bf8904fb
commit fb5cc23132
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
@@ -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",