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: Tue May 27 19:02:16 UTC 2025
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.131.30
6.131.30 - 2025-05-27
This patch resolves a Pandas FutureWarning caused by indexing with an integer key.
6.131.29 - 2025-05-27
The observations passed to TESTCASE_CALLBACKS are now dataclasses, rather than dictionaries. The content written to .hypothesis/observed under HYPOTHESIS_EXPERIMENTAL_OBSERVABILITY remains the same.
6.131.28 - 2025-05-25
Add documentation to some internal APIs.
6.131.27 - 2025-05-24
Add PrimitiveProvider.replay_choices to the alternative backends interface, to support warm-starting e.g. hypothesis-crosshair from hypofuzz.
6.131.26 - 2025-05-24
Improve ExampleDatabase documentation.
6.131.25 - 2025-05-23
Add some internal type hints.
6.131.24 - 2025-05-23
Improve @settings documentation.
6.131.23 - 2025-05-23
This patch adds GITLAB_CI to the environment variables checked when enabling the default CI settings profile.
Thanks to Genevieve Mendoza for this contribution!
6.131.22 - 2025-05-22
Include note() and Phase.explain output in the “representation” field of observability reports for failing examples, to more closely match the output produced by Hypothesis.
6.131.21 - 2025-05-21
BackgroundWriteDatabase instances now defer creating and starting a thread until first use.
6.131.20 - 2025-05-20
Improve the string representation of characters() in some cases.
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.151 -r1.152 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.157 pkgsrc/devel/py-hypothesis/Makefile:1.158
--- pkgsrc/devel/py-hypothesis/Makefile:1.157 Tue May 6 07:21:47 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Tue May 27 19:02:16 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.157 2025/05/06 07:21:47 adam Exp $
+# $NetBSD: Makefile,v 1.158 2025/05/27 19:02:16 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.131.10
+DISTNAME= hypothesis-6.131.30
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.151 pkgsrc/devel/py-hypothesis/distinfo:1.152
--- pkgsrc/devel/py-hypothesis/distinfo:1.151 Tue May 6 07:21:47 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Tue May 27 19:02:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.151 2025/05/06 07:21:47 adam Exp $
+$NetBSD: distinfo,v 1.152 2025/05/27 19:02:16 adam Exp $
-BLAKE2s (hypothesis-6.131.10.tar.gz) = b8347e0833dffead4e3ceea9809f1b4a1536713bd0db18be9a14ec2f1b9a2154
-SHA512 (hypothesis-6.131.10.tar.gz) = 62d6e5bb72328f8825dbde76b1e930dcddffd374414eb0db125bb5b13234d4aca3f39a19f8c8bf10227ff51bcab3484ed7d0f1554aa7b1b9ffbd8b3dedaf69c2
-Size (hypothesis-6.131.10.tar.gz) = 435466 bytes
+BLAKE2s (hypothesis-6.131.30.tar.gz) = f3c87640ff172ca3472a5288162973120c2c65f46e2f4bc184366bd8c181bc95
+SHA512 (hypothesis-6.131.30.tar.gz) = 7d85259140dff6ab77724ff0c0b5a6e0c02b2080ea38aaa9ee7322f5d038a3ed0d01663d0f3ab05265b36f756ab65cd3867cc171f39a5e727d6c4c059fa0486f
+Size (hypothesis-6.131.30.tar.gz) = 442221 bytes
Home |
Main Index |
Thread Index |
Old Index