python3-hypothesis: update to 6.74.0.

This commit is contained in:
Andrew J. Hesford 2023-04-27 09:09:53 -04:00
parent 83d76ff095
commit 7968cbdb58

View file

@ -1,6 +1,6 @@
# Template file for 'python3-hypothesis' # Template file for 'python3-hypothesis'
pkgname=python3-hypothesis pkgname=python3-hypothesis
version=6.72.0 version=6.74.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=04ac15879ae970cda3101c4fa1cab815bc042218e92878ad3874e6a5c55fbbc6 checksum=fb7f50720c870e6cfb6fcb6a63e5c7a9bbcd30571a2362668857b968fb9220e1
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,