python3-hypothesis: update to 6.3.0.
This commit is contained in:
parent
b991b779f1
commit
6f7593fef1
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-hypothesis'
|
# Template file for 'python3-hypothesis'
|
||||||
pkgname=python3-hypothesis
|
pkgname=python3-hypothesis
|
||||||
version=6.2.0
|
version=6.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="hypothesis-hypothesis-python-${version}"
|
wrksrc="hypothesis-hypothesis-python-${version}"
|
||||||
build_wrksrc=hypothesis-python
|
build_wrksrc=hypothesis-python
|
||||||
|
@ -15,7 +15,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=c2d37b04f509cdfc9234050800d06c969f7a7752f47c90232b85f30c5d0f4f75
|
checksum=890f6c5b375dca597a76b4d6653ab70d0b2a154c2890d28a63a2878b0188607c
|
||||||
|
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue