pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis 3.24.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e02aeedd2ab
branches: trunk
changeset: 367892:8e02aeedd2ab
user: adam <adam%pkgsrc.org@localhost>
date: Fri Sep 08 11:03:28 2017 +0000
description:
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).
diffstat:
devel/py-hypothesis/Makefile | 4 ++--
devel/py-hypothesis/PLIST | 5 ++++-
devel/py-hypothesis/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 7f15c5eb4e63 -r 8e02aeedd2ab devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile Fri Sep 08 10:26:29 2017 +0000
+++ b/devel/py-hypothesis/Makefile Fri Sep 08 11:03:28 2017 +0000
@@ -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/}
diff -r 7f15c5eb4e63 -r 8e02aeedd2ab devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Fri Sep 08 10:26:29 2017 +0000
+++ b/devel/py-hypothesis/PLIST Fri Sep 08 11:03:28 2017 +0000
@@ -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/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
diff -r 7f15c5eb4e63 -r 8e02aeedd2ab devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo Fri Sep 08 10:26:29 2017 +0000
+++ b/devel/py-hypothesis/distinfo Fri Sep 08 11:03:28 2017 +0000
@@ -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