python-starlette: update to 0.48.0

This commit is contained in:
Konstantin Podsvirov 2025-09-16 21:38:02 +03:00
parent 757e91293e
commit f950070060

View File

@ -4,7 +4,7 @@ _realname=starlette
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
epoch=1
pkgver=0.47.3
pkgver=0.48.0
pkgrel=1
pkgdesc="The little ASGI framework that shines (mingw-w64)"
arch=('any')
@ -28,7 +28,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-itsdangerous: for session middleware
"${MINGW_PACKAGE_PREFIX}-python-yaml: for schema generator"
"${MINGW_PACKAGE_PREFIX}-python-httpx: for test client")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9')
sha256sums=('7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46')
prepare() {
rm -rf python-build-${MSYSTEM} | true