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 Jun  6 19:26:09 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.51 -r1.52 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.54 pkgsrc/devel/py-hypothesis/Makefile:1.55
--- pkgsrc/devel/py-hypothesis/Makefile:1.54    Sun May  6 09:06:42 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Jun  6 19:26:09 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.51 pkgsrc/devel/py-hypothesis/distinfo:1.52
--- pkgsrc/devel/py-hypothesis/distinfo:1.51    Sun May  6 09:06:42 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Jun  6 19:26:09 2018
@@ -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