From 3bbf324a9bf5444f8a079c2f1f492d12db4ce3a5 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 17 Jul 2019 16:07:51 +0300 Subject: [PATCH] python-hypothesis: Update to 4.28.2 --- mingw-w64-python-hypothesis/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-hypothesis/PKGBUILD b/mingw-w64-python-hypothesis/PKGBUILD index 9dc47c88f2..6b6471b37d 100644 --- a/mingw-w64-python-hypothesis/PKGBUILD +++ b/mingw-w64-python-hypothesis/PKGBUILD @@ -3,7 +3,7 @@ _realname=hypothesis pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.27.0 +pkgver=4.28.2 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -42,7 +42,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" # "${MINGW_PACKAGE_PREFIX}-python2-pandas") options=('staticlibs' 'strip' '!debug') source=("${_realname}-$pkgver.tar.gz"::"https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('466dfeac994b59f3781dcbffd76c8d8782cf7906f669ccf642b0085a4c5f1aad244e75e9aa2e170cb0c51207c476a490db8c4909bf88814583b468f649831103') +sha512sums=('3926d00d507345a179b47cace3554e3caf3310f669b27540dcea7e8d6d8433fcd45fdbba0c2149a9b968fdc7db8a25b51089ee467606f7a2b5073e964fe50933') # Helper macros to help make tasks easier # apply_patch_with_msg() {