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:           Sun Aug 13 09:46:55 UTC 2017

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

Log Message:
3.17.0:
This release documents the previously undocumented phases feature”, making it part of the official public API. It also updates how the example database is used. Principally:
* A Phases.reuse argument will now correctly control whether examples from the database are run (it previously did exactly the wrong thing and controlled whether examples would be saved).
* Hypothesis will no longer try to rerun all previously failing examples. Instead it will replay the smallest previously failing example and a selection of other examples that are likely to trigger 
any other bugs that will found. This prevents a previous failure from dominating your tests unnecessarily.
* As a result of the previous change, Hypothesis will be slower about clearing out old examples from the database that are no longer failing (because it can only clear out ones that it actually runs).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/devel/py-hypothesis/Makefile:1.28
--- pkgsrc/devel/py-hypothesis/Makefile:1.27    Mon Aug  7 18:00:41 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Aug 13 09:46:55 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/08/07 18:00:41 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/08/13 09:46:55 adam Exp $
 
-DISTNAME=      hypothesis-3.16.1
+DISTNAME=      hypothesis-3.17.0
 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.24 pkgsrc/devel/py-hypothesis/distinfo:1.25
--- pkgsrc/devel/py-hypothesis/distinfo:1.24    Mon Aug  7 18:00:41 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Sun Aug 13 09:46:55 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2017/08/07 18:00:41 adam Exp $
+$NetBSD: distinfo,v 1.25 2017/08/13 09:46:55 adam Exp $
 
-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
+SHA1 (hypothesis-3.17.0.tar.gz) = a8f966ca12ffb6df181f97e7c9fe2d44fdca1a3c
+RMD160 (hypothesis-3.17.0.tar.gz) = 668f5836940ab44a4a98bac48d64c73d17062553
+SHA512 (hypothesis-3.17.0.tar.gz) = ef123b5de12b75613a6f4901e9abfff8c3e70f941c78bd9e768b926cb7aadcf334119c6a3df7ee5fac732bb42f3ec2db746b8d9a5eeedcd86d7e9652c4aa544c
+Size (hypothesis-3.17.0.tar.gz) = 96690 bytes



Home | Main Index | Thread Index | Old Index