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 May 11 05:38:14 UTC 2026
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.152.5
6.152.5 - 2026-05-10
This patch improves the Phase.explain phase so that simple cases like assert n1 == n2 no longer get a misleading # or any other generated value comment. Before falling back to random sampling, we now
also try borrowing values from each other arg slice with matching shape.
6.152.4 - 2026-04-27
This patch fixes a rare internal error during Phase.explain introduced in version 6.149.0 for certain strategies.
6.152.3 - 2026-04-26
The hypothesis-urandom backend now reads from /dev/urandom with buffering disabled, which improves the control of those hooking /dev/urandom to change or read Hypothesis’s random decisions.
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.163 -r1.164 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.169 pkgsrc/devel/py-hypothesis/Makefile:1.170
--- pkgsrc/devel/py-hypothesis/Makefile:1.169 Wed Apr 15 08:50:52 2026
+++ pkgsrc/devel/py-hypothesis/Makefile Mon May 11 05:38:13 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.169 2026/04/15 08:50:52 adam Exp $
+# $NetBSD: Makefile,v 1.170 2026/05/11 05:38:13 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.152.1
+DISTNAME= hypothesis-6.152.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -23,9 +23,7 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
.endif
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} hypothesis hypothesis-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= hypothesis
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.163 pkgsrc/devel/py-hypothesis/distinfo:1.164
--- pkgsrc/devel/py-hypothesis/distinfo:1.163 Wed Apr 15 08:50:52 2026
+++ pkgsrc/devel/py-hypothesis/distinfo Mon May 11 05:38:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.163 2026/04/15 08:50:52 adam Exp $
+$NetBSD: distinfo,v 1.164 2026/05/11 05:38:13 adam Exp $
-BLAKE2s (hypothesis-6.152.1.tar.gz) = cfe0a5cd69867032620e169dd8c23b646116b0ea4f60bf814ec08f688d1f7f0c
-SHA512 (hypothesis-6.152.1.tar.gz) = 91a8efd5aa7015191a474226d877aa554cd937c991784b1eb2ca8a6a779de69deed5390ad162ade1590483437b47248f27cbbb89b427a5f700cb31860b4aaa9b
-Size (hypothesis-6.152.1.tar.gz) = 465029 bytes
+BLAKE2s (hypothesis-6.152.5.tar.gz) = fa38d4af3573c92455007b4f448dfcb434b9cf297136ca40302575bc907d1462
+SHA512 (hypothesis-6.152.5.tar.gz) = f6f4c173c997404e074d6803a72dc6fffa143e1604b6d3cc849435ebabe15b479d4bccbaa3c67b65cb48dddef2d56a19f2403f82d3649b07f7b8833b263e67a8
+Size (hypothesis-6.152.5.tar.gz) = 466966 bytes
Home |
Main Index |
Thread Index |
Old Index