python3-hypothesis: update to 6.72.0.

This commit is contained in:
Andrew J. Hesford 2023-04-19 09:09:28 -04:00
parent d36aa4a328
commit 602ac0d09e

View file

@ -1,6 +1,6 @@
# Template file for 'python3-hypothesis' # Template file for 'python3-hypothesis'
pkgname=python3-hypothesis pkgname=python3-hypothesis
version=6.71.0 version=6.72.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=905f0eb5c9d2b6c5eb31ca16f6ab624632205b8ce4a740bea657571063c929d4 checksum=04ac15879ae970cda3101c4fa1cab815bc042218e92878ad3874e6a5c55fbbc6
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,