python-pip: bump to 26.1.2
authorAlexandru Ardelean <redacted>
Tue, 2 Jun 2026 18:36:41 +0000 (21:36 +0300)
committerAlexandru Ardelean <redacted>
Fri, 5 Jun 2026 04:37:42 +0000 (07:37 +0300)
Refresh sha256 from PyPI sdist.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pip/Makefile
lang/python/python-pip/patches/003-disable-pip-version-check.patch

index 658f6ea83fad487d605e57e000ed899e1fb95fc2..d1f0fb81ddecf79295efd656a1ee89745a25fdcf 100644 (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
index f08530edad91eaeab75572c5a4d57665e47d4d36..1dbd6cb4025c0709d689a4efcec7733b525e4c36 100644 (file)
@@ -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",
git clone https://git.99rst.org/PROJECT