python-hypothesis: Update to 3.83.1

This commit is contained in:
Alexey Pavlov
2018-12-14 12:09:56 +03:00
parent 426be6a635
commit a0fa36f512

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=3.82.1
pkgver=3.83.1
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=('2d12df5c8c9d3fee48d4bb0a801e39d0007ca756756b4e8716dba88e61c49bb0ad126ea5b5a6940f43c977ebbc366feb4e5b4fe1adb219a429603da84ca0fa95')
sha512sums=('d828dbfe8637b6388b8c77af08970c2b45cd8f6960f26b1c54f3fbeba012e225d116802cae70ee28321de9d961397e60a5ff8cbefc02d085b6f6978f6bddf56e')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {