From d525b37125d459207fc843550eaa80dba5a50737 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 18 Dec 2018 13:36:14 +0300 Subject: [PATCH] python-pytest: Update to 4.0.2 --- mingw-w64-python-pytest/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index 87b3638ba3..8f260da7dc 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/PKGBUILD @@ -4,7 +4,7 @@ _pyname=pytest _realname=${_pyname} pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc='simple powerful testing with Python (mingw-w64)' url='https://pytest.org/' @@ -47,7 +47,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-nose" "${MINGW_PACKAGE_PREFIX}-python3-hypothesis" "${MINGW_PACKAGE_PREFIX}-python2-hypothesis") source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('d4cfe001e6f6c4529c371da4466f982523a86da3c6e51ae8bb6c882bf20e5c39') +sha256sums=('bbc68a7d2c06cbc1d9860224780c40671456be1a1c75bbb9533a4a20483bdd51') prepare() { cd ${srcdir}