package/python-fastapi: bump to version 0.115.2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-10-13 13:32:50 -06:00
committed by Thomas Petazzoni
parent 5ea294513b
commit ba7bc88687
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fastapi/json
md5 1be069a4db82af6acedf769e61c2aaeb fastapi-0.115.0.tar.gz
sha256 f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004 fastapi-0.115.0.tar.gz
md5 cb1bde7504e7943d869a5d93d999f5bd fastapi-0.115.2.tar.gz
sha256 3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee fastapi-0.115.2.tar.gz
# Locally computed sha256 checksums
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_FASTAPI_VERSION = 0.115.0
PYTHON_FASTAPI_VERSION = 0.115.2
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/7b/5e/bf0471f14bf6ebfbee8208148a3396d1a23298531a6cc10776c59f4c0f87
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/22/fa/19e3c7c9b31ac291987c82e959f36f88840bea183fa3dc3bb654669f19c1
PYTHON_FASTAPI_SETUP_TYPE = pep517
PYTHON_FASTAPI_LICENSE = MIT
PYTHON_FASTAPI_LICENSE_FILES = LICENSE