pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis 3.13.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/09f2ca72baf0
branches: trunk
changeset: 365452:09f2ca72baf0
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jul 17 07:05:34 2017 +0000
description:
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.
diffstat:
devel/py-hypothesis/Makefile | 4 ++--
devel/py-hypothesis/PLIST | 11 +++++++----
devel/py-hypothesis/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 11 deletions(-)
diffs (66 lines):
diff -r 4d81c12b02eb -r 09f2ca72baf0 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile Mon Jul 17 07:04:22 2017 +0000
+++ b/devel/py-hypothesis/Makefile Mon Jul 17 07:05:34 2017 +0000
@@ -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 -r 4d81c12b02eb -r 09f2ca72baf0 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Mon Jul 17 07:04:22 2017 +0000
+++ b/devel/py-hypothesis/PLIST Mon Jul 17 07:05:34 2017 +0000
@@ -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/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/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/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 -r 4d81c12b02eb -r 09f2ca72baf0 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo Mon Jul 17 07:04:22 2017 +0000
+++ b/devel/py-hypothesis/distinfo Mon Jul 17 07:05:34 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index