python-hypothesis: update to 6.96.1

This commit is contained in:
Biswapriyo Nath
2024-01-18 08:48:32 +00:00
parent 2927c2b427
commit 3c8c8eb80f

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.92.2
pkgver=6.96.1
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)"
arch=('any')
@@ -38,7 +38,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=('841f89a486c43bdab55698de8929bd2635639ec20bf6ce98ccd75622d7ee6d41')
sha256sums=('955a57e56be4607c81c17ca53e594af54aadeed91e07b88bb7f84e8208ea7739')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"