Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-10-18 12:07:18
Message id: 20181018100718.C2BFFFBEE@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.78.0
3.78.0:
This release has deprecated the generation of integers, floats and fractions \
when the conversion of the upper and/ or lower bound is not 100% exact, e.g. \
when an integer gets passed a bound that is not a whole number. (:issue:1625)
3.77.0:
This minor release adds functionality to :obj:~hypothesis.settings allowing it \
to be used as a decorator on :obj:~hypothesis.stateful.RuleBasedStateMachine and \
:obj:~hypothesis.stateful.GenericStateMachine.
3.76.1:
This patch fixes some warnings added by recent releases of :pypi:pydocstyle and \
:pypi:mypy.
Files: