Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2023-04-04 13:24:42
Message id: 20230404112442.6C226FA81@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.70.2
6.70.2 - 2023-04-03¶
This patch clarifies the reporting of time spent generating data. A simple \
arithmetic mean of the percentage of time spent can be misleading; reporting the \
actual time spent avoids misunderstandings.
6.70.1 - 2023-03-27¶
This patch updates our vendored list of top-level domains, which is used by the \
provisional domains() strategy.
6.70.0 - 2023-03-16¶
This release adds an optional domains= parameter to the emails() strategy, and \
excludes the special-use .arpa domain from the default strategy.
6.69.0 - 2023-03-15¶
This release turns HealthCheck.return_value and HealthCheck.not_a_test_method \
into unconditional errors. Passing them to suppress_health_check= is therefore a \
deprecated no-op.
Separately, GraalPy can now run and pass most of the hypothesis test suite.
6.68.3 - 2023-03-15¶
This patch updates our vendored list of top-level domains, which is used by the \
provisional domains() strategy.
6.68.2 - 2023-02-17¶
This patch fixes missing imports of the re module, when ghostwriting tests which \
include compiled patterns or regex flags. Thanks to Jens Heinrich for reporting \
and promptly fixing this bug!
6.68.1 - 2023-02-12¶
This patch adds some private hooks for use in research on Schemathesis (see our \
preprint here).
6.68.0 - 2023-02-09¶
This release adds support for the Array API’s 2022.12 release via the \
api_version argument in make_strategies_namespace(). Concretely this involves \
complex support in its existing strategies, plus an introduced \
xps.complex_dtypes() strategy.
Additionally this release now treats hypothesis.extra.array_api as stable, \
meaning breaking changes should only happen with major releases of Hypothesis.
Files: