From aa12aa4f462e2f8a72e376436717adf3d3c3fc4a Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 16 Apr 2023 06:11:25 +0000 Subject: [PATCH] python-hypothesis: update to 6.72.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 f0f986817c..594b45dea5 100644 --- a/mingw-w64-python-hypothesis/PKGBUILD +++ b/mingw-w64-python-hypothesis/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=6.71.0 +pkgver=6.72.1 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -35,7 +35,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") # "${MINGW_PACKAGE_PREFIX}-python-pandas") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${pkgver}.tar.gz") -sha512sums=('dea1d5ec1b753649345edd784183f171531adb583e33d0e5d12b14554169fa054e05f4c16135171c708c208b42968082b3ce79cc0441efccf1eff6da37c59f97') +sha512sums=('1a9d4b103f714e27ec5e33efbdfda0cc3febbe77caf6f605db7fb3b2df857712682a3cce80e75f45f9cd88b1715789d7fc2c5a7d50edbf66a699f5381e2671e5') # Helper macros to help make tasks easier # apply_patch_with_msg() {