uvicorn: update to 0.36.0

This commit is contained in:
Konstantin Podsvirov
2025-09-20 16:28:53 +03:00
parent beb6a3ecf5
commit 8f7219dedc

View File

@@ -3,7 +3,7 @@
_realname=uvicorn
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.35.0
pkgver=0.36.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=('bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01')
sha256sums=('527dc68d77819919d90a6b267be55f0e76704dca829d34aea9480be831a9b9d9')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"