From d91c8b9f1e49a3fe82c73ffcda9cada1bb264f6d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 2 Jul 2024 12:59:36 +0000 Subject: [PATCH] python-pytest: update to 8.2.2 --- mingw-w64-python-pytest/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index 21abf051c2..e225a6c077 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/PKGBUILD @@ -3,10 +3,7 @@ _realname=pytest pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=8.2.0 +pkgver=8.2.2 pkgrel=1 pkgdesc='simple powerful testing with Python (mingw-w64)' license=('spdx:MIT') @@ -37,7 +34,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-argcomplete" "${MINGW_PACKAGE_PREFIX}-python-requests") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f') +sha256sums=('de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977') prepare() { sed -i 's/assert numentries == 0/assert numentries == 26/' ${_realname}-${pkgver}/testing/python/collect.py