From 24d25ac683c8691126635f77c0b2c066f1799a11 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Mon, 5 Feb 2024 09:46:14 -0700 Subject: [PATCH] package/python-starlette: bump to version 0.36.3 Signed-off-by: James Hilliard Reviewed-by: Marcus Hoffmann Signed-off-by: Arnout Vandecappelle --- 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 820026b70b..03d77cf5be 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 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 diff --git a/package/python-starlette/python-starlette.mk b/package/python-starlette/python-starlette.mk index 07f9d6be5e..9d137f5f5a 100644 --- a/package/python-starlette/python-starlette.mk +++ b/package/python-starlette/python-starlette.mk @@ -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