]> git.99rst.org Git - openwrt-packages.git/commitdiff
python-flit-core: revert to 3.12.0
authorAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 06:09:08 +0000 (09:09 +0300)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 06:43:46 +0000 (09:43 +0300)
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>
lang/python/python-flit-core/Makefile

index ba21d01b3bc8a9ec43b1e73e945362eeeea447fc..db765d7ab178df1e33d053e0b8902ede796522d2 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT