From: Alexandru Ardelean Date: Thu, 19 Mar 2026 15:00:09 +0000 (+0000) Subject: python-build: bump to 1.4.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e7e16a8597e5a5a31903c75507f63dd91407577b;p=openwrt-packages.git python-build: bump to 1.4.0 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 --- diff --git a/lang/python/python-build/Makefile b/lang/python/python-build/Makefile index 10c17b357..6b83458f9 100644 --- a/lang/python/python-build/Makefile +++ b/lang/python/python-build/Makefile @@ -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