Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-06-16 14:09:13
Message id: 20180616120913.C6484FBEC@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.59.0
3.59.0:
This release adds the :func:~hypothesis.strategies.emails strategy, which \
generates unicode strings representing an email address.
3.58.1:
This improves the shrinker. It can now reorder examples: 3 1 2 becomes 1 2 3.
3.58.0:
This adds a new extra :py:func:~hypothesis.extra.dateutil.timezones strategy \
that generates dateutil timezones.
Depends on :pypi:python-dateutil.
Files: