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: Thu Nov 16 07:59:55 UTC 2017
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.36 -r1.37 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.39 pkgsrc/devel/py-hypothesis/Makefile:1.40
--- pkgsrc/devel/py-hypothesis/Makefile:1.39 Thu Nov 9 07:41:44 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Nov 16 07:59:55 2017
@@ -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/}
Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.14 pkgsrc/devel/py-hypothesis/PLIST:1.15
--- pkgsrc/devel/py-hypothesis/PLIST:1.14 Thu Nov 9 07:41:44 2017
+++ pkgsrc/devel/py-hypothesis/PLIST Thu Nov 16 07:59:55 2017
@@ -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/reflect
${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
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.36 pkgsrc/devel/py-hypothesis/distinfo:1.37
--- pkgsrc/devel/py-hypothesis/distinfo:1.36 Thu Nov 9 07:41:44 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Nov 16 07:59:55 2017
@@ -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