uvicorn: update to 0.29.0

This commit is contained in:
Konstantin Podsvirov
2024-03-21 00:41:11 +03:00
parent 9075d7e868
commit 427ea8dd4e

View File

@@ -3,7 +3,7 @@
_realname=uvicorn
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.28.1
pkgver=0.29.0
pkgrel=1
pkgdesc='The lightning-fast ASGI server (mingw-w64)'
arch=('any')
@@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c')
sha256sums=('6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"