mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
5f957ab5d3
commit
e7e16a8597
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user