diff options
author | adam <adam@pkgsrc.org> | 2018-10-18 10:07:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-18 10:07:18 +0000 |
commit | cf7c6af4e0f66bfd1fdae6af24e9b735286dd577 (patch) | |
tree | 1b8a29a9f4597cf755bff0856a6d762021dae591 /devel | |
parent | 3d1b3c2d5b316ebc886a537069c52281edc18bba (diff) | |
download | pkgsrc-cf7c6af4e0f66bfd1fdae6af24e9b735286dd577.tar.gz |
py-hypothesis: updated to 3.78.0
3.78.0:
This release has deprecated the generation of integers, floats and fractions when the conversion of the upper and/ or lower bound is not 100% exact, e.g. when an integer gets passed a bound that is not a whole number. (:issue:1625)
3.77.0:
This minor release adds functionality to :obj:~hypothesis.settings allowing it to be used as a decorator on :obj:~hypothesis.stateful.RuleBasedStateMachine and :obj:~hypothesis.stateful.GenericStateMachine.
3.76.1:
This patch fixes some warnings added by recent releases of :pypi:pydocstyle and :pypi:mypy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 6984646afb0..58e6a104589 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2018/10/12 11:49:59 adam Exp $ +# $NetBSD: Makefile,v 1.64 2018/10/18 10:07:18 adam Exp $ -DISTNAME= hypothesis-3.76.0 +DISTNAME= hypothesis-3.78.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 80318ad7c1b..0926b78e436 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.60 2018/10/12 11:49:59 adam Exp $ +$NetBSD: distinfo,v 1.61 2018/10/18 10:07:18 adam Exp $ -SHA1 (hypothesis-3.76.0.tar.gz) = 035f41ec33aea9e314b53275f9f2d1c545439537 -RMD160 (hypothesis-3.76.0.tar.gz) = 8021b7f508aa04677ff2c822752e94eea6b0f237 -SHA512 (hypothesis-3.76.0.tar.gz) = 4c74181a956602649cd5580eca87ccb29a1635518dfa540d85810b0125850badbe655221596f6aa5524293a55ece2baa9cfd339ae136dbd706dbcad4770d054e -Size (hypothesis-3.76.0.tar.gz) = 179497 bytes +SHA1 (hypothesis-3.78.0.tar.gz) = be6315fd9d28c0b099ec10cfa9ef1ee58f3fbf37 +RMD160 (hypothesis-3.78.0.tar.gz) = eed7d83cae6dca64bc1de2f60d08f7f0aea45706 +SHA512 (hypothesis-3.78.0.tar.gz) = c0d968f8a8625eb10158cbc79e2c6ab4a40c2ba05b248fa986c7607cd1839e63514123a130560e4549d460eee069db4a6104f100fd185e123fdacf0e2e0acd12 +Size (hypothesis-3.78.0.tar.gz) = 179874 bytes |