python-hypothesis: update to 6.148.2

This commit is contained in:
Dirk Stolle
2025-11-18 23:07:00 +01:00
parent 97347e1d92
commit 1a7ea9a8b2

View File

@@ -3,7 +3,7 @@
_realname=hypothesis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.148.1
pkgver=6.148.2
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=('98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7')
sha256sums=('07e65d34d687ddff3e92a3ac6b43966c193356896813aec79f0a611c5018f4b1')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"