From 62cfbc1409aca2a9a6d19419189f05bed947f516 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Wed, 15 Oct 2025 11:56:40 +0200 Subject: [PATCH] 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 Signed-off-by: Julien Olivain --- package/python-starlette/Config.in | 2 +- package/python-starlette/python-starlette.hash | 4 ++-- package/python-starlette/python-starlette.mk | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-starlette/Config.in b/package/python-starlette/Config.in index 90f590689a..64f8345a92 100644 --- a/package/python-starlette/Config.in +++ b/package/python-starlette/Config.in @@ -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 diff --git a/package/python-starlette/python-starlette.hash b/package/python-starlette/python-starlette.hash index 4937d93ad0..bcc71c09c5 100644 --- a/package/python-starlette/python-starlette.hash +++ b/package/python-starlette/python-starlette.hash @@ -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 diff --git a/package/python-starlette/python-starlette.mk b/package/python-starlette/python-starlette.mk index 04f40460b7..a643623e03 100644 --- a/package/python-starlette/python-starlette.mk +++ b/package/python-starlette/python-starlette.mk @@ -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