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.
This commit is contained in:
adam 2018-08-27 06:17:33 +00:00
parent 39607a1be5
commit b7918ba517
2 changed files with 7 additions and 7 deletions

View file

@ -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/}

View file

@ -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