diff options
author | adam <adam@pkgsrc.org> | 2017-07-17 07:05:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-17 07:05:34 +0000 |
commit | 2cc55bce113cbaf19913abf11ed84f675c4cf9f3 (patch) | |
tree | 3f35f3a4a9d745358757bfbf2a68ab4fdb952829 | |
parent | fb3a00313de759a6c1a493129316d5cccef5faad (diff) | |
download | pkgsrc-2cc55bce113cbaf19913abf11ed84f675c4cf9f3.tar.gz |
3.13.0:
This release has two major aspects to it: The first is the introduction of :func:`~hypothesis.strategies.deferred`, which allows more natural definition of recursive (including mutually recursive) strategies.
The second is a number of engine changes designed to support this sort of strategy better. These should have a knock-on effect of also improving the performance of any existing strategies that currently generate a lot of data or involve heavy nesting by reducing their typical example size.
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/PLIST | 11 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
3 files changed, 14 insertions, 11 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 49798a121a5..96323cfc7fd 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/07/07 15:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.22 2017/07/17 07:05:34 adam Exp $ -DISTNAME= hypothesis-3.12.0 +DISTNAME= hypothesis-3.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} diff --git a/devel/py-hypothesis/PLIST b/devel/py-hypothesis/PLIST index d0502c3da50..644eedf029d 100644 --- a/devel/py-hypothesis/PLIST +++ b/devel/py-hypothesis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2017/07/07 15:41:18 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2017/07/17 07:05:34 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -81,9 +81,6 @@ ${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyo ${PYSITELIB}/hypothesis/internal/conjecture/utils.py ${PYSITELIB}/hypothesis/internal/conjecture/utils.pyc ${PYSITELIB}/hypothesis/internal/conjecture/utils.pyo -${PYSITELIB}/hypothesis/internal/deferredformat.py -${PYSITELIB}/hypothesis/internal/deferredformat.pyc -${PYSITELIB}/hypothesis/internal/deferredformat.pyo ${PYSITELIB}/hypothesis/internal/detection.py ${PYSITELIB}/hypothesis/internal/detection.pyc ${PYSITELIB}/hypothesis/internal/detection.pyo @@ -96,6 +93,9 @@ ${PYSITELIB}/hypothesis/internal/floats.pyo ${PYSITELIB}/hypothesis/internal/intervalsets.py ${PYSITELIB}/hypothesis/internal/intervalsets.pyc ${PYSITELIB}/hypothesis/internal/intervalsets.pyo +${PYSITELIB}/hypothesis/internal/lazyformat.py +${PYSITELIB}/hypothesis/internal/lazyformat.pyc +${PYSITELIB}/hypothesis/internal/lazyformat.pyo ${PYSITELIB}/hypothesis/internal/reflection.py ${PYSITELIB}/hypothesis/internal/reflection.pyc ${PYSITELIB}/hypothesis/internal/reflection.pyo @@ -117,6 +117,9 @@ ${PYSITELIB}/hypothesis/searchstrategy/deferred.pyo ${PYSITELIB}/hypothesis/searchstrategy/flatmapped.py ${PYSITELIB}/hypothesis/searchstrategy/flatmapped.pyc ${PYSITELIB}/hypothesis/searchstrategy/flatmapped.pyo +${PYSITELIB}/hypothesis/searchstrategy/lazy.py +${PYSITELIB}/hypothesis/searchstrategy/lazy.pyc +${PYSITELIB}/hypothesis/searchstrategy/lazy.pyo ${PYSITELIB}/hypothesis/searchstrategy/misc.py ${PYSITELIB}/hypothesis/searchstrategy/misc.pyc ${PYSITELIB}/hypothesis/searchstrategy/misc.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index bea25883654..660e756087b 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/07/07 15:41:18 adam Exp $ +$NetBSD: distinfo,v 1.19 2017/07/17 07:05:34 adam Exp $ -SHA1 (hypothesis-3.12.0.tar.gz) = 59bef4635209b7fe713cc9b210ac7f4206940344 -RMD160 (hypothesis-3.12.0.tar.gz) = bf919e9d05cc46c1c88e1686200b62cb59031566 -SHA512 (hypothesis-3.12.0.tar.gz) = 4a6328f5520907050a4b71a2edb986fc50934fba717c78cc2587fe03eb76d1fc52680f696f4033f31d10c95f2882da37f97484c9807fe8ee7f96e4a446bbe276 -Size (hypothesis-3.12.0.tar.gz) = 86431 bytes +SHA1 (hypothesis-3.13.0.tar.gz) = 168cedfb9a990ae13e10565555fd912f45de65d1 +RMD160 (hypothesis-3.13.0.tar.gz) = 7686617db8bb76435fc3ef1065aaf811dd41defa +SHA512 (hypothesis-3.13.0.tar.gz) = 5248035af05a5159d7a130427846290b4643f2ee9f3c929262cec5bb208305f1ae694c4983243033b961ecd4f41f47f44af23cd35287eb8b4a640d5b90d3e26f +Size (hypothesis-3.13.0.tar.gz) = 88586 bytes |