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.37.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba318be917a3
branches: trunk
changeset: 371643:ba318be917a3
user: adam <adam%pkgsrc.org@localhost>
date: Thu Nov 16 07:59:55 2017 +0000
description:
py-hypothesis: updated to 3.37.0
3.37.0:
This is a deprecation release for some health check related features.
The following are now deprecated:
* Passing exception_in_generation to suppress_health_check. This no longer does anything even when passed - All errors that occur during data generation will now be immediately reraised rather than
going through the health check mechanism.
* Passing random_module to suppress_health_check. This hasn?t done anything for a long time, but was never explicitly deprecated. Hypothesis always seeds the random module when running @given tests,
so this is no longer an error and suppressing it doesn?t do anything.
* Passing non-HealthCheck values in suppress_health_check. This was previously allowed but never did anything useful.
In addition, passing a non-iterable value as suppress_health_check will now raise an error immediately (it would never have worked correctly, but it would previously have failed later). Some
validation error messages have also been updated.
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 67c0275c2483 -r ba318be917a3 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile Thu Nov 16 07:57:53 2017 +0000
+++ b/devel/py-hypothesis/Makefile Thu Nov 16 07:59:55 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2017/11/09 07:41:44 adam Exp $
+# $NetBSD: Makefile,v 1.40 2017/11/16 07:59:55 adam Exp $
-DISTNAME= hypothesis-3.36.0
+DISTNAME= hypothesis-3.37.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 67c0275c2483 -r ba318be917a3 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Thu Nov 16 07:57:53 2017 +0000
+++ b/devel/py-hypothesis/PLIST Thu Nov 16 07:59:55 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/11/09 07:41:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/11/16 07:59:55 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -114,6 +114,9 @@
${PYSITELIB}/hypothesis/internal/renaming.py
${PYSITELIB}/hypothesis/internal/renaming.pyc
${PYSITELIB}/hypothesis/internal/renaming.pyo
+${PYSITELIB}/hypothesis/internal/validation.py
+${PYSITELIB}/hypothesis/internal/validation.pyc
+${PYSITELIB}/hypothesis/internal/validation.pyo
${PYSITELIB}/hypothesis/provisional.py
${PYSITELIB}/hypothesis/provisional.pyc
${PYSITELIB}/hypothesis/provisional.pyo
diff -r 67c0275c2483 -r ba318be917a3 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo Thu Nov 16 07:57:53 2017 +0000
+++ b/devel/py-hypothesis/distinfo Thu Nov 16 07:59:55 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2017/11/09 07:41:44 adam Exp $
+$NetBSD: distinfo,v 1.37 2017/11/16 07:59:55 adam Exp $
-SHA1 (hypothesis-3.36.0.tar.gz) = 6d407e2c6d0d43657a90cd5cb56592ca317e4c0f
-RMD160 (hypothesis-3.36.0.tar.gz) = fac59ce938bad68a4456b30d3eccb10eaf8b3e34
-SHA512 (hypothesis-3.36.0.tar.gz) = ffb02e740a4f84df1ab25ea62a1d526943b6ded75c53c73c0c7172cc80531f22a62bc5017b6492d60ec40e65026643fe3c8b9262c9c0c6b1681153c8419fe529
-Size (hypothesis-3.36.0.tar.gz) = 128946 bytes
+SHA1 (hypothesis-3.37.0.tar.gz) = 8a83ffc9a341d0673ed60871347cddd60ad5c4fb
+RMD160 (hypothesis-3.37.0.tar.gz) = d01989de20392c44b47af113b0c130eb7473d762
+SHA512 (hypothesis-3.37.0.tar.gz) = f9ba769af0a45b024a4e4510c383558fdb93e85407f204e7552b215cf53c2912183d9ecf8d88a1be8005252f59bf70644a086e0265cdfef755a81244da7390b3
+Size (hypothesis-3.37.0.tar.gz) = 129368 bytes
Home |
Main Index |
Thread Index |
Old Index