python-pytest-asyncio: update to 0.20.2

This commit is contained in:
Mehdi Chinoune
2022-11-13 06:23:32 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 1dc47a1a33
commit 8d86ef89c0

View File

@@ -3,7 +3,7 @@
_realname=pytest-asyncio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.20.1
pkgver=0.20.2
pkgrel=1
pkgdesc='Pytest support for asyncio (mingw-w64)'
arch=('any')
@@ -19,7 +19,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=('626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519')
sha256sums=('32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"