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.57.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa6b81578a6a
branches:  trunk
changeset: 309012:fa6b81578a6a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 06 19:26:09 2018 +0000

description:
py-hypothesis: updated to 3.57.0

3.57.0:
Using an unordered collection with the :func:~hypothesis.strategies.permutations strategy has been deprecated because the order in which e.g. a set shrinks is arbitrary. This may cause different 
results between runs.

3.56.10:
This release makes :obj:~hypothesis.settings.define_setting a private method, which has the effect of hiding it from the documentation.

3.56.9:
This is another release with no functionality changes as part of changes to Hypothesis's new release tagging scheme.

3.56.8:
This is a release with no functionality changes that moves Hypothesis over to a new release tagging scheme.

3.56.7:
This release provides a performance improvement for most tests, but in particular users of sampled_from who don't have numpy installed should see a significant performance improvement.

3.56.6:
This patch contains further internal work to support Mypy. There are no user-visible changes... yet.

diffstat:

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

diffs (27 lines):

diff -r 1f6985637543 -r fa6b81578a6a devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Jun 06 14:53:27 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Jun 06 19:26:09 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2018/05/06 09:06:42 adam Exp $
+# $NetBSD: Makefile,v 1.55 2018/06/06 19:26:09 adam Exp $
 
-DISTNAME=      hypothesis-3.56.5
+DISTNAME=      hypothesis-3.57.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 1f6985637543 -r fa6b81578a6a devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Jun 06 14:53:27 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Jun 06 19:26:09 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2018/05/06 09:06:42 adam Exp $
+$NetBSD: distinfo,v 1.52 2018/06/06 19:26:09 adam Exp $
 
-SHA1 (hypothesis-3.56.5.tar.gz) = f74058ce279a79e8858368aded9f750933111280
-RMD160 (hypothesis-3.56.5.tar.gz) = ebb8286ba1d64d0932461afb31ea4b2c8b4c139e
-SHA512 (hypothesis-3.56.5.tar.gz) = f52dddf6f32bb33c5b852e6fa754fe1d07205c3e61e020488cf795f97a3c18d7fc3a803fae831b61eddc50df70b371ddaee38602506f5f2a75f8cdbb83d5a857
-Size (hypothesis-3.56.5.tar.gz) = 154659 bytes
+SHA1 (hypothesis-3.57.0.tar.gz) = 7cbfba65913c63c9de6e01a22a8be8bff86dcb49
+RMD160 (hypothesis-3.57.0.tar.gz) = 0585bf2cb4c7d9d91a26d3574f38c06c522a75d4
+SHA512 (hypothesis-3.57.0.tar.gz) = dc2ef77df335133d1896da08940a8d670259b905f0a6fc48ae1bb2aa5b5daa7cef59d8bfc63752caad78d4352c4ce0b75ac8de8613f997e87f55fe8c7156225b
+Size (hypothesis-3.57.0.tar.gz) = 156633 bytes



Home | Main Index | Thread Index | Old Index