package/python-starlette: bump to version 0.36.3

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-02-05 09:46:14 -07:00 committed by Arnout Vandecappelle
parent 738fb6dfa4
commit 24d25ac683
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 2ef2fc635691fd4a1823564218292dce starlette-0.34.0.tar.gz
sha256 ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e starlette-0.34.0.tar.gz
md5 0a1e026d653dc448ae07f47eefe1dc8b starlette-0.36.3.tar.gz
sha256 90a671733cfb35771d8cc605e0b679d23b992f8dcfad48cc60b38cb29aeb7080 starlette-0.36.3.tar.gz
# Locally computed sha256 checksums
sha256 dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf LICENSE.md

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_STARLETTE_VERSION = 0.34.0
PYTHON_STARLETTE_VERSION = 0.36.3
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/4f/36/168ba6d56a28382f3b081b23b0cc431de35786e120b94c1f372708ed3059
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/be/47/1bba49d42d63f4453f0a64a20acbf2d0bd2f5a8cde6a166ee66c074a08f8
PYTHON_STARLETTE_SETUP_TYPE = pep517
PYTHON_STARLETTE_LICENSE = BSD-3-Clause
PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md