python-hypothesis: Update to 6.123.13

This commit is contained in:
Christoph Reiter
2025-01-11 11:27:23 +01:00
parent a9fe33a757
commit f3d2c14a64

View File

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