Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2019-06-12 11:51:52
Message id: 20190612095153.063D5FBF4@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 4.24.3
4.24.3:
This patch improves the implementation of an internal wrapper on Python 3.8 \
beta1 (and will break on the alphas; but they're not meant to be stable). On \
other versions, there is no change at all.
4.24.2:
Deprecation messages for functions in hypothesis.extra.django.models now \
explicitly name the deprecated function to make it easier to track down usages. \
Thanks to Kristian Glass for this contribution!
4.24.1:
This patch fixes :issue:`1999`, a spurious bug raised when a \
:func:`@st.composite <hypothesis.strategies.composite>` function was \
passed a keyword-only argument.
Files: