python-hypothesis: update to 4.6.1.

This commit is contained in:
maxice8 2019-02-20 03:06:56 -03:00 committed by maxice8
parent 3019ca2a84
commit d9ac4d4a67

View file

@ -1,8 +1,8 @@
# Template file for 'python-hypothesis' # Template file for 'python-hypothesis'
pkgname=python-hypothesis pkgname=python-hypothesis
version=4.6.0 version=4.6.1
revision=1 revision=1
noarch=yes archs=noarch
wrksrc="hypothesis-hypothesis-python-${version}" wrksrc="hypothesis-hypothesis-python-${version}"
build_wrksrc=hypothesis-python build_wrksrc=hypothesis-python
build_style=python-module build_style=python-module
@ -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=df1b5d5778ebbbda4c179c9587f6a1cad9d0dba16c5e8200c1cbc11df42bbf1e checksum=94ff87fa182368faf88f8d06aa4dd390e494e8d596acb4fc7bd126d47c311594
do_check() { do_check() {
# In python3 mock is actually unittest.mock # In python3 mock is actually unittest.mock
@ -35,7 +35,7 @@ do_check() {
} }
python3-hypothesis_package() { python3-hypothesis_package() {
noarch=yes archs=noarch
pycompile_module="hypothesis" pycompile_module="hypothesis"
depends="python3-attrs python3-coverage" depends="python3-attrs python3-coverage"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"