python3-fastapi: update to 0.131.0.

This commit is contained in:
Jason Elswick
2026-02-23 03:22:10 +01:00
committed by Duncan Overbruck
parent da0ee0a4fd
commit 21f7affbd4
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'python3-fastapi'
pkgname=python3-fastapi
version=0.129.0
version=0.131.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-pdm-backend"
@@ -10,7 +10,7 @@ maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/FastAPI/FastAPI"
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
checksum=b5286af85ea8dd46ebb5426a948aa145210956a33b056b1f34a049eb79cc26b4
checksum=fb873e46216ea0476b4e8d6bacf6508821377d25c59cc9a5331bb1bbd6649e9b
make_check=no # too many unpackaged dependencies
post_install() {