From 0de4e4ff18862cfef184b3db25e8cca009b7a1d4 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 3 Jun 2019 12:37:46 +0300 Subject: [PATCH] python-flexmock: Update to 0.10.4 --- mingw-w64-python-flexmock/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-flexmock/PKGBUILD b/mingw-w64-python-flexmock/PKGBUILD index de72ac01c0..9736414ca8 100644 --- a/mingw-w64-python-flexmock/PKGBUILD +++ b/mingw-w64-python-flexmock/PKGBUILD @@ -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() {