python-hypothesis: update to 6.115.0

This commit is contained in:
Biswapriyo Nath
2024-10-14 04:56:59 +00:00
parent f0e61109f8
commit 20aa972740

View File

@@ -3,7 +3,7 @@
_realname=hypothesis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.114.0
pkgver=6.115.0
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=('cdded8b9e3f8a8088a444ad525c06ac67a4d4f6605f672535c41fd9a49cd128f')
sha256sums=('0603fdfa80b0866997ea8a618ca62c468fa03b902b2d3559a4b485dba0630e51')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"