python-hypothesis: update to 3.86.0.
This commit is contained in:
parent
2d43f32c49
commit
9dad9aa510
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-hypothesis'
|
# Template file for 'python-hypothesis'
|
||||||
pkgname=python-hypothesis
|
pkgname=python-hypothesis
|
||||||
version=3.85.2
|
version=3.86.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="hypothesis-hypothesis-python-${version}"
|
wrksrc="hypothesis-hypothesis-python-${version}"
|
||||||
|
@ -17,7 +17,7 @@ license="MPL-2.0"
|
||||||
homepage="https://hypothesis.works/"
|
homepage="https://hypothesis.works/"
|
||||||
changelog="https://github.com/HypothesisWorks/hypothesis/raw/master/hypothesis-python/docs/changes.rst"
|
changelog="https://github.com/HypothesisWorks/hypothesis/raw/master/hypothesis-python/docs/changes.rst"
|
||||||
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=2b03df075face63299209b99e2196c73f3e9fb603e7aca44622b20fd30a3037a
|
checksum=1daa8141f334e7a608317af3b4c1787c30504010264ac0f7a06007c572d84ce2
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# pytest doesn't recognize -n switch
|
# pytest doesn't recognize -n switch
|
||||||
|
|
Loading…
Reference in New Issue