package/python-starlette: bump to 0.48.0

Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0
Github namespace changed, so change the link in Config.in.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-10-15 11:56:40 +02:00
committed by Julien Olivain
parent 59806117fe
commit 62cfbc1409
3 changed files with 5 additions and 5 deletions

View File

@@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_STARLETTE
help
The little ASGI library that shines.
https://github.com/encode/starlette
https://github.com/Kludex/starlette

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/starlette/json
md5 5ae93b12a6b5527fc97c5ba3921bc552 starlette-0.47.3.tar.gz
sha256 6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9 starlette-0.47.3.tar.gz
md5 9e56e4be3ee2a746ee6375fd9e81f61c starlette-0.48.0.tar.gz
sha256 7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46 starlette-0.48.0.tar.gz
# Locally computed sha256 checksums
sha256 dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf LICENSE.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_STARLETTE_VERSION = 0.47.3
PYTHON_STARLETTE_VERSION = 0.48.0
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/15/b9/cc3017f9a9c9b6e27c5106cc10cc7904653c3eec0729793aec10479dd669
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/a7/a5/d6f429d43394057b67a6b5bbe6eae2f77a6bf7459d961fdb224bf206eee6
PYTHON_STARLETTE_SETUP_TYPE = hatch
PYTHON_STARLETTE_LICENSE = BSD-3-Clause
PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md