python-hypothesis: update to 6.92.0

This commit is contained in:
Biswapriyo Nath
2023-12-13 14:21:25 +00:00
parent 8660f5d1d9
commit 412ef125ea

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.89.0
pkgver=6.92.0
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)"
arch=('any')
@@ -36,7 +36,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=('9168bb12cd29001067e66b5f25f1bbdeff08b80c29c3909e19fc8205d8b9aeed')
sha256sums=('65b72c7dc7da3e16144db54fe093c6b74a33631b933a8063eb754c5a61361ae6')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"