Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2020-12-09 10:11:58
Message id: 20201209091158.CA348FA9D@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 5.42.3
5.42.2
This patch teaches hypothesis.extra.django.from_field() to infer more efficient \
strategies by inspecting (not just filtering by) field validators for numeric \
and string fields.
5.42.1
This patch refactors hypothesis.settings to use type-annotated keyword arguments \
instead of **kwargs, which makes tab-completion much more useful - as well as \
type-checkers like mypy.
5.42.0
This patch teaches the magic() ghostwriter to recognise “en/de” function \
roundtrips other than the common encode/decode pattern, such as encrypt/decrypt \
or, encipher/decipher.
5.41.5
This patch adds a performance optimisation to avoid saving redundant seeds when \
using the .fuzz_one_input hook.
Files: