Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2017-11-16 08:59:55
Message id: 20171116075955.AD33CFB3F@cvs.NetBSD.org

Log Message:
py-hypothesis: updated to 3.37.0

3.37.0:
This is a deprecation release for some health check related features.

The following are now deprecated:

* Passing exception_in_generation to suppress_health_check. This no longer does \ 
anything even when passed - All errors that occur during data generation will \ 
now be immediately reraised rather than going through the health check \ 
mechanism.

* Passing random_module to suppress_health_check. This hasn’t done anything \ 
for a long time, but was never explicitly deprecated. Hypothesis always seeds \ 
the random module when running @given tests, so this is no longer an error and \ 
suppressing it doesn’t do anything.

* Passing non-HealthCheck values in suppress_health_check. This was previously \ 
allowed but never did anything useful.

In addition, passing a non-iterable value as suppress_health_check will now \ 
raise an error immediately (it would never have worked correctly, but it would \ 
previously have failed later). Some validation error messages have also been \ 
updated.

Files:
RevisionActionfile
1.40modifypkgsrc/devel/py-hypothesis/Makefile
1.15modifypkgsrc/devel/py-hypothesis/PLIST
1.37modifypkgsrc/devel/py-hypothesis/distinfo