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 Jan  1 09:25:27 UTC 2026

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

Log Message:
py-hypothesis: updated to 6.148.9

6.148.9 - 2026-01-01
.example() no longer emits NonInteractiveExampleWarning when running a python file directly. This means that e.g. python my_sandbox.py during exploratory work with .example() will no longer raise 
warnings.

6.148.8 - 2025-12-23
Add __dict__ and __proto__ to the list of constant strings Hypothesis sometimes generates.

6.148.7 - 2025-12-05
When multiple explicit @example decorators fail with the same error, Hypothesis now shows only the simplest failing example (by shortlex order) with a note about how many other examples also failed.

To see all failing examples, use Verbosity.verbose or higher.

6.148.6 - 2025-12-04
Fix a bug where we persisted symbolics from solver-based alternative backends in event().

6.148.5 - 2025-12-01
This patch improves the error message for FlakyStrategyDefinition when the precondition for a rule is flaky.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.158 -r1.159 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.164 pkgsrc/devel/py-hypothesis/Makefile:1.165
--- pkgsrc/devel/py-hypothesis/Makefile:1.164   Sat Nov 29 17:49:57 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Jan  1 09:25:27 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.164 2025/11/29 17:49:57 adam Exp $
+# $NetBSD: Makefile,v 1.165 2026/01/01 09:25:27 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.148.3
+DISTNAME=      hypothesis-6.148.9
 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.158 pkgsrc/devel/py-hypothesis/distinfo:1.159
--- pkgsrc/devel/py-hypothesis/distinfo:1.158   Sat Nov 29 17:49:57 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Jan  1 09:25:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.158 2025/11/29 17:49:57 adam Exp $
+$NetBSD: distinfo,v 1.159 2026/01/01 09:25:27 adam Exp $
 
-BLAKE2s (hypothesis-6.148.3.tar.gz) = eb3ac9be49051bcac96baa99625b5678444ea239ad3df8de3ccc0716c8cdae34
-SHA512 (hypothesis-6.148.3.tar.gz) = 5708ac41fb7b88690b17349ecf5861f24aa7382d51006f784c5d05effa93ec55e2913d369fa4bb8d9cc7cd43fdca3cdfd389c379195b9a14d48bbe2df951890f
-Size (hypothesis-6.148.3.tar.gz) = 469896 bytes
+BLAKE2s (hypothesis-6.148.9.tar.gz) = b35ec1cc4a0b2b1374de2494cb1e040c9cc7f1b72185e76189a976834848793a
+SHA512 (hypothesis-6.148.9.tar.gz) = 1f46c44583d36424704062971cb14c11a1f5d33efce0d5ef8647aec616d3aa374c75a469ddbb1d62760315a8ff9df0a4ee38161ff1eb51e4b860358348820e4d
+Size (hypothesis-6.148.9.tar.gz) = 471562 bytes



Home | Main Index | Thread Index | Old Index