pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: updated to 3.71.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cacb6bf0d375
branches:  trunk
changeset: 312924:cacb6bf0d375
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 19 11:35:36 2018 +0000

description:
py-hypothesis: updated to 3.71.10

3.71.10:
This patch allows :func:~hypothesis.strategies.from_type to handle the empty tuple type, :obj:typing.Tuple[()] <python:typing.Tuple>.

3.71.9:
This patch updates some internal comments for :pypi:mypy. There is no user-visible effect, even for Mypy users.

3.71.8:
This patch fixes a rare bug that would cause a particular shrinker pass to raise an IndexError, if a shrink improvement changed the underlying data in an unexpected way.

3.71.7:
This release fixes the broken cross-references in our docs, and adds a CI check so we don't add new ones.

3.71.6:
This patch fixes two bugs (:issue:944 and :issue:1521), where messages about :func:@seed <hypothesis.seed> did not check the current verbosity setting, and the wrong settings were active while 
executing :ref:explicit examples <providing-explicit-examples>.

3.71.5:
This patch fixes a DeprecationWarning added in Python 3.8 (:issue:1576).

3.71.4:
This is a no-op release, which implements automatic DOI minting and code archival of Hypothesis via Zenodo. Thanks to CERN and the EU Horizon 2020 programme for providing this service!

Check our :gh-file:CITATION file for details, or head right on over to doi.org/10.5281/zenodo.1412597

3.71.3:
This release adds the test name to some deprecation warnings, for easier debugging.

3.71.2:
This release makes Hypothesis's memory usage substantially smaller for tests with many examples, by bounding the number of past examples it keeps around.

You will not see much difference unless you are running tests with :obj:~hypothesis.settings.max_examples set to well over 1000, but if you do have such tests then you should see memory usage mostly 
plateau where previously it would have grown linearly with time.

3.71.1:
This patch adds internal comments to some tree traversals in the core engine. There is no user-visible change.

3.71.0:
This release deprecates the coverage-guided testing functionality, as it has proven brittle and does not really pull its weight.

We intend to replace it with something more useful in the future, but the feature in its current form does not seem to be worth the cost of using, and whatever replaces it will likely look very 
different.

diffstat:

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

diffs (27 lines):

diff -r df008b7ffdcd -r cacb6bf0d375 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Sep 19 11:33:34 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Sep 19 11:35:36 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2018/09/03 07:39:34 adam Exp $
+# $NetBSD: Makefile,v 1.61 2018/09/19 11:35:36 adam Exp $
 
-DISTNAME=      hypothesis-3.70.0
+DISTNAME=      hypothesis-3.71.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r df008b7ffdcd -r cacb6bf0d375 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Sep 19 11:33:34 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Sep 19 11:35:36 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2018/09/03 07:39:34 adam Exp $
+$NetBSD: distinfo,v 1.58 2018/09/19 11:35:36 adam Exp $
 
-SHA1 (hypothesis-3.70.0.tar.gz) = 4b78c695df9cee2d7e37c32d5d85db2610511870
-RMD160 (hypothesis-3.70.0.tar.gz) = 128b507a35b19d2a952bbb324d0b59b1f65360e2
-SHA512 (hypothesis-3.70.0.tar.gz) = da675b2edb2e68a472b62dbbcbd65ad0b97cabfc9372ca777f274cc289b1e5809a66443ef7e45c13a5acc3b2ed668d6372330fbeb7fa5b1f360d7966a6e3d981
-Size (hypothesis-3.70.0.tar.gz) = 176628 bytes
+SHA1 (hypothesis-3.71.10.tar.gz) = fde0dff1f9101c3d8e879d45639961491132e39e
+RMD160 (hypothesis-3.71.10.tar.gz) = e055e02cba941b25700c99ab83cf5a5d142c1ed1
+SHA512 (hypothesis-3.71.10.tar.gz) = e65c7191694ecf61802908bbc9920ce4d850cbe9b459231f4fdcccb42cd5fb5a810994ec6cf3e28a02b1584188d1e6d57954757f362385dfac17523de19d775e
+Size (hypothesis-3.71.10.tar.gz) = 175999 bytes



Home | Main Index | Thread Index | Old Index