python-hypothesis: update to 4.5.2.
This commit is contained in:
parent
dea969b6d0
commit
baca4660f5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-hypothesis'
|
# Template file for 'python-hypothesis'
|
||||||
pkgname=python-hypothesis
|
pkgname=python-hypothesis
|
||||||
version=4.5.1
|
version=4.5.2
|
||||||
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=8771cba3f6b6bf50b1541548b40d8f8b0ccc82fc951da41853b8a6dd95534bf6
|
checksum=511158d6967dd5f218e87193f88207531b9ab8f240779a93c10d0036a31c122c
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# In python3 mock is actually unittest.mock
|
# In python3 mock is actually unittest.mock
|
||||||
|
|
Loading…
Reference in New Issue