From a0fa36f51265d34fe5b53963e2cf2214d77caba3 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 14 Dec 2018 12:09:56 +0300 Subject: [PATCH] python-hypothesis: Update to 3.83.1 --- 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 8e517f4ffb..836041593a 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=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() {