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 Mar 13 09:03:45 UTC 2025
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.129.0
6.129.0
This release adds a "hypothesis-urandom" backend, which draws randomness from /dev/urandom instead of Python’s PRNG. This is useful for users of Antithesis who also have Hypothesis tests, allowing
Antithesis mutation of /dev/urandom to drive Hypothesis generation. We expect it to be strictly slower than the default backend for everyone else.
It can be enabled with @settings(backend="hypothesis-urandom").
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.148 -r1.149 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.154 pkgsrc/devel/py-hypothesis/Makefile:1.155
--- pkgsrc/devel/py-hypothesis/Makefile:1.154 Tue Mar 4 05:16:14 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Mar 13 09:03:45 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.154 2025/03/04 05:16:14 adam Exp $
+# $NetBSD: Makefile,v 1.155 2025/03/13 09:03:45 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.127.6
+DISTNAME= hypothesis-6.129.0
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.148 pkgsrc/devel/py-hypothesis/distinfo:1.149
--- pkgsrc/devel/py-hypothesis/distinfo:1.148 Tue Mar 4 05:16:14 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Mar 13 09:03:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.148 2025/03/04 05:16:14 adam Exp $
+$NetBSD: distinfo,v 1.149 2025/03/13 09:03:45 adam Exp $
-BLAKE2s (hypothesis-6.127.6.tar.gz) = b5ecbea68bf05ff43a3121ed015a275fe881f289bcebde35f67bffcad2e97a5b
-SHA512 (hypothesis-6.127.6.tar.gz) = 2b15d65652ea1c858bca14163f34e0a85601389241c5a979281655872e67dcf2686ce86b4c9ba6584d727882623f57f5565f06e9c6156ece72b82f0711a36a87
-Size (hypothesis-6.127.6.tar.gz) = 419736 bytes
+BLAKE2s (hypothesis-6.129.0.tar.gz) = c10c22b52d09537678d9e7e91f8531569a5e14c78017e7a4f6fc5cda896d209d
+SHA512 (hypothesis-6.129.0.tar.gz) = ca6e124fb2f8f97ac7a0c53894fe23efc0bd73e0f7db02371419ed002347b5823b48dd8633d6c8d5773698fe28c9adb292f4c41e91c8de6c2ef6aeafa3881d93
+Size (hypothesis-6.129.0.tar.gz) = 423888 bytes
Home |
Main Index |
Thread Index |
Old Index