python-hypothesis: update to 6.140.3

This commit is contained in:
Dirk Stolle
2025-10-05 01:16:03 +02:00
parent 6c76aeb65d
commit be64b015ef

View File

@@ -3,7 +3,7 @@
_realname=hypothesis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.140.2
pkgver=6.140.3
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)"
arch=('any')
@@ -15,6 +15,7 @@ msys2_documentation_url='https://hypothesis.readthedocs.io/'
msys2_changelog_url='https://hypothesis.readthedocs.io/en/latest/changes.html'
msys2_references=(
'archlinux: python-hypothesis'
'cygwin: python-hypothesis'
'gentoo: dev-python/hypothesis'
'purl: pkg:pypi/hypothesis'
)
@@ -33,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=('b3b4a162134eeef8a992621de6c43d80e03d44704a3c3bfb5b9d0661b375b0d2')
sha256sums=('4f4a09bf77af21e0cc3dffed1ea639812dc75d38f81308ec9fb0e33f8557b0cb')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"