summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-08-19 12:16:20 +0000
committeradam <adam@pkgsrc.org>2017-08-19 12:16:20 +0000
commit3b734c192ba77499be04456498325fc42e0725db (patch)
tree088a68043ae0134959fe55b65bdc7ac1cf79e988 /devel
parent3172d52e6c4e9ab12af56b241b43bc1bed7306a9 (diff)
downloadpkgsrc-3b734c192ba77499be04456498325fc42e0725db.tar.gz
3.18.5:
This is a bugfix release for ~hypothesis.strategies.integers. Previously the strategy would hit an internal assertion if passed non-integer bounds for min_value and max_value that had no integers between them. The strategy now raises InvalidArgument instead.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-hypothesis/Makefile10
-rw-r--r--devel/py-hypothesis/distinfo10
2 files changed, 13 insertions, 7 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index ec67df401ca..4f42aafef4d 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/08/13 09:46:55 adam Exp $
+# $NetBSD: Makefile,v 1.29 2017/08/19 12:16:20 adam Exp $
-DISTNAME= hypothesis-3.17.0
+DISTNAME= hypothesis-3.18.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -12,6 +12,12 @@ LICENSE= mpl-2.0
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+.include "../../lang/python/pyversion.mk"
+
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+.endif
+
USE_LANGUAGES= # none
# actual tests only in github distfile, but that needs py-test and
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index a98030c946f..bababdc6915 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2017/08/13 09:46:55 adam Exp $
+$NetBSD: distinfo,v 1.26 2017/08/19 12:16:20 adam Exp $
-SHA1 (hypothesis-3.17.0.tar.gz) = a8f966ca12ffb6df181f97e7c9fe2d44fdca1a3c
-RMD160 (hypothesis-3.17.0.tar.gz) = 668f5836940ab44a4a98bac48d64c73d17062553
-SHA512 (hypothesis-3.17.0.tar.gz) = ef123b5de12b75613a6f4901e9abfff8c3e70f941c78bd9e768b926cb7aadcf334119c6a3df7ee5fac732bb42f3ec2db746b8d9a5eeedcd86d7e9652c4aa544c
-Size (hypothesis-3.17.0.tar.gz) = 96690 bytes
+SHA1 (hypothesis-3.18.5.tar.gz) = c3ac95f414ea3888f6eb5dce790c23cc7b56884f
+RMD160 (hypothesis-3.18.5.tar.gz) = b171ccc27adc8b099e8cbc381446cebd837f7517
+SHA512 (hypothesis-3.18.5.tar.gz) = f2203808cfd39750474d0f26a59d09121102eabf5f4c7bb7d2fa922c87fc645e7b6bb24c53ab64c4c42983fc47bc77fe6fa504f02f80a0fe5a5cd659db182e27
+Size (hypothesis-3.18.5.tar.gz) = 98533 bytes