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:           Wed Dec 13 08:17:10 UTC 2017

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

Log Message:
py-hypothesis: updated to 3.42.2

3.42.2:
This patch fixes :issue:1017, where instances of a list or tuple subtype used as an argument to a strategy would be coerced to tuple.

3.42.1:
This release has some internal cleanup, which makes reading the code more pleasant and may shrink large examples slightly faster.

3.42.0:
This release deprecates :ref:faker-extra, which was designed as a transition strategy but does not support example shrinking or coverage-guided discovery.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.37 -r1.38 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.40 pkgsrc/devel/py-hypothesis/Makefile:1.41
--- pkgsrc/devel/py-hypothesis/Makefile:1.40    Thu Nov 16 07:59:55 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Dec 13 08:17:10 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/11/16 07:59:55 adam Exp $
+# $NetBSD: Makefile,v 1.41 2017/12/13 08:17:10 adam Exp $
 
-DISTNAME=      hypothesis-3.37.0
+DISTNAME=      hypothesis-3.42.2
 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.15 pkgsrc/devel/py-hypothesis/PLIST:1.16
--- pkgsrc/devel/py-hypothesis/PLIST:1.15       Thu Nov 16 07:59:55 2017
+++ pkgsrc/devel/py-hypothesis/PLIST    Wed Dec 13 08:17:10 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2017/11/16 07:59:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/12/13 08:17:10 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -102,6 +102,9 @@ ${PYSITELIB}/hypothesis/internal/escalat
 ${PYSITELIB}/hypothesis/internal/floats.py
 ${PYSITELIB}/hypothesis/internal/floats.pyc
 ${PYSITELIB}/hypothesis/internal/floats.pyo
+${PYSITELIB}/hypothesis/internal/healthcheck.py
+${PYSITELIB}/hypothesis/internal/healthcheck.pyc
+${PYSITELIB}/hypothesis/internal/healthcheck.pyo
 ${PYSITELIB}/hypothesis/internal/intervalsets.py
 ${PYSITELIB}/hypothesis/internal/intervalsets.pyc
 ${PYSITELIB}/hypothesis/internal/intervalsets.pyo

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.37 pkgsrc/devel/py-hypothesis/distinfo:1.38
--- pkgsrc/devel/py-hypothesis/distinfo:1.37    Thu Nov 16 07:59:55 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Dec 13 08:17:10 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2017/11/16 07:59:55 adam Exp $
+$NetBSD: distinfo,v 1.38 2017/12/13 08:17:10 adam Exp $
 
-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
+SHA1 (hypothesis-3.42.2.tar.gz) = 3fc623247fa461f7b33c9deacbbcec619753ea12
+RMD160 (hypothesis-3.42.2.tar.gz) = 728c9fd5c730a0d85792d1ca60e455991a6b001a
+SHA512 (hypothesis-3.42.2.tar.gz) = 38a1f09b37a487bb96f2af007e48ef02f7fc302a173dc588476a7f301d9b433d52476ae9fefb76fcfdf8d5f0f04896417ba0360c688cb21eb303fb5d0750018a
+Size (hypothesis-3.42.2.tar.gz) = 132761 bytes



Home | Main Index | Thread Index | Old Index