python3-hypothesis: update to 6.65.0.

This commit is contained in:
Andrew J. Hesford 2023-01-26 09:14:38 -05:00
parent 26bcb766fa
commit 78e1b965d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-hypothesis' # Template file for 'python3-hypothesis'
pkgname=python3-hypothesis pkgname=python3-hypothesis
version=6.64.0 version=6.65.0
revision=1 revision=1
build_wrksrc=hypothesis-python build_wrksrc=hypothesis-python
build_style=python3-module build_style=python3-module
@ -14,7 +14,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=297b62978d812c4f73ceb4050f37043348d3f4237848e3648f4cdf1cfaf19c41 checksum=f1cea50419e4bfacd417aed13b5021c8ce745ced70da16669abb77cffb76284b
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,