package/python-uvicorn: bump to version 0.34.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
James Hilliard
2024-12-18 19:46:10 -07:00
committed by Julien Olivain
parent 1ac1c92a5f
commit daaeb8f621
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
md5 ec8e5bbfecd14029c81730c0a42ed731 uvicorn-0.32.0.tar.gz
sha256 f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e uvicorn-0.32.0.tar.gz
md5 9944ee2becd37cb1c1e804a96c34a9e0 uvicorn-0.34.0.tar.gz
sha256 404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9 uvicorn-0.34.0.tar.gz
# Locally computed sha256 checksums
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_UVICORN_VERSION = 0.32.0
PYTHON_UVICORN_VERSION = 0.34.0
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/e0/fc/1d785078eefd6945f3e5bab5c076e4230698046231eb0f3747bc5c8fa992
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/4b/4d/938bd85e5bf2edeec766267a5015ad969730bb91e31b44021dfe8b22df6c
PYTHON_UVICORN_SETUP_TYPE = hatch
PYTHON_UVICORN_LICENSE = BSD-3-Clause
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md