python-hypothesis: update to 4.6.1.
This commit is contained in:
parent
3019ca2a84
commit
d9ac4d4a67
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-hypothesis'
|
||||
pkgname=python-hypothesis
|
||||
version=4.6.0
|
||||
version=4.6.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
wrksrc="hypothesis-hypothesis-python-${version}"
|
||||
build_wrksrc=hypothesis-python
|
||||
build_style=python-module
|
||||
|
@ -17,7 +17,7 @@ license="MPL-2.0"
|
|||
homepage="https://hypothesis.works/"
|
||||
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"
|
||||
checksum=df1b5d5778ebbbda4c179c9587f6a1cad9d0dba16c5e8200c1cbc11df42bbf1e
|
||||
checksum=94ff87fa182368faf88f8d06aa4dd390e494e8d596acb4fc7bd126d47c311594
|
||||
|
||||
do_check() {
|
||||
# In python3 mock is actually unittest.mock
|
||||
|
@ -35,7 +35,7 @@ do_check() {
|
|||
}
|
||||
|
||||
python3-hypothesis_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
pycompile_module="hypothesis"
|
||||
depends="python3-attrs python3-coverage"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
|
|
Loading…
Reference in a new issue