From 89526a0b7154bcdce3117af83de8a99807b973f8 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 25 Oct 2022 09:08:45 +0000 Subject: py-hypothesis: updated to 6.56.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.56.3 - 2022-10-17 This patch teaches text() to rewrite a few more filter predicates. You’re unlikely to notice any change. 6.56.2 - 2022-10-10 This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy, and fixes some incorrect examples in the docs for mutually_broadcastable_shapes(). 6.56.1 - 2022-10-05 This patch improves the error message when Hypothesis detects “flush to zero” mode for floating-point: we now report which package(s) enabled this, which can make debugging much easier. 6.56.0 - 2022-10-02 This release defines __bool__() on SearchStrategy. It always returns True, like before, but also emits a warning to help with cases where you intended to draw a value. 6.55.0 - 2022-09-29 In preparation for future versions of the Array API standard, make_strategies_namespace() now accepts an optional api_version argument, which determines the version conformed to by the returned strategies namespace. If None, the version of the passed array module xp is inferred. This release also introduces xps.real_dtypes(). This is currently equivalent to the existing xps.numeric_dtypes() strategy, but exists because the latter is expected to include complex numbers in the next version of the standard. --- devel/py-hypothesis/Makefile | 4 ++-- devel/py-hypothesis/PLIST | 5 ++++- devel/py-hypothesis/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index eb62506ddfe..d7e27c41b32 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.111 2022/09/05 09:10:57 adam Exp $ +# $NetBSD: Makefile,v 1.112 2022/10/25 09:08:45 adam Exp $ # # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html -DISTNAME= hypothesis-6.54.5 +DISTNAME= hypothesis-6.56.3 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 93b553a86a0..bed948b021a 100644 --- a/devel/py-hypothesis/PLIST +++ b/devel/py-hypothesis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2021/12/02 11:15:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.37 2022/10/25 09:08:45 adam Exp $ bin/hypothesis ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/_hypothesis_ftz_detector.py +${PYSITELIB}/_hypothesis_ftz_detector.pyc +${PYSITELIB}/_hypothesis_ftz_detector.pyo ${PYSITELIB}/_hypothesis_pytestplugin.py ${PYSITELIB}/_hypothesis_pytestplugin.pyc ${PYSITELIB}/_hypothesis_pytestplugin.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 8fe50328fd0..261358fab1b 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.107 2022/09/05 09:10:57 adam Exp $ +$NetBSD: distinfo,v 1.108 2022/10/25 09:08:45 adam Exp $ -BLAKE2s (hypothesis-6.54.5.tar.gz) = 5a5ad6533b94e77f7ee53bb092aaac3bf31097ebf21540c577230245faef5193 -SHA512 (hypothesis-6.54.5.tar.gz) = 270cc081bddcca398aa80f1459288b121d05ec149d575237ddbf0feddc52d03efc3699d9473f40e1e343217e989278e11bc5bf4f7e12f5e5b2eb75a96c7d0870 -Size (hypothesis-6.54.5.tar.gz) = 329386 bytes +BLAKE2s (hypothesis-6.56.3.tar.gz) = eac5aba70d8e7470b27bcb5d5f45aaef362c3d9794f3b132a7315aa7bdf7657a +SHA512 (hypothesis-6.56.3.tar.gz) = c5dcc304026b225b95c823a6a0a5a6948bbbfed0105d72b411bf414597aa2bd711a00d68fb32673aded7e8a74440bab257c114e9d6f8fdada9f77e3e7fa5b1f6 +Size (hypothesis-6.56.3.tar.gz) = 333325 bytes -- cgit v1.2.3