From be44374593de992e8b954c4234730044bcabcc77 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 2 Jun 2026 23:06:08 +0300 Subject: [PATCH] python-starlette: bump to 1.2.1 Refresh sha256 from PyPI sdist. Signed-off-by: Alexandru Ardelean --- lang/python/python-starlette/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-starlette/Makefile b/lang/python/python-starlette/Makefile index 3d1d427277..6b77dd5149 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.0.0 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PYPI_NAME:=starlette -PKG_HASH:=6a4beaf1f81bb472fd19ea9b918b50dc3a77a6f2e190a12954b25e6ed5eea149 +PKG_HASH:=9b9b5ebb992e67d6093741e63c2f59e4f6fff986f81163c087867bd7b924b3f6 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause