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 <redacted>
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