pkgsrc/devel/py-hypothesis
adam 4a43649ea1 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.
2018-04-05 12:43:27 +00:00
..
DESCR
distinfo py-hypothesis: updated to 3.55.0 2018-04-05 12:43:27 +00:00
Makefile py-hypothesis: updated to 3.55.0 2018-04-05 12:43:27 +00:00
PLIST py-hypothesis: updated to 3.55.0 2018-04-05 12:43:27 +00:00