python-pytest-rerunfailures: update to 16.1

This commit is contained in:
Dirk Stolle 2025-10-10 20:47:43 +02:00
parent 536989abb9
commit 7e4ceb263c

View File

@ -3,15 +3,18 @@
_realname=pytest-rerunfailures
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=15.1
pkgver=16.1
pkgrel=1
pkgdesc="a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-pytest-rerunfailures'
'gentoo: dev-python/pytest-rerunfailures'
'purl: pkg:pypi/pytest-rerunfailures'
)
url='https://github.com/pytest-dev/pytest-rerunfailures'
msys2_changelog_url='https://pytest-rerunfailures.readthedocs.io/latest/changelog.html'
license=('spdx:MPL-2.0')
depends=(
"${MINGW_PACKAGE_PREFIX}-python"
@ -24,7 +27,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('c6040368abd7b8138c5b67288be17d6e5611b7368755ce0465dda0362c8ece80')
sha256sums=('c38b266db8a808953ebd71ac25c381cb1981a78ff9340a14bcb9f1b9bff1899e')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"