python-build: bump to 1.4.2
authorAlexandru Ardelean <redacted>
Sat, 28 Mar 2026 15:46:17 +0000 (15:46 +0000)
committerAlexandru Ardelean <redacted>
Sun, 29 Mar 2026 05:32:19 +0000 (08:32 +0300)
Notable changes since 1.4.0:

v1.4.1:
- Allow setting build constraints
- Fix pip hack workaround

v1.4.2:
- Ensure the uv installer uses the current version of Python,
  avoiding an issue if UV_PYTHON is set
- Fix _has_valid_outer_pip returning True when pip is missing,
  causing build to try using a non-existent pip instead of
  falling back to virtualenv

Link: https://github.com/pypa/build/blob/main/CHANGELOG.rst
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-build/Makefile

index 6b83458f9352bf797609c28d79de4acd8c695588..427b628fe4ee6e0251e2ddb4f3db87aa2580025d 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-build
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.4.2
 PKG_RELEASE:=1
 
 PYPI_NAME:=build
-PKG_HASH:=f1b91b925aa322be454f8330c6fb48b465da993d1e7e7e6fa35027ec49f3c936
+PKG_HASH:=35b14e1ee329c186d3f08466003521ed7685ec15ecffc07e68d706090bf161d1
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT