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 Feb 16 18:07:47 UTC 2026

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

Log Message:
py-hypothesis: updated to 6.151.8

6.151.8 - 2026-02-16
This patch fixes a crash when sys.modules contains unhashable values, such as SimpleNamespace objects.

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

6.151.6 - 2026-02-11
This patch fixes several duplicate word typos in comments and documentation.

6.151.5 - 2026-02-03
This patch teaches our pytest plugin to :ref:` find interesting constants <v6.131.1>` when pytest is collecting tests, to avoid arbitrarily attributing the latency to whichever test function happened 
to be executed first.

6.151.4 - 2026-01-29
This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that <1% of test cases pass.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.160 -r1.161 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.166 pkgsrc/devel/py-hypothesis/Makefile:1.167
--- pkgsrc/devel/py-hypothesis/Makefile:1.166   Sun Jan 11 08:16:29 2026
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Feb 16 18:07:47 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.166 2026/01/11 08:16:29 adam Exp $
+# $NetBSD: Makefile,v 1.167 2026/02/16 18:07:47 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.150.0
+DISTNAME=      hypothesis-6.151.8
 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.160 pkgsrc/devel/py-hypothesis/distinfo:1.161
--- pkgsrc/devel/py-hypothesis/distinfo:1.160   Sun Jan 11 08:16:29 2026
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Feb 16 18:07:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.160 2026/01/11 08:16:29 adam Exp $
+$NetBSD: distinfo,v 1.161 2026/02/16 18:07:47 adam Exp $
 
-BLAKE2s (hypothesis-6.150.0.tar.gz) = 398aa350bc9b270259d29d1aeea7f5bfa7d9baa75cfe79e0d82ba5361f66e87d
-SHA512 (hypothesis-6.150.0.tar.gz) = 95b71bd4fc5ce7a94d5baf78df183281628b61dfe994b94e0f4ea3619a5a9f4d527ae62832b642702e976804bb7f0a04f755b4b123327684f587b94c6ccf862a
-Size (hypothesis-6.150.0.tar.gz) = 474629 bytes
+BLAKE2s (hypothesis-6.151.8.tar.gz) = c9a73ce315579342f24fd975ba19b7c27c96be59fe60b4d4a5616c8d2cc3d749
+SHA512 (hypothesis-6.151.8.tar.gz) = 2dc1f959562535845b36ec14ad56939676b7b3b07165b159647c592309d4f539d2f4cfa4b5ac3cb263fcc75eea3f01ec149955682be6b955d1b5b195fd702413
+Size (hypothesis-6.151.8.tar.gz) = 475954 bytes



Home | Main Index | Thread Index | Old Index