Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-09-03 09:39:34
Message id: 20180903073934.484DEFBF8@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.70.0
3.70.0:
This release adds a fullmatch argument to \
:func:~hypothesis.strategies.from_regex. When fullmatch=True, the whole example \
will match the regex pattern as for :func:python:re.fullmatch.
3.69.12:
This release reverts the changes to logging handling in 3.69.11, which broke \
test that use the :pypi:pytest caplog fixture internally because all logging was \
disabled (:issue:1546).
3.69.11:
This patch will hide all logging messages produced by test cases before the \
final, minimal, failing test case (:issue:356).
3.69.10:
This patch fixes a bug that prevents coverage from reporting unexecuted Python \
files (:issue:1085).
3.69.9:
This patch improves the packaging of the Python package by adding LICENSE.txt to \
the sdist (:issue:1311), clarifying the minimum supported versions of :pypi:pytz \
and :pypi:dateutil <python-dateutil> (:issue:1383), and adds keywords to \
the metadata (:issue:1520).
3.69.8:
This is an internal change which replaces pickle with json to prevent possible \
security issues.
3.69.7:
This patch ensures that :func:~hypothesis.note prints the note for every test \
case when the :obj:~hypothesis.settings.verbosity setting is Verbosity.verbose. \
At normal verbosity it only prints from the final test case.
3.69.6:
This patch improves the testing of some internal caching. It should have no \
user-visible effect.
3.69.5:
This change performs a small rename and refactoring in the core engine. There is \
no user-visible change.
3.69.4:
This change improves the core engine's ability to avoid unnecessary work, by \
consulting its cache of previously-tried inputs in more cases.
Files: