summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-10-25 09:08:45 +0000
committeradam <adam@pkgsrc.org>2022-10-25 09:08:45 +0000
commit89526a0b7154bcdce3117af83de8a99807b973f8 (patch)
tree7c93af65d38f4755c895d7457192977f09eade36
parenta554addf01dc73615af307dd1383c1a869f3fe86 (diff)
downloadpkgsrc-89526a0b7154bcdce3117af83de8a99807b973f8.tar.gz
py-hypothesis: updated to 6.56.3
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.
-rw-r--r--devel/py-hypothesis/Makefile4
-rw-r--r--devel/py-hypothesis/PLIST5
-rw-r--r--devel/py-hypothesis/distinfo8
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