diff options
author | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2023-12-26 02:17:44 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2023-12-26 11:24:19 +0000 |
commit | d862b36371f280ad819c88e3525d0a416aec7b39 (patch) | |
tree | c85600275cd6537ee697df4e2ae48d6ce2e04b09 | |
parent | 67514de42d5deb05a0eec448a071cd97bb2f9f07 (diff) | |
download | aports-d862b36371f280ad819c88e3525d0a416aec7b39.zip |
testing/py3-fastapi: upgrade to 0.106.0
-rw-r--r-- | testing/py3-fastapi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-fastapi/APKBUILD b/testing/py3-fastapi/APKBUILD index 0739c7d14db..8dd325249fe 100644 --- a/testing/py3-fastapi/APKBUILD +++ b/testing/py3-fastapi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Steven Guikal <void@fluix.one> # Maintainer: Steven Guikal <void@fluix.one> pkgname=py3-fastapi -pkgver=0.105.0 +pkgver=0.106.0 pkgrel=0 pkgdesc="Modern, high-performance, web framework for building APIs based on standard Python type hints" url="https://github.com/tiangolo/fastapi" @@ -61,6 +61,6 @@ package() { } sha512sums=" -0b4a0d804f3d2b0a5386f50fe3d82890ea36075847e4e99020a67f623f2771b0c16bdc97105720c68012a72139c20dea8240e2097b8b6d878138ad486ead4cef py3-fastapi-0.105.0.tar.gz +17b0a609fbb48b16899cf9447eb6f2e477fd37d279175f959e2de8ccd1c10924c8906de90fbaf5cb896221ec00e92709cab1886466ec9b82c8204013f759190d py3-fastapi-0.106.0.tar.gz 854946e3e52460edfd84cd44e254659354171e88245f4134c7f943a07bf3b08455ad81c54f4c58c50f639aa7288e25d81711f3d7867bbe2d6c83844e2fdd9921 pytest-markers.patch " |