python-pytest-asyncio: update to 0.21.0

This commit is contained in:
Mehdi Chinoune
2023-03-19 12:27:02 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 60666d1632
commit d258714320

View File

@@ -3,7 +3,7 @@
_realname=pytest-asyncio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.20.3
pkgver=0.21.0
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=('83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36')
sha256sums=('2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"