python-trio: update to 0.31.0

This commit is contained in:
Dirk Stolle 2025-09-11 00:14:20 +02:00
parent 26f6b63c11
commit e0469193ab

View File

@ -3,17 +3,20 @@
_realname=trio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.30.0
pkgver=0.31.0
pkgrel=1
pkgdesc="A friendly Python library for async concurrency and I/O (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'anitya: 17451'
'archlinux: python-trio'
'gentoo: dev-python/trio'
'purl: pkg:pypi/trio'
)
msys2_repository_url='https://github.com/python-trio/trio/'
url='https://trio.readthedocs.io/'
msys2_changelog_url='https://trio.readthedocs.io/en/stable/history.html'
license=('spdx:Apache-2.0 OR MIT')
depends=(
"${MINGW_PACKAGE_PREFIX}-python"
@ -30,7 +33,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df')
sha256sums=('f71d551ccaa79d0cb73017a33ef3264fde8335728eb4c6391451fe5d253a9d5b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"