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:           Thu Jan 25 10:58:23 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.97.0

6.97.0

Changes the distribution of sampled_from() when sampling from a Flag. Previously, no-flags-set values would never be generated, and all-flags-set values would be unlikely for large enums. With this 
change, the distribution is more uniform in the number of flags set.

6.96.4

This patch slightly refactors some internals. There is no user-visible change.

6.96.3

This patch fixes a spurious warning about slow imports when HYPOTHESIS_EXPERIMENTAL_OBSERVABILITY was set.

6.96.2

This patch refactors some more internals, continuing our work on supporting alternative backends (issue 3086). There is no user-visible change.

6.96.1

Fix a spurious warning seen when running pytest’s test suite, caused by never realizing we got out of initialization due to imbalanced hook calls.

6.96.0

Warns when constructing a repr that is overly long. This can happen by accident if stringifying arbitrary strategies, and is expensive in time and memory. The associated deferring of these long 
strings in sampled_from() should also lead to improved performance.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.128 -r1.129 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.133 pkgsrc/devel/py-hypothesis/Makefile:1.134
--- pkgsrc/devel/py-hypothesis/Makefile:1.133   Tue Jan 16 06:06:02 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Jan 25 10:58:23 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.133 2024/01/16 06:06:02 adam Exp $
+# $NetBSD: Makefile,v 1.134 2024/01/25 10:58:23 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.93.2
+DISTNAME=      hypothesis-6.97.0
 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.41 pkgsrc/devel/py-hypothesis/PLIST:1.42
--- pkgsrc/devel/py-hypothesis/PLIST:1.41       Mon Dec 11 20:46:39 2023
+++ pkgsrc/devel/py-hypothesis/PLIST    Thu Jan 25 10:58:23 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2023/12/11 20:46:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.42 2024/01/25 10:58:23 adam Exp $
 bin/hypothesis-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -9,6 +9,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/_hypothesis_ftz_detector.py
 ${PYSITELIB}/_hypothesis_ftz_detector.pyc
 ${PYSITELIB}/_hypothesis_ftz_detector.pyo
+${PYSITELIB}/_hypothesis_globals.py
+${PYSITELIB}/_hypothesis_globals.pyc
+${PYSITELIB}/_hypothesis_globals.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.128 pkgsrc/devel/py-hypothesis/distinfo:1.129
--- pkgsrc/devel/py-hypothesis/distinfo:1.128   Tue Jan 16 06:06:02 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Jan 25 10:58:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.128 2024/01/16 06:06:02 adam Exp $
+$NetBSD: distinfo,v 1.129 2024/01/25 10:58:23 adam Exp $
 
-BLAKE2s (hypothesis-6.93.2.tar.gz) = c80e50653df84084bc1d577d8ed83f0a31757891cd3a2ab5561bd554645b1e49
-SHA512 (hypothesis-6.93.2.tar.gz) = 4bb577f0f1ae29eff1fad2fd0abbc6b01bd032817a1138828175c5db1c8bc758fefc50fbb0c5a76c86056775e36e8c2cb203f11735a8b3cdd1ba251c47dedada
-Size (hypothesis-6.93.2.tar.gz) = 372118 bytes
+BLAKE2s (hypothesis-6.97.0.tar.gz) = 5b9d2c9e0c56a3209c1d94bbc708a0ae11067f18e77b5a2e9ace096c0c9f683c
+SHA512 (hypothesis-6.97.0.tar.gz) = 2126a0a61c97bc740bd2d0225ed6b50bf4ecc98fe464e19022fc788327a2c67aa4d1072a410e40a6e8374542710453dc8f4ec5a96788b033069f9245983ecd74
+Size (hypothesis-6.97.0.tar.gz) = 375452 bytes



Home | Main Index | Thread Index | Old Index