From c817ae2dfc927c286fcb6fd5aada7561fa071aed Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 7 Jan 2026 23:29:40 +0100 Subject: [PATCH] python-hypothesis: update to 6.150.0 --- mingw-w64-python-hypothesis/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-hypothesis/PKGBUILD b/mingw-w64-python-hypothesis/PKGBUILD index e69185866f..0c54f00576 100644 --- a/mingw-w64-python-hypothesis/PKGBUILD +++ b/mingw-w64-python-hypothesis/PKGBUILD @@ -3,8 +3,8 @@ _realname=hypothesis pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.148.9 -pkgrel=2 +pkgver=6.150.0 +pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -34,7 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('6ec0696ed2fff8c514d61b6f1ca2cd1cb00c948ffd18cab1877c941c0ddb2839') +sha256sums=('ac263bdaf338f4899a9a56e8224304e29b3ad91799e0274783c49abd91ea35ac') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"