From: Alexandru Ardelean Date: Sun, 9 Aug 2026 09:32:06 +0000 (+0300) Subject: python-starlette: bump to 1.6.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=472f9a67ab7ebbe4b4067f8d4293516137681a84;p=openwrt-packages.git python-starlette: bump to 1.6.0 Refresh sha256 from PyPI sdist. 1.6.0 switched its build backend from setuptools to hatchling, so build-depend on python-hatchling/host. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-starlette/Makefile b/lang/python/python-starlette/Makefile index 6b77dd514..fa108d790 100644 --- a/lang/python/python-starlette/Makefile +++ b/lang/python/python-starlette/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-starlette -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PYPI_NAME:=starlette -PKG_HASH:=9b9b5ebb992e67d6093741e63c2f59e4f6fff986f81163c087867bd7b924b3f6 +PKG_HASH:=d4e3ac5e546444960c710297a3c9fc3f7ebae1b7e963f3d36173b49da535be9b PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause @@ -15,8 +15,8 @@ PKG_LICENSE_FILES:=LICENSE.md HOST_BUILD_DEPENDS:= \ python-anyio/host \ - python-setuptools/host -PKG_BUILD_DEPENDS:=python-setuptools/host + python-hatchling/host +PKG_BUILD_DEPENDS:=python-hatchling/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk