python-hypothesis: Update to 4.28.2

This commit is contained in:
Alexey Pavlov
2019-07-17 16:07:51 +03:00
parent 7d33921c61
commit 3bbf324a9b

View File

@@ -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() {