python-flaky: Update to 3.6.1

This commit is contained in:
Alexey Pavlov
2019-08-07 15:43:30 +03:00
parent fa4d7e2128
commit db137ec04c

View File

@@ -3,7 +3,7 @@
_realname=flaky
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.6.0
pkgver=3.6.1
pkgrel=1
pkgdesc="Plugin for nose or py.test that automatically reruns flaky tests (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/box/flaky/archive/v${pkgver}.tar.gz")
sha256sums=('ccb2942a6b018803a0c13e753165513baedab8d7da42d1927609be7a5df286cf')
sha256sums=('9a3dd0f33dc38c9aec1e82f16777857788ef595636004609b1bdcc14f497d1e7')
prepare() {
cd "${srcdir}"