Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-04-05 14:43:27
Message id: 20180405124327.D7E91FBEC@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.55.0
3.55.0:
This release includes several improvements to the handling of the \
:obj:~hypothesis.settings.database setting.
The :obj:~hypothesis.settings.database_file setting was a historical artefact, \
and you should just use :obj:~hypothesis.settings.database directly.
The :envvar:HYPOTHESIS_DATABASE_FILE environment variable is deprecated, in \
favor of :meth:~hypothesis.settings.load_profile and the \
:obj:~hypothesis.settings.database setting.
If you have not configured the example database at all and the default location \
is not usable (due to e.g. permissions issues), Hypothesis will fall back to an \
in-memory database. This is not persisted between sessions, but means that the \
defaults work on read-only filesystems.
3.54.0:
This release improves the :func:~hypotheses.strategies.complex_numbers strategy, \
which now supports min_magnitude and max_magnitude arguments, along with \
allow_nan and allow_infinity like for :func:~hypotheses.strategies.floats.
3.53.0:
This release removes support for Django 1.8, which reached end of life on 2018-04-01.
Files: