From 522fe8d976399ecc7c83a595a29c631a0807cd2d Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Mon, 14 Jul 2025 16:46:16 +0200 Subject: [PATCH] package/python-starlette: bump to 0.47.1 Release notes: * https://github.com/encode/starlette/releases/tag/0.47.0 * https://github.com/encode/starlette/releases/tag/0.47.1 Signed-off-by: Marcus Hoffmann Signed-off-by: Julien Olivain (cherry picked from commit b17a5979c300c52c233bedc9717999dfacc2023c) Signed-off-by: Thomas Perale --- package/python-starlette/python-starlette.hash | 4 ++-- package/python-starlette/python-starlette.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-starlette/python-starlette.hash b/package/python-starlette/python-starlette.hash index ce2ee91bed..be23e4ccb1 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 d745d832d3f585d6144e8cd0c8f06697 starlette-0.46.2.tar.gz -sha256 7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5 starlette-0.46.2.tar.gz +md5 b876ddd8665f70bb74e45d1fda053699 starlette-0.47.1.tar.gz +sha256 aef012dd2b6be325ffa16698f9dc533614fb1cebd593a906b90dc1025529a79b starlette-0.47.1.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 b4d28a6d08..eb49230600 100644 --- a/package/python-starlette/python-starlette.mk +++ b/package/python-starlette/python-starlette.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_STARLETTE_VERSION = 0.46.2 +PYTHON_STARLETTE_VERSION = 0.47.1 PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz -PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/ce/20/08dfcd9c983f6a6f4a1000d934b9e6d626cff8d2eeb77a89a68eef20a2b7 +PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/0a/69/662169fdb92fb96ec3eaee218cf540a629d629c86d7993d9651226a6789b PYTHON_STARLETTE_SETUP_TYPE = hatch PYTHON_STARLETTE_LICENSE = BSD-3-Clause PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md