python-pytest: Update to 4.0.2

This commit is contained in:
Alexey Pavlov
2018-12-18 13:36:14 +03:00
parent 25c6922e91
commit d525b37125

View File

@@ -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}