python-trio: update to 0.28.0

This commit is contained in:
Biswapriyo Nath 2025-01-01 06:25:27 +00:00
parent f5592b03a7
commit 933c0c25ff

View File

@ -3,8 +3,8 @@
_realname=trio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.26.2
pkgrel=2
pkgver=0.28.0
pkgrel=1
pkgdesc="A friendly Python library for async concurrency and I/O (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -30,7 +30,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4')
sha256sums=('4e547896fe9e8a5658e54e4c7c5fa1db748cbbbaa7c965e7d40505b928c73c05')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"