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.16.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8718829d0df5
branches:  trunk
changeset: 366244:8718829d0df5
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 07 18:00:41 2017 +0000

description:
3.16.1:
This release makes an implementation change to how Hypothesis handles certain internal constructs.

The main effect you should see is improvement to the behaviour and performance of collection types, especially ones with a min_size parameter. Many cases that would previously fail due to being 
unable to generate enough valid examples will now succeed, and other cases should run slightly faster.


3.16.0:
This release introduces a deprecation of the timeout feature. This results in the following changes:

Creating a settings object with an explicit timeout will emit a deprecation warning.
If your test stops because it hits the timeout (and has not found a bug) then it will emit a deprecation warning.
There is a new value unlimited which you can import from hypothesis. settings(timeout=unlimited) will not cause a deprecation warning.
There is a new health check, hung_test, which will trigger after a test has been running for five minutes if it is not suppressed.

diffstat:

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6d4975fca16c -r 8718829d0df5 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Mon Aug 07 17:56:14 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Mon Aug 07 18:00:41 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/08/04 04:57:52 adam Exp $
+# $NetBSD: Makefile,v 1.27 2017/08/07 18:00:41 adam Exp $
 
-DISTNAME=      hypothesis-3.14.2
+DISTNAME=      hypothesis-3.16.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 6d4975fca16c -r 8718829d0df5 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Mon Aug 07 17:56:14 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Mon Aug 07 18:00:41 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2017/08/04 04:57:52 adam Exp $
+$NetBSD: distinfo,v 1.24 2017/08/07 18:00:41 adam Exp $
 
-SHA1 (hypothesis-3.14.2.tar.gz) = b00e3ceeb4302517eebecb4df38a5b139ca44e37
-RMD160 (hypothesis-3.14.2.tar.gz) = de253a13eafdda46b97cbfe9ccb373b11809df9c
-SHA512 (hypothesis-3.14.2.tar.gz) = 14c6f934dd81180a1f58cbeb58e61649e967d459a08a2bf9a18d93261458d0ae9753c4c5cf2cc85cc3b021fb71624270674230c236e597b20afccc2d04da56a1
-Size (hypothesis-3.14.2.tar.gz) = 94471 bytes
+SHA1 (hypothesis-3.16.1.tar.gz) = 0a9b6e4900d0038829a4acb7d32233545caed6d6
+RMD160 (hypothesis-3.16.1.tar.gz) = 3a7daee6545b464606729c3c1b8b5d7a60c5d302
+SHA512 (hypothesis-3.16.1.tar.gz) = 39ecae23a0377a4d9c5c6ead904ad19814ce06bf87b83c2ddec6566dbf23fef3009ff12c41f5696f45e234a6a8b1cc46b675898246d202f1e264014f0cc6a746
+Size (hypothesis-3.16.1.tar.gz) = 95806 bytes



Home | Main Index | Thread Index | Old Index