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:           Fri Dec 22 05:57:51 UTC 2017

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

Log Message:
py-hypothesis: updated to 3.44.3

3.44.3:
This release improves the shrinker in cases where examples drawn earlier can affect how much data is drawn later (e.g. when you draw a length parameter in a composite and then draw that many 
elements). Examples found in cases like this should now be much closer to minimal.

3.44.2:
This is a pure refactoring release which changes how Hypothesis manages its set of examples internally. It should have no externally visible effects.

3.44.1:
This release fixes :issue:`997`, in which under some circumstances the body of tests run under Hypothesis would not show up when run under coverage even though the tests were run and the code they 
called outside of the test file would show up normally.

3.44.0:
This release adds a new feature: The :ref:`@reproduce_failure <reproduce_failure>`, designed to make it easy to use Hypothesis's binary format for examples to reproduce a problem locally without 
having to share your example database between machines.

This also changes when seeds are printed:

They will no longer be printed for normal falsifying examples, as there are now adequate ways of reproducing those for all cases, so it just contributes noise.
They will once again be printed when reusing examples from the database, as health check failures should now be more reliable in this scenario so it will almost always work in this case.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.38 -r1.39 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.41 pkgsrc/devel/py-hypothesis/Makefile:1.42
--- pkgsrc/devel/py-hypothesis/Makefile:1.41    Wed Dec 13 08:17:10 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Dec 22 05:57:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2017/12/13 08:17:10 adam Exp $
+# $NetBSD: Makefile,v 1.42 2017/12/22 05:57:50 adam Exp $
 
-DISTNAME=      hypothesis-3.42.2
+DISTNAME=      hypothesis-3.44.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.38 pkgsrc/devel/py-hypothesis/distinfo:1.39
--- pkgsrc/devel/py-hypothesis/distinfo:1.38    Wed Dec 13 08:17:10 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Dec 22 05:57:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2017/12/13 08:17:10 adam Exp $
+$NetBSD: distinfo,v 1.39 2017/12/22 05:57:50 adam Exp $
 
-SHA1 (hypothesis-3.42.2.tar.gz) = 3fc623247fa461f7b33c9deacbbcec619753ea12
-RMD160 (hypothesis-3.42.2.tar.gz) = 728c9fd5c730a0d85792d1ca60e455991a6b001a
-SHA512 (hypothesis-3.42.2.tar.gz) = 38a1f09b37a487bb96f2af007e48ef02f7fc302a173dc588476a7f301d9b433d52476ae9fefb76fcfdf8d5f0f04896417ba0360c688cb21eb303fb5d0750018a
-Size (hypothesis-3.42.2.tar.gz) = 132761 bytes
+SHA1 (hypothesis-3.44.3.tar.gz) = 7a3c8c0bba9cee550624b28bab79e08a17dc9fa5
+RMD160 (hypothesis-3.44.3.tar.gz) = 98dc5e6c564ebe38a8f8f010c798cb089750e9f6
+SHA512 (hypothesis-3.44.3.tar.gz) = 1012cada6e2a7b38f44275a79f3dca90424b814ad2ad4c779eaad3581d58219a72dee37a61d07d472ee7cf8d76d51d866c218d8cd5ec99109ea18f05c8fd5f53
+Size (hypothesis-3.44.3.tar.gz) = 135630 bytes



Home | Main Index | Thread Index | Old Index