From afd10d0e2ae59ea88935bee2a52b80b786aa32bd Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Sun, 27 Oct 2019 18:10:03 +0300 Subject: [PATCH] python-pytest-runner: Update to 5.2 --- mingw-w64-python-pytest-runner/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pytest-runner/PKGBUILD b/mingw-w64-python-pytest-runner/PKGBUILD index 99be519133..d1ceb54c43 100644 --- a/mingw-w64-python-pytest-runner/PKGBUILD +++ b/mingw-w64-python-pytest-runner/PKGBUILD @@ -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() {