Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2023-06-16 10:40:28
Message id: 20230616084028.D9921FA89@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.78.3
6.78.3
This release ensures that Ghostwriter does not use the deprecated aliases for \
the collections.abc classes in collections.
6.78.2
This patch improves Ghostwriter’s use of qualified names for re-exported \
functions and classes, and avoids importing useless TypeVars.
6.78.1
This patch updates our vendored list of top-level domains, which is used by the \
provisional domains() strategy.
6.78.0
New input validation for recursive() will raise an error rather than hanging \
indefinitely if passed invalid max_leaves= arguments.
6.77.0
from_type() now handles numpy array types: np.typing.ArrayLike, \
np.typing.NDArray, and parameterized versions including np.ndarray[shape, \
elem_type].
6.76.0
Warn in from_type() if the inferred strategy has no variation (always returning \
default instances). Also handles numpy data types by calling from_dtype() on the \
corresponding dtype, thus ensuring proper variation for these types.
Files: