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:           Wed Sep 19 11:35:36 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.57 -r1.58 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.60 pkgsrc/devel/py-hypothesis/Makefile:1.61
--- pkgsrc/devel/py-hypothesis/Makefile:1.60    Mon Sep  3 07:39:34 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Sep 19 11:35:36 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.57 pkgsrc/devel/py-hypothesis/distinfo:1.58
--- pkgsrc/devel/py-hypothesis/distinfo:1.57    Mon Sep  3 07:39:34 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Sep 19 11:35:36 2018
@@ -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