pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis 3.18.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/207c79c17e93
branches:  trunk
changeset: 366936:207c79c17e93
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Aug 19 12:16:20 2017 +0000

description:
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:

 devel/py-hypothesis/Makefile |  10 ++++++++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 5166232f0796 -r 207c79c17e93 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sat Aug 19 11:37:10 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Sat Aug 19 12:16:20 2017 +0000
@@ -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 @@
 
 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 -r 5166232f0796 -r 207c79c17e93 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Sat Aug 19 11:37:10 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Sat Aug 19 12:16:20 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index