]> git.99rst.org Git - openwrt-packages.git/commit
python-pip: bump to 26.2.1
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 09:32:05 +0000 (12:32 +0300)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 10:12:39 +0000 (13:12 +0300)
commit5b731fd69794e7fa33e0dc1206ca4f8aa02be123
treef3c0f6648848c389bf3f321c2e5a95453ec850eb
parenteba23de61ab47651afbe3cde0eb9760e19749e84
python-pip: bump to 26.2.1

Refresh sha256 from the PyPI sdist and refresh 003 for the shifted line.

Retarget 002-pip-runner-pyc-fix.patch instead of dropping it: in 26.2.1
get_runnable_pip() moved from build_env.py (now a package) to
_internal/utils/misc.py. The function is otherwise unchanged and still
returns __pip-runner__.py, so the .pyc fallback is still required. We ship
pip byte-compiled only (the .py sources live in the -src package), so
without it build isolation cannot locate the runner and every PEP 517
install fails on target. This is a packaging workaround, not an upstream
bug, so upstream has no reason to carry it.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pip/Makefile
lang/python/python-pip/patches/002-pip-runner-pyc-fix.patch
lang/python/python-pip/patches/003-disable-pip-version-check.patch
git clone https://git.99rst.org/PROJECT