python-pytest-runner: Update to 5.2

This commit is contained in:
Alexey Pavlov
2019-10-27 18:10:03 +03:00
parent 4cd45f2ee4
commit afd10d0e2a

View File

@@ -3,7 +3,7 @@
_realname=pytest-runner
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=5.1
pkgver=5.2
pkgrel=1
pkgdesc="Invoke py.test as distutils command with dependency resolution (mingw-w64)"
arch=('any')
@@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
# "${MINGW_PACKAGE_PREFIX}-python2-pytest-virtualenv")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz::https://github.com/pytest-dev/${_realname}/archive/$pkgver.tar.gz")
sha256sums=('86912015c23ff1a68a2c59fcead6efd1c90c1bbe7035121fcb1d9ef54d2eae64')
sha256sums=('d890730051292601cc8cf2c160d214c10322a4f179d3a7d2029c6d867b7db199')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {