pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 25 09:08:45 UTC 2022

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.107 -r1.108 pkgsrc/devel/py-hypothesis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.111 pkgsrc/devel/py-hypothesis/Makefile:1.112
--- pkgsrc/devel/py-hypothesis/Makefile:1.111   Mon Sep  5 09:10:57 2022
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Oct 25 09:08:45 2022
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.36 pkgsrc/devel/py-hypothesis/PLIST:1.37
--- pkgsrc/devel/py-hypothesis/PLIST:1.36       Thu Dec  2 11:15:26 2021
+++ pkgsrc/devel/py-hypothesis/PLIST    Tue Oct 25 09:08:45 2022
@@ -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
 ${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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.107 pkgsrc/devel/py-hypothesis/distinfo:1.108
--- pkgsrc/devel/py-hypothesis/distinfo:1.107   Mon Sep  5 09:10:57 2022
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Oct 25 09:08:45 2022
@@ -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