python-flexmock: Update to 0.10.4

This commit is contained in:
Alexey Pavlov
2019-06-03 12:37:46 +03:00
parent fa16ed010a
commit 0de4e4ff18

View File

@@ -3,7 +3,7 @@
_realname=flexmock
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.10.2
pkgver=0.10.4
pkgrel=1
pkgdesc="Mock/Stub/Spy library for Python (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python3-pytest-runner")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/bkabrda/flexmock/archive/$pkgver.tar.gz")
sha512sums=('2b1dd6f2866354d834aa312aa13059225070e1eb32631d57797e191f745f09873a336f7f625178e6af3960969af9cf0610474e050ba4c272a358d905575189d5')
sha512sums=('96d3af9625b1dbd987b291c7ed26a77476f54fe4548d16ad70adeefc0093f51a3b47d8b3fb4339611dfadd8b2d55a1bc734e70bc093683192f1f351badf08553')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {