From d258714320eb3d53fbc03fecf7c50f53bfcedb80 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 19 Mar 2023 12:27:02 +0000 Subject: [PATCH] python-pytest-asyncio: update to 0.21.0 --- mingw-w64-python-pytest-asyncio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pytest-asyncio/PKGBUILD b/mingw-w64-python-pytest-asyncio/PKGBUILD index a9a2aaf6ee..1ec36412f7 100644 --- a/mingw-w64-python-pytest-asyncio/PKGBUILD +++ b/mingw-w64-python-pytest-asyncio/PKGBUILD @@ -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}"