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.42.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/155bb8feafcf
branches:  trunk
changeset: 372638:155bb8feafcf
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 13 08:17:10 2017 +0000

description:
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.

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 ecb0011f1d76 -r 155bb8feafcf devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Dec 13 08:16:08 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Dec 13 08:17:10 2017 +0000
@@ -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/}
diff -r ecb0011f1d76 -r 155bb8feafcf devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Wed Dec 13 08:16:08 2017 +0000
+++ b/devel/py-hypothesis/PLIST Wed Dec 13 08:17:10 2017 +0000
@@ -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/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
diff -r ecb0011f1d76 -r 155bb8feafcf devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Dec 13 08:16:08 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Dec 13 08:17:10 2017 +0000
@@ -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