pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: updated to 3.69.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cc8045e3381
branches:  trunk
changeset: 312137:5cc8045e3381
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 27 06:17:33 2018 +0000

description:
py-hypothesis: updated to 3.69.3

3.69.3:
This patch handles passing an empty :class:python:enum.Enum to :func:~hypothesis.strategies.from_type returns :func:~hypothesis.strategies.nothing, instead of raising an internal 
:class:python:AssertionError.

3.69.2:
This patch fixes a small mistake in an internal comment. There is no user-visible change.

3.69.1:
This change fixes a small bug in how the core engine consults its cache of previously-tried inputs. There is unlikely to be any user-visible change.

3.69.0:
This release improves argument validation for stateful testing.

If the target or targets of a :func:~hypothesis.stateful.rule are invalid, we now raise a useful validation error rather than an internal exception.
Passing both the target and targets arguments is deprecated - append the target bundle to the targets tuple of bundles instead.
Passing the name of a Bundle rather than the Bundle itself is also deprecated.

diffstat:

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

diffs (27 lines):

diff -r b4eb2eb0184c -r 5cc8045e3381 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Mon Aug 27 06:15:13 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Mon Aug 27 06:17:33 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2018/08/17 07:15:22 adam Exp $
+# $NetBSD: Makefile,v 1.59 2018/08/27 06:17:33 adam Exp $
 
-DISTNAME=      hypothesis-3.68.0
+DISTNAME=      hypothesis-3.69.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r b4eb2eb0184c -r 5cc8045e3381 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Mon Aug 27 06:15:13 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Mon Aug 27 06:17:33 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2018/08/17 07:15:22 adam Exp $
+$NetBSD: distinfo,v 1.56 2018/08/27 06:17:33 adam Exp $
 
-SHA1 (hypothesis-3.68.0.tar.gz) = 47e40b233f4d8a2c671834e34c814b392329d072
-RMD160 (hypothesis-3.68.0.tar.gz) = 89d1ad3542586e3b9c4a9656a38a5428b6c33717
-SHA512 (hypothesis-3.68.0.tar.gz) = 593d1f602cd12e838bbc2724c813271a455d9d1947786a5df10b5a6b88baf991dbbf384ad425b125d0444f25737a51139dcfc31bfca6336cde542490f2ebc82e
-Size (hypothesis-3.68.0.tar.gz) = 169489 bytes
+SHA1 (hypothesis-3.69.3.tar.gz) = 0f9b70223171e1b07e95a61700b5b20034e8f513
+RMD160 (hypothesis-3.69.3.tar.gz) = b66b452c71b3c0dc4fd84596965e009adaf28b28
+SHA512 (hypothesis-3.69.3.tar.gz) = e7c2bda2464e4d090b0ae844a4e23919065da35e475af5ac9e1d17e2c3e09aacaeaea8a13b36ec5d325fe0ad89c661b3c5de003fcbe52fb73dba20d5b01d7653
+Size (hypothesis-3.69.3.tar.gz) = 170026 bytes



Home | Main Index | Thread Index | Old Index