diff options
author | adam <adam@pkgsrc.org> | 2017-11-16 07:59:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-16 07:59:55 +0000 |
commit | 4792f1ef2e794ea882281411d1ad1a8d591e700e (patch) | |
tree | c3525da6db25fe870440ccbbe3d5df9eaa541626 | |
parent | a33a025f1632ed7b5868987767bfcf6d1cf2516f (diff) | |
download | pkgsrc-4792f1ef2e794ea882281411d1ad1a8d591e700e.tar.gz |
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.
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/PLIST | 5 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 6dce8af6e52..b0d1bf91a8d 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2017/11/09 07:41:44 adam Exp $ +# $NetBSD: Makefile,v 1.40 2017/11/16 07:59:55 adam Exp $ -DISTNAME= hypothesis-3.36.0 +DISTNAME= hypothesis-3.37.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} diff --git a/devel/py-hypothesis/PLIST b/devel/py-hypothesis/PLIST index 72389065bd4..ad021a75907 100644 --- a/devel/py-hypothesis/PLIST +++ b/devel/py-hypothesis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2017/11/09 07:41:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2017/11/16 07:59:55 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -114,6 +114,9 @@ ${PYSITELIB}/hypothesis/internal/reflection.pyo ${PYSITELIB}/hypothesis/internal/renaming.py ${PYSITELIB}/hypothesis/internal/renaming.pyc ${PYSITELIB}/hypothesis/internal/renaming.pyo +${PYSITELIB}/hypothesis/internal/validation.py +${PYSITELIB}/hypothesis/internal/validation.pyc +${PYSITELIB}/hypothesis/internal/validation.pyo ${PYSITELIB}/hypothesis/provisional.py ${PYSITELIB}/hypothesis/provisional.pyc ${PYSITELIB}/hypothesis/provisional.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 202d261b214..065694c33ff 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2017/11/09 07:41:44 adam Exp $ +$NetBSD: distinfo,v 1.37 2017/11/16 07:59:55 adam Exp $ -SHA1 (hypothesis-3.36.0.tar.gz) = 6d407e2c6d0d43657a90cd5cb56592ca317e4c0f -RMD160 (hypothesis-3.36.0.tar.gz) = fac59ce938bad68a4456b30d3eccb10eaf8b3e34 -SHA512 (hypothesis-3.36.0.tar.gz) = ffb02e740a4f84df1ab25ea62a1d526943b6ded75c53c73c0c7172cc80531f22a62bc5017b6492d60ec40e65026643fe3c8b9262c9c0c6b1681153c8419fe529 -Size (hypothesis-3.36.0.tar.gz) = 128946 bytes +SHA1 (hypothesis-3.37.0.tar.gz) = 8a83ffc9a341d0673ed60871347cddd60ad5c4fb +RMD160 (hypothesis-3.37.0.tar.gz) = d01989de20392c44b47af113b0c130eb7473d762 +SHA512 (hypothesis-3.37.0.tar.gz) = f9ba769af0a45b024a4e4510c383558fdb93e85407f204e7552b215cf53c2912183d9ecf8d88a1be8005252f59bf70644a086e0265cdfef755a81244da7390b3 +Size (hypothesis-3.37.0.tar.gz) = 129368 bytes |