python-build: bump to 1.4.0
authorAlexandru Ardelean <redacted>
Thu, 19 Mar 2026 15:00:09 +0000 (15:00 +0000)
committerAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 13:43:10 +0000 (15:43 +0200)
Changelog since 1.3.0:
- v1.3.0: Add --config-json for JSON-based configuration; drop Python 3.8
  support; fix ModuleNotFoundError when pip isn't installed
- v1.4.0: Add --quiet flag for silent operation; add --metadata option to
  dump PEP 517 metadata; add support for UV environment variable;
  improve Python 3.14 compatibility

Full changelog:
https://github.com/pypa/build/releases

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-build/Makefile

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