python3-hypothesis: update to 6.46.0.

This commit is contained in:
Andrew J. Hesford 2022-05-01 22:30:04 -04:00
parent 27f5baa37d
commit 4db73fc3ad

View file

@ -1,6 +1,6 @@
# Template file for 'python3-hypothesis' # Template file for 'python3-hypothesis'
pkgname=python3-hypothesis pkgname=python3-hypothesis
version=6.43.0 version=6.46.0
revision=1 revision=1
wrksrc="hypothesis-hypothesis-python-${version}" wrksrc="hypothesis-hypothesis-python-${version}"
build_wrksrc=hypothesis-python build_wrksrc=hypothesis-python
@ -15,7 +15,7 @@ license="MPL-2.0"
homepage="https://hypothesis.works/" homepage="https://hypothesis.works/"
changelog="https://hypothesis.readthedocs.io/en/latest/changes.html" changelog="https://hypothesis.readthedocs.io/en/latest/changes.html"
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
checksum=57e04ecd3fb433604a17dbcf535947734f98bcced562a71c67513d98919d1d3b checksum=47a115c01f40afa137747b3ddd8c2d7394be86da1318222eeecc66c227b49d38
do_check() { do_check() {
# Manually run the tests that tox considers part of the "full" suite, # Manually run the tests that tox considers part of the "full" suite,