python-hypothesis: update to 3.55.0.

Closes: #13063 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
maxice8 2018-03-20 01:21:51 -03:00 committed by Jürgen Buchmüller
parent 0f03fdd01b
commit 820d8d3565
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'python-hypothesis'
pkgname=python-hypothesis
version=3.49.1
version=3.55.0
revision=1
wrksrc="${pkgname/python-//}-python-${version}"
build_style=python-module
pycompile_module="hypothesis"
hostmakedepends="python-setuptools python3-setuptools"
checkdepends="python3-pytest python-pytest python3-attrs python-attrs python3-coverage
python-coverage python3-pytz python-enum34 python3-flaky"
depends="python-attrs python-coverage python-enum34 python-pytz python-pandas"
depends="python-attrs python-coverage python-enum34 python-pandas"
checkdepends="python-coverage python-enum34 python-pytest python3-coverage
python3-flaky python3-pytest python3-pytz"
short_desc="A Python2 library for property based testing"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MPL-2.0"
homepage="http://hypothesis.works/"
distfiles="https://github.com/HypothesisWorks/hypothesis-python/archive/${version}.tar.gz"
checksum=6dc8749f2faeb16db21e1a996733441673c5bfe295aac89e7dcce810d668a516
checksum=d13348dc2bf80c17ccd760580407ad7e2a68921e9cd3b9ee9b2139076abab741
noarch=yes
do_check() {