From 8928608c19048ac140cfc5e5f0e84d50d5d590d5 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Thu, 11 Jan 2024 00:29:22 -0700 Subject: [PATCH] package/python-starlette: bump to version 0.34.0 Signed-off-by: James Hilliard Signed-off-by: Peter Korsgaard --- 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 a7f1f66446..820026b70b 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 5193c4b7d2ea4c93635c340a7ba9b54f starlette-0.27.0.tar.gz -sha256 6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75 starlette-0.27.0.tar.gz +md5 2ef2fc635691fd4a1823564218292dce starlette-0.34.0.tar.gz +sha256 ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e starlette-0.34.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 b04b95a797..07f9d6be5e 100644 --- a/package/python-starlette/python-starlette.mk +++ b/package/python-starlette/python-starlette.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_STARLETTE_VERSION = 0.27.0 +PYTHON_STARLETTE_VERSION = 0.34.0 PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz -PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/06/68/559bed5484e746f1ab2ebbe22312f2c25ec62e4b534916d41a8c21147bf8 +PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/4f/36/168ba6d56a28382f3b081b23b0cc431de35786e120b94c1f372708ed3059 PYTHON_STARLETTE_SETUP_TYPE = pep517 PYTHON_STARLETTE_LICENSE = BSD-3-Clause PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md