python-pytest-asyncio: update to 1.1.0

This commit is contained in:
Biswapriyo Nath 2025-07-20 05:31:03 +00:00
parent c0fc295546
commit b3841522e9

View File

@ -3,7 +3,7 @@
_realname=pytest-asyncio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.0.0
pkgver=1.1.0
pkgrel=1
pkgdesc='Pytest support for asyncio (mingw-w64)'
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-flaky"
"${MINGW_PACKAGE_PREFIX}-python-hypothesis")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f')
sha256sums=('796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"