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:           Mon Jan  8 19:58:31 UTC 2024

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

Log Message:
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’ve vendored the fix.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.126 -r1.127 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.131 pkgsrc/devel/py-hypothesis/Makefile:1.132
--- pkgsrc/devel/py-hypothesis/Makefile:1.131   Mon Dec 11 20:51:28 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Jan  8 19:58:31 2024
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.126 pkgsrc/devel/py-hypothesis/distinfo:1.127
--- pkgsrc/devel/py-hypothesis/distinfo:1.126   Mon Dec 11 20:46:39 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Jan  8 19:58:31 2024
@@ -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
-SHA512 (hypothesis-6.92.0.tar.gz) = 6a016f2d393403c9f70d13a63c955521fb8c50c3378196a6a845fadfec4eea016a292f19d4db976fbfdf319f9e094148083fc44beaeed4a3dfc297d301a58a37
-Size (hypothesis-6.92.0.tar.gz) = 369228 bytes
+BLAKE2s (hypothesis-6.92.5.tar.gz) = 0e1bed315e76c22275095f0721f1de3d8d087078f95e22b9aa20a04319ff9c9a
+SHA512 (hypothesis-6.92.5.tar.gz) = 0adb72cb4bc9fb50f44cd3a82f5bf27c62bd10fc3f89eb2064e2f6978302c71848675b1370bfc568ff0e1a91452ad0b6e49a2a884e7367a411a62b44844079b3
+Size (hypothesis-6.92.5.tar.gz) = 370183 bytes



Home | Main Index | Thread Index | Old Index