python-pytest-xdist: update to 3.8.0

This commit is contained in:
Biswapriyo Nath 2025-07-06 06:18:41 +00:00
parent 64efdb28d6
commit bad9ebf94f

View File

@ -3,7 +3,7 @@
_realname=pytest-xdist
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.7.0
pkgver=3.8.0
pkgrel=1
pkgdesc="py.test xdist plugin for distributed testing and loop-on-failing modes (mingw-w64)"
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('f9248c99a7c15b7d2f90715df93610353a485827bc06eefb6566d23f6400f126')
sha256sums=('7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1')
prepare() {
rm -rf python-build-${MSYSTEM} | true