pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 19 12:16:20 UTC 2017

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-hypothesis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.28 pkgsrc/devel/py-hypothesis/Makefile:1.29
--- pkgsrc/devel/py-hypothesis/Makefile:1.28    Sun Aug 13 09:46:55 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Sat Aug 19 12:16:20 2017
@@ -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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.25 pkgsrc/devel/py-hypothesis/distinfo:1.26
--- pkgsrc/devel/py-hypothesis/distinfo:1.25    Sun Aug 13 09:46:55 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Sat Aug 19 12:16:20 2017
@@ -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