summaryrefslogtreecommitdiff
path: root/user/py3-hypothesis
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-26 21:37:20 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-26 21:37:20 -0600
commit98571c8ae21a79bae5c09cfa11836b7d43b7cfcd (patch)
treeaf53c928ae503ebae025838e0f079e7256798697 /user/py3-hypothesis
parent998aade99859684687f2b84fb72d88b2f6996367 (diff)
downloadpackages-98571c8ae21a79bae5c09cfa11836b7d43b7cfcd.tar.gz
packages-98571c8ae21a79bae5c09cfa11836b7d43b7cfcd.tar.bz2
packages-98571c8ae21a79bae5c09cfa11836b7d43b7cfcd.tar.xz
packages-98571c8ae21a79bae5c09cfa11836b7d43b7cfcd.zip
user/py3-hypothesis: bump to 4.56.3
Diffstat (limited to 'user/py3-hypothesis')
-rw-r--r--user/py3-hypothesis/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/py3-hypothesis/APKBUILD b/user/py3-hypothesis/APKBUILD
index ad6712c8c..a165c08c5 100644
--- a/user/py3-hypothesis/APKBUILD
+++ b/user/py3-hypothesis/APKBUILD
@@ -4,16 +4,16 @@ pkgname=py3-hypothesis
_pkgname=hypothesis
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
-pkgver=4.32.3
+pkgver=4.56.3
pkgrel=0
pkgdesc="A library for property based testing"
url="https://pypi.python.org/pypi/hypothesis"
arch="noarch"
options="!check" # Tests are missing from release packages due to possible packaging bug?
license="MPL-2.0"
-depends="python3"
-makedepends="python3-dev"
+depends="python3 py3-sortedcontainers"
checkdepends="py3-pytest py3-attrs"
+makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -30,4 +30,4 @@ package() {
}
-sha512sums="a477077bc2406d130839850f813db85a5de0cf102e28f88052831555f6e43cb10ebb780b400966df38578ef6c634e43cea74fd448bcf3001c395be5950af552f py3-hypothesis-4.32.3.tar.gz"
+sha512sums="221515d945669c34b676a9f57ab783e30d998b877b6e5bba27fec45cd95f5ed21e60cb4b019687f884b87c0bcad065f881fb0ca2a8d00bb216c43290bbd7d157 py3-hypothesis-4.56.3.tar.gz"