package/python-starlette: bump to version 0.34.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2024-01-11 00:29:22 -07:00 committed by Peter Korsgaard
parent 83763e58de
commit 8928608c19
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 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

View File

@ -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