python-trio: update to 0.26.0

This commit is contained in:
Biswapriyo Nath
2024-07-31 14:07:34 +00:00
parent 53b79872e5
commit e7f5a67b4b

View File

@@ -3,7 +3,7 @@
_realname=trio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.25.1
pkgver=0.26.0
pkgrel=1
pkgdesc="A friendly Python library for async concurrency and I/O (mingw-w64)"
arch=('any')
@@ -31,7 +31,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-wheel"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('9f5314f014ea3af489e77b001861c535005c3858d38ec46b6b071ebfa339d7fb')
sha256sums=('67c5ec3265dd4abc7b1d1ab9ca4fe4c25b896f9c93dac73713778adab487f9c4')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"