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: Fri Apr 19 13:10:08 UTC 2024
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.100.1
6.100.1
This patch improve a rare error message for flaky tests.
6.100.0
The from_dtype() function no longer generates NaT (“not-a-time”) values for the datetime64 or timedelta64 dtypes if passed allow_nan=False.
6.99.13
This patch includes the backend setting in the how_generated field of our observability output.
6.99.12
If you were running Python 3.13 (currently in alpha) with pytest-xdist and then attempted to pretty-print a lambda functions which was created using the eval() builtin, it would have raised an
AssertionError. Now you’ll get "lambda ...: <unknown>", as expected.
6.99.11
This release improves an internal invariant.
6.99.10
This patch fixes Hypothesis sometimes raising a Flaky error when generating collections of unique floats containing nan.
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.132 -r1.133 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.137 pkgsrc/devel/py-hypothesis/Makefile:1.138
--- pkgsrc/devel/py-hypothesis/Makefile:1.137 Sat Feb 17 18:51:47 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Apr 19 13:10:08 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.137 2024/02/17 18:51:47 adam Exp $
+# $NetBSD: Makefile,v 1.138 2024/04/19 13:10:08 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.98.6
+DISTNAME= hypothesis-6.100.1
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.132 pkgsrc/devel/py-hypothesis/distinfo:1.133
--- pkgsrc/devel/py-hypothesis/distinfo:1.132 Sat Feb 17 18:51:47 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Apr 19 13:10:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.132 2024/02/17 18:51:47 adam Exp $
+$NetBSD: distinfo,v 1.133 2024/04/19 13:10:08 adam Exp $
-BLAKE2s (hypothesis-6.98.6.tar.gz) = 535ae52e4f5c9f46291daf61087420ef1bd1664879c9d2cd36c7bf5aebbfed27
-SHA512 (hypothesis-6.98.6.tar.gz) = e7c1bf91361355c46131e52d27e34ea4b2355ca39cf47777b3db81bb9e021510ab6d08b0cffff00fdd3cc0f35019e8978f452eb9cc32b8d72cd5cfd4ca4aa21d
-Size (hypothesis-6.98.6.tar.gz) = 385385 bytes
+BLAKE2s (hypothesis-6.100.1.tar.gz) = 304d2cd71f5cb929a62bad659265d26a5ca9026f825da5c3e8a6f3229505e239
+SHA512 (hypothesis-6.100.1.tar.gz) = 094d4713079033787582712b9e26b6a49edd8fbcd360f13a347240b7dd36cd641e85afe8bc5c232163efc5ae634f31ff8af7d9510195a38d4b2e29497be915e7
+Size (hypothesis-6.100.1.tar.gz) = 397081 bytes
Home |
Main Index |
Thread Index |
Old Index