python3-hypothesis: update to 6.111.0.
This commit is contained in:
parent
1134b1503e
commit
4bbacbfcc7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-hypothesis'
|
||||
pkgname=python3-hypothesis
|
||||
version=6.110.0
|
||||
version=6.111.0
|
||||
revision=1
|
||||
build_wrksrc=hypothesis-python
|
||||
build_style=python3-pep517
|
||||
|
@ -12,7 +12,7 @@ make_check_args="
|
|||
--ignore=tests/lark/test_grammar.py
|
||||
--ignore=tests/patching/test_patching.py
|
||||
--ignore=tests/redis/test_redis_exampledatabase.py
|
||||
-k not(test_registered_from_entrypoint)
|
||||
-k not((test_registered_from_entrypoint)or(test_typevar_type_is_consistent))
|
||||
"
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-attrs python3-sortedcontainers"
|
||||
|
@ -24,7 +24,7 @@ license="MPL-2.0"
|
|||
homepage="https://hypothesis.works/"
|
||||
changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/master/hypothesis-python/docs/changes.rst"
|
||||
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
|
||||
checksum=cee490a1f9c0f42e9b7bb8012dd23ed1f4273ef374cbac76a1b7c43e0be70739
|
||||
checksum=f93bbd98cd5b8beb77e167a1236b916496d4e0732a11c7616ee944ed134dd72b
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" != full ]; then
|
||||
# Skip "full" tests unless explicitly requested"
|
||||
|
|
Loading…
Reference in New Issue