python-hypothesis: update to 6.148.7

This commit is contained in:
Dirk Stolle
2025-12-05 23:20:49 +01:00
parent dbae08a765
commit e6baa026e4

View File

@@ -3,7 +3,7 @@
_realname=hypothesis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.148.6
pkgver=6.148.7
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)"
arch=('any')
@@ -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=('0ef1381f893650590f2c5918318d4c8240c79e481bbb621a49acc3dba868d80f')
sha256sums=('b96e817e715c5b1a278411e3b9baf6d599d5b12207ba25e41a8f066929f6c2a6')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"