package/python-fastapi: bump to 0.124.4

Two more bugfix releases:

* https://github.com/fastapi/fastapi/releases/tag/0.124.3
* https://github.com/fastapi/fastapi/releases/tag/0.124.4

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-12-16 16:33:21 +01:00
committed by Julien Olivain
parent 4ffd6166a6
commit e3f62fca6a
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 d82c1c5040c1d29b7e0cb4bce9ac0e51 fastapi-0.124.2.tar.gz
sha256 72e188f01f360e2f59da51c8822cbe4bca210c35daaae6321b1b724109101c00 fastapi-0.124.2.tar.gz
md5 8deab8ab1b623e1428e4753110295297 fastapi-0.124.4.tar.gz
sha256 0e9422e8d6b797515f33f500309f6e1c98ee4e85563ba0f2debb282df6343763 fastapi-0.124.4.tar.gz
# Locally computed sha256 checksums
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_FASTAPI_VERSION = 0.124.2
PYTHON_FASTAPI_VERSION = 0.124.4
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/58/b7/4dbca3f9d847ba9876dcb7098c13a4c6c86ee8db148c923fab78e27748d3
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/cd/21/ade3ff6745a82ea8ad88552b4139d27941549e4f19125879f848ac8f3c3d
PYTHON_FASTAPI_SETUP_TYPE = pep517
PYTHON_FASTAPI_LICENSE = MIT
PYTHON_FASTAPI_LICENSE_FILES = LICENSE