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:           Tue Jun 20 07:26:10 UTC 2017

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

Log Message:
3.11.6:
This release involves no functionality changes, but is the first to ship wheels as well as an sdist.

3.11.5:
This release provides a performance improvement to shrinking. For cases where there is some non-trivial "boundary" value (e.g. the bug happens for all values greater than some other value), shrinking 
should now be substantially faster. Other types of bug will likely see improvements too.

This may also result in some changes to the quality of the final examples - it may sometimes be better, but is more likely to get slightly worse in some edge cases. If you see any examples where this 
happens in practice, please report them.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/devel/py-hypothesis/Makefile:1.20
--- pkgsrc/devel/py-hypothesis/Makefile:1.19    Mon Jun 19 06:36:29 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Jun 20 07:26:10 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/06/19 06:36:29 adam Exp $
+# $NetBSD: Makefile,v 1.20 2017/06/20 07:26:10 adam Exp $
 
-DISTNAME=      hypothesis-3.11.4
+DISTNAME=      hypothesis-3.11.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.16 pkgsrc/devel/py-hypothesis/distinfo:1.17
--- pkgsrc/devel/py-hypothesis/distinfo:1.16    Mon Jun 19 06:36:29 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Jun 20 07:26:10 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/06/19 06:36:29 adam Exp $
+$NetBSD: distinfo,v 1.17 2017/06/20 07:26:10 adam Exp $
 
-SHA1 (hypothesis-3.11.4.tar.gz) = 6110e192813da37e3e12ac4d78b658948b347026
-RMD160 (hypothesis-3.11.4.tar.gz) = 533dd43ea7c7dda08623494b7d77237653a0022d
-SHA512 (hypothesis-3.11.4.tar.gz) = 94ad2503faf7ab83b4ce541dac37fb740d87d3f7c30e9b90e8aed1607e0a7848fed291997cd598c3940a440e82548bfa67eba1b824cb64f6c24bf3dfe54f4788
-Size (hypothesis-3.11.4.tar.gz) = 83416 bytes
+SHA1 (hypothesis-3.11.6.tar.gz) = 20117a10b4e98d8f3f7f21c4f92406176ec8cb15
+RMD160 (hypothesis-3.11.6.tar.gz) = 363ca4f0bb9b0d365cd87b501755eabd25a0a134
+SHA512 (hypothesis-3.11.6.tar.gz) = be3537403ad3acfa080e8e0b79ccd63c949157b48f02fe4b801ed5d9f2dfac960ef69426954e13fb644d7ef55a601e4276f2eefa671feff98959b4d214c13f6a
+Size (hypothesis-3.11.6.tar.gz) = 85103 bytes



Home | Main Index | Thread Index | Old Index