uvicorn: update to 0.37.0

This commit is contained in:
Dirk Stolle 2025-09-23 16:51:53 +02:00
parent 524223bd6f
commit c8052f70f2

View File

@ -3,14 +3,18 @@
_realname=uvicorn
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.36.0
pkgver=0.37.0
pkgrel=1
pkgdesc='The lightning-fast ASGI server (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://www.uvicorn.org/'
msys2_repository_url='https://github.com/encode/uvicorn'
msys2_changelog_url='https://uvicorn.dev/release-notes/'
msys2_references=(
'archlinux: uvicorn'
'cpe: cpe:2.3:a:encode:uvicorn'
'gentoo: dev-python/uvicorn'
'purl: pkg:pypi/uvicorn'
)
license=('spdx:BSD-3-Clause')
@ -22,7 +26,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=('527dc68d77819919d90a6b267be55f0e76704dca829d34aea9480be831a9b9d9')
sha256sums=('4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"