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: Fri Sep 8 11:03:28 UTC 2017
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo
Log Message:
3.24.1:
This release improves the reduction of examples involving floating point numbers to produce more human readable examples.
It also has some general purpose changes to the way the minimizer works internally, which may see some improvement in quality and slow down of test case reduction in cases that have nothing to do
with floating point numbers.
3.24.0:
Hypothesis now emits deprecation warnings if you use example() inside a test function or strategy definition (this was never intended to be supported, but is sufficiently widespread that it warrants
a deprecation path).
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/devel/py-hypothesis/Makefile:1.32
--- pkgsrc/devel/py-hypothesis/Makefile:1.31 Mon Sep 4 17:28:45 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Sep 8 11:03:28 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2017/09/04 17:28:45 adam Exp $
+# $NetBSD: Makefile,v 1.32 2017/09/08 11:03:28 adam Exp $
-DISTNAME= hypothesis-3.23.2
+DISTNAME= hypothesis-3.24.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.9 pkgsrc/devel/py-hypothesis/PLIST:1.10
--- pkgsrc/devel/py-hypothesis/PLIST:1.9 Sun Aug 27 12:16:07 2017
+++ pkgsrc/devel/py-hypothesis/PLIST Fri Sep 8 11:03:28 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/08/27 12:16:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/09/08 11:03:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -78,6 +78,9 @@ ${PYSITELIB}/hypothesis/internal/conject
${PYSITELIB}/hypothesis/internal/conjecture/engine.py
${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc
${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/floats.py
+${PYSITELIB}/hypothesis/internal/conjecture/floats.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/floats.pyo
${PYSITELIB}/hypothesis/internal/conjecture/minimizer.py
${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyc
${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyo
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.28 pkgsrc/devel/py-hypothesis/distinfo:1.29
--- pkgsrc/devel/py-hypothesis/distinfo:1.28 Mon Sep 4 17:28:45 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Sep 8 11:03:28 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2017/09/04 17:28:45 adam Exp $
+$NetBSD: distinfo,v 1.29 2017/09/08 11:03:28 adam Exp $
-SHA1 (hypothesis-3.23.2.tar.gz) = 5876a8eb96516a967d7992d9af4d0f1b5564a378
-RMD160 (hypothesis-3.23.2.tar.gz) = 2d2264051ce5178b92197861e5fb9a45656f7929
-SHA512 (hypothesis-3.23.2.tar.gz) = da40e782eb8d794ce040c9d6cb387ec1ee8b80b9269744a019e8251cdc43f11c8ce6a9226d17cd3a528ad5940ed4a42313368c1a9906bacd907e1c828f9e9ac0
-Size (hypothesis-3.23.2.tar.gz) = 107726 bytes
+SHA1 (hypothesis-3.24.1.tar.gz) = 2cf738bab203189322280e459297921821edea87
+RMD160 (hypothesis-3.24.1.tar.gz) = 30f7f9d822899a3e10df5d653d677a09855317aa
+SHA512 (hypothesis-3.24.1.tar.gz) = eaa9784e02f2e30a46abf6b2d1b8df22385f7f98d1cfb444da48cfd196e3c38fea8a39932992bfb6d0d08272cbec2957a6053908ff1e4d8575cc0b91c5a85cd0
+Size (hypothesis-3.24.1.tar.gz) = 111662 bytes
Home |
Main Index |
Thread Index |
Old Index