python-pipx: update to 1.12.0
authorAlexandru Ardelean <redacted>
Fri, 15 May 2026 11:02:25 +0000 (14:02 +0300)
committerAlexandru Ardelean <redacted>
Mon, 25 May 2026 15:47:13 +0000 (18:47 +0300)
commit29cbf98edb099dda0d3c72963a390a91892b7ac9
tree4c133d900f7b3a6b91584996d4628efac40f2c5b
parent9e8593874aa58bba6acb7e656e53b2525ad0b8dc
python-pipx: update to 1.12.0

New features (pipx 1.12.0):
- Add --fetch-python / PIPX_FETCH_PYTHON env var (always|missing|never)
  to control standalone Python interpreter downloads
- Add opt-in "uv" backend: pipx can now use "uv venv" and "uv pip" for
  managing virtual environments
  * When "uv" is on PATH, defaults to using uv for NEW venvs
  * Existing venvs keep their recorded backend (pip or uv)
  * Set PIPX_DEFAULT_BACKEND=pip to force pip even with uv available
  * pipx install pip always uses the pip backend (uv venvs have no pip)

Deprecations:
- --fetch-missing-python and PIPX_FETCH_MISSING_PYTHON deprecated;
  use --fetch-python=missing or PIPX_FETCH_PYTHON=missing instead

Changelog:
https://github.com/pypa/pipx/releases/tag/1.12.0

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/pipx/Makefile
git clone https://git.99rst.org/PROJECT