From: Alexandru Ardelean Date: Tue, 11 Aug 2026 06:09:08 +0000 (+0300) Subject: python-flit-core: revert to 3.12.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8906f3f08ac9bd1d741ccdcd3e2aa072d22d5518;p=openwrt-packages.git python-flit-core: revert to 3.12.0 flit-core 4.0.2 breaks the whole python feed. flit-core is a host-only build backend, but nearly everything built with it caps flit_core<4 (the host tools wheel/installer/pyproject-hooks/typing-extensions and dozens of leaf packages like marshmallow, click, pip), so their host builds fail with "Missing dependencies: flit_core<4" against 4.0.2. Nothing needs flit_core>=4; 3.12.0 satisfies every cap and has no runtime impact. Revert until the ecosystem's upper bounds catch up. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-flit-core/Makefile b/lang/python/python-flit-core/Makefile index ba21d01b3..db765d7ab 100644 --- a/lang/python/python-flit-core/Makefile +++ b/lang/python/python-flit-core/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-flit-core -PKG_VERSION:=4.0.2 +PKG_VERSION:=3.12.0 PKG_RELEASE:=1 PYPI_NAME:=flit-core PYPI_SOURCE_NAME:=flit_core -PKG_HASH:=b6929defd93884b584d7c87829e0e7b5c26ed6be17b0b873979019314aa841c8 +PKG_HASH:=18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE