pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: updated to 6.56.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/a19ba2f8239c
branches: trunk
changeset: 387220:a19ba2f8239c
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 25 09:08:45 2022 +0000
description:
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.
diffstat:
devel/py-hypothesis/Makefile | 4 ++--
devel/py-hypothesis/PLIST | 5 ++++-
devel/py-hypothesis/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (46 lines):
diff -r 5fd86d55c77f -r a19ba2f8239c devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile Tue Oct 25 09:02:38 2022 +0000
+++ b/devel/py-hypothesis/Makefile Tue Oct 25 09:08:45 2022 +0000
@@ -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 -r 5fd86d55c77f -r a19ba2f8239c devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Tue Oct 25 09:02:38 2022 +0000
+++ b/devel/py-hypothesis/PLIST Tue Oct 25 09:08:45 2022 +0000
@@ -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}/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 -r 5fd86d55c77f -r a19ba2f8239c devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo Tue Oct 25 09:02:38 2022 +0000
+++ b/devel/py-hypothesis/distinfo Tue Oct 25 09:08:45 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index