diff options
author | adam <adam@pkgsrc.org> | 2017-09-08 11:03:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-08 11:03:28 +0000 |
commit | d627d6093e7486ed5a0a36c4a0bc0474927d4603 (patch) | |
tree | dd704b47660cb5accb63d04c6c0fcfde5be7c167 /devel | |
parent | 3eef700f88b45df90533e3442081274d478d58b8 (diff) | |
download | pkgsrc-d627d6093e7486ed5a0a36c4a0bc0474927d4603.tar.gz |
3.24.1:
This release improves the reduction of examples involving floating point numbers to produce more human readable examples.
It also has some general purpose changes to the way the minimizer works internally, which may see some improvement in quality and slow down of test case reduction in cases that have nothing to do with floating point numbers.
3.24.0:
Hypothesis now emits deprecation warnings if you use example() inside a test function or strategy definition (this was never intended to be supported, but is sufficiently widespread that it warrants a deprecation path).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/PLIST | 5 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 00d298b0b92..24d8d85e8f4 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2017/09/04 17:28:45 adam Exp $ +# $NetBSD: Makefile,v 1.32 2017/09/08 11:03:28 adam Exp $ -DISTNAME= hypothesis-3.23.2 +DISTNAME= hypothesis-3.24.1 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 04cee6acf2a..bdc13167e03 100644 --- a/devel/py-hypothesis/PLIST +++ b/devel/py-hypothesis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/08/27 12:16:07 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/09/08 11:03:28 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -78,6 +78,9 @@ ${PYSITELIB}/hypothesis/internal/conjecture/data.pyo ${PYSITELIB}/hypothesis/internal/conjecture/engine.py ${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc ${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo +${PYSITELIB}/hypothesis/internal/conjecture/floats.py +${PYSITELIB}/hypothesis/internal/conjecture/floats.pyc +${PYSITELIB}/hypothesis/internal/conjecture/floats.pyo ${PYSITELIB}/hypothesis/internal/conjecture/minimizer.py ${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyc ${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 9bfad149a75..cb6ad14618e 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2017/09/04 17:28:45 adam Exp $ +$NetBSD: distinfo,v 1.29 2017/09/08 11:03:28 adam Exp $ -SHA1 (hypothesis-3.23.2.tar.gz) = 5876a8eb96516a967d7992d9af4d0f1b5564a378 -RMD160 (hypothesis-3.23.2.tar.gz) = 2d2264051ce5178b92197861e5fb9a45656f7929 -SHA512 (hypothesis-3.23.2.tar.gz) = da40e782eb8d794ce040c9d6cb387ec1ee8b80b9269744a019e8251cdc43f11c8ce6a9226d17cd3a528ad5940ed4a42313368c1a9906bacd907e1c828f9e9ac0 -Size (hypothesis-3.23.2.tar.gz) = 107726 bytes +SHA1 (hypothesis-3.24.1.tar.gz) = 2cf738bab203189322280e459297921821edea87 +RMD160 (hypothesis-3.24.1.tar.gz) = 30f7f9d822899a3e10df5d653d677a09855317aa +SHA512 (hypothesis-3.24.1.tar.gz) = eaa9784e02f2e30a46abf6b2d1b8df22385f7f98d1cfb444da48cfd196e3c38fea8a39932992bfb6d0d08272cbec2957a6053908ff1e4d8575cc0b91c5a85cd0 +Size (hypothesis-3.24.1.tar.gz) = 111662 bytes |