Mon Jan 8 19:58:31 2024 UTC (159d)
py-hypothesis: updated to 6.92.5

6.92.5

This patch registers explicit strategies for a handful of builtin types, motivated by improved introspection in PyPy 7.3.14 triggering existing internal warnings. Thanks to Carl Friedrich Bolz-Tereick for helping us work out what changed!

6.92.4

This patch fixes an error when writing observability reports without a pre-existing .hypothesis directory.

6.92.3

This patch adds a new environment variable HYPOTHESIS_EXPERIMENTAL_OBSERVABILITY_NOCOVER, which turns on observability data collection without collecting code coverage data, which may be faster on Python 3.11 and earlier.

6.92.2

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

6.92.1

This patch fixes a bug introduced in version 6.92.0, where using the data() strategy would fail to draw a dataclass() with a defaultdict field. This was due to a bug in the standard library which was fixed in 3.12, so we窶况e vendored the fix.


(adam)
diff -r1.131 -r1.132 pkgsrc/devel/py-hypothesis/Makefile
diff -r1.126 -r1.127 pkgsrc/devel/py-hypothesis/distinfo

cvs diff -r1.131 -r1.132 pkgsrc/devel/py-hypothesis/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-hypothesis/Makefile 2023/12/11 20:51:28 1.131
+++ pkgsrc/devel/py-hypothesis/Makefile 2024/01/08 19:58:31 1.132
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.131 2023/12/11 20:51:28 adam Exp $
+# $NetBSD: Makefile,v 1.132 2024/01/08 19:58:31 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=	hypothesis-6.92.0
+DISTNAME=	hypothesis-6.92.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=h/hypothesis/}

cvs diff -r1.126 -r1.127 pkgsrc/devel/py-hypothesis/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-hypothesis/distinfo 2023/12/11 20:46:39 1.126
+++ pkgsrc/devel/py-hypothesis/distinfo 2024/01/08 19:58:31 1.127
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.126 2023/12/11 20:46:39 adam Exp $
+$NetBSD: distinfo,v 1.127 2024/01/08 19:58:31 adam Exp $
 
-BLAKE2s (hypothesis-6.92.0.tar.gz) = e0ae9fdda8a9eaebbc206e2f09d32029ae8024ab98209b615b66fcdbe2ae2d01
+BLAKE2s (hypothesis-6.92.5.tar.gz) = 0e1bed315e76c22275095f0721f1de3d8d087078f95e22b9aa20a04319ff9c9a
-SHA512 (hypothesis-6.92.0.tar.gz) = 6a016f2d393403c9f70d13a63c955521fb8c50c3378196a6a845fadfec4eea016a292f19d4db976fbfdf319f9e094148083fc44beaeed4a3dfc297d301a58a37
+SHA512 (hypothesis-6.92.5.tar.gz) = 0adb72cb4bc9fb50f44cd3a82f5bf27c62bd10fc3f89eb2064e2f6978302c71848675b1370bfc568ff0e1a91452ad0b6e49a2a884e7367a411a62b44844079b3
-Size (hypothesis-6.92.0.tar.gz) = 369228 bytes
+Size (hypothesis-6.92.5.tar.gz) = 370183 bytes