python-pytest-runner: Update to 5.1

This commit is contained in:
Alexey Pavlov
2019-07-01 19:23:42 +03:00
parent 51f5623706
commit f986909ddd

View File

@@ -3,7 +3,7 @@
_realname=pytest-runner
pkgbase=python-${_realname}
pkgname=("python3-${_realname}" "python2-${_realname}")
pkgver=4.4
pkgver=5.1
pkgrel=1
pkgdesc="Invoke py.test as distutils command with dependency resolution"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python2-pytest' 'python3-pytest' 'python2-setuptools-scm' 'python3
#checkdepends=('python3-pytest-virtualenv' 'python2-pytest-virtualenv' 'python3-pytest-flake8'
# 'python2-pytest-flake8')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-runner/archive/$pkgver.tar.gz")
sha512sums=('a369bea32accebc0cb1184ca6fbc7c73c9385c2745f14e1102c3da96ce0a41b901d0b20eaef1e0eecb06f448414624b3edb14f34829c1dc8953c0d472dc38862')
sha512sums=('79806b6370e2378b5f230181e265e3046739ebc3ece729d1e3805510b5fb2d34022d60b9071a5a036f3b2604ffedf14b403e9910f0c56a58adc5c51c84866146')
prepare() {
for builddir in python{2,3}-build-${CARCH}; do