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 <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit b17a5979c3)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Marcus Hoffmann
2025-07-14 16:46:16 +02:00
committed by Thomas Perale
parent 268ec38d07
commit 2a2c00eb18
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/starlette/json
md5 6fb04f61bef00b3260413be6fbfa8591 starlette-0.45.3.tar.gz
sha256 2cbcba2a75806f8a41c722141486f37c28e30a0921c5f6fe4346cb0dcee1302f starlette-0.45.3.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

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_STARLETTE_VERSION = 0.45.3
PYTHON_STARLETTE_VERSION = 0.47.1
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/ff/fb/2984a686808b89a6781526129a4b51266f678b2d2b97ab2d325e56116df8
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