diff --git a/mingw-w64-python-pytest-rerunfailures/PKGBUILD b/mingw-w64-python-pytest-rerunfailures/PKGBUILD index 3483e3b50f..fa3e5fa60b 100644 --- a/mingw-w64-python-pytest-rerunfailures/PKGBUILD +++ b/mingw-w64-python-pytest-rerunfailures/PKGBUILD @@ -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}"