pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  7 18:00:41 UTC 2017

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-hypothesis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.26 pkgsrc/devel/py-hypothesis/Makefile:1.27
--- pkgsrc/devel/py-hypothesis/Makefile:1.26    Fri Aug  4 04:57:52 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Aug  7 18:00:41 2017
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.23 pkgsrc/devel/py-hypothesis/distinfo:1.24
--- pkgsrc/devel/py-hypothesis/distinfo:1.23    Fri Aug  4 04:57:52 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Aug  7 18:00:41 2017
@@ -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