diff options
author | adam <adam@pkgsrc.org> | 2017-10-16 18:35:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-16 18:35:19 +0000 |
commit | 3caacc1ee960434ea24a233d1b3e95f0a2226d2b (patch) | |
tree | 3de871cea4cc71a897463ebb57655aa25e2d525c | |
parent | d8f36aa302e5b83e7d723d67ba2f7202ee4f6e90 (diff) | |
download | pkgsrc-3caacc1ee960434ea24a233d1b3e95f0a2226d2b.tar.gz |
py-hypothesis: update to 3.33.0
3.33.0:
This release supports strategy inference for more field types in Django models() - you can now omit an argument for Date, Time, Duration, Slug, IP Address, and UUID fields.
Strategy generation for fields with grouped choices now selects choices from each group, instead of selecting from the group names.
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/PLIST | 11 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
3 files changed, 11 insertions, 14 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 5b17d9ae21f..e8f317339a7 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2017/10/05 06:48:38 adam Exp $ +# $NetBSD: Makefile,v 1.36 2017/10/16 18:35:19 adam Exp $ -DISTNAME= hypothesis-3.31.2 +DISTNAME= hypothesis-3.33.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} diff --git a/devel/py-hypothesis/PLIST b/devel/py-hypothesis/PLIST index 55e3066950b..53d7528b977 100644 --- a/devel/py-hypothesis/PLIST +++ b/devel/py-hypothesis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2017/09/30 13:12:04 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2017/10/16 18:35:19 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -117,6 +117,9 @@ ${PYSITELIB}/hypothesis/internal/reflection.pyo ${PYSITELIB}/hypothesis/internal/renaming.py ${PYSITELIB}/hypothesis/internal/renaming.pyc ${PYSITELIB}/hypothesis/internal/renaming.pyo +${PYSITELIB}/hypothesis/provisional.py +${PYSITELIB}/hypothesis/provisional.pyc +${PYSITELIB}/hypothesis/provisional.pyo ${PYSITELIB}/hypothesis/reporting.py ${PYSITELIB}/hypothesis/reporting.pyc ${PYSITELIB}/hypothesis/reporting.pyo @@ -174,12 +177,6 @@ ${PYSITELIB}/hypothesis/statistics.pyo ${PYSITELIB}/hypothesis/strategies.py ${PYSITELIB}/hypothesis/strategies.pyc ${PYSITELIB}/hypothesis/strategies.pyo -${PYSITELIB}/hypothesis/tools/__init__.py -${PYSITELIB}/hypothesis/tools/__init__.pyc -${PYSITELIB}/hypothesis/tools/__init__.pyo -${PYSITELIB}/hypothesis/tools/mergedbs.py -${PYSITELIB}/hypothesis/tools/mergedbs.pyc -${PYSITELIB}/hypothesis/tools/mergedbs.pyo ${PYSITELIB}/hypothesis/types.py ${PYSITELIB}/hypothesis/types.pyc ${PYSITELIB}/hypothesis/types.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 7981979897a..32eb4c1701e 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2017/10/05 06:48:38 adam Exp $ +$NetBSD: distinfo,v 1.33 2017/10/16 18:35:19 adam Exp $ -SHA1 (hypothesis-3.31.2.tar.gz) = 8ae448d9505598480ee7cf9f80dfa3dca0d3fde0 -RMD160 (hypothesis-3.31.2.tar.gz) = 7236764bfab5068127fa7791523b4545e34b2b24 -SHA512 (hypothesis-3.31.2.tar.gz) = 5b3ebc3cca112c0f1c8e7397457cf95885528db3802662f1f31e40dff5e90921eb86e8c2b185a0da4e128ff106aad9960a5a11135714074ce1e7d440455a44da -Size (hypothesis-3.31.2.tar.gz) = 128076 bytes +SHA1 (hypothesis-3.33.0.tar.gz) = 2349b06a6f2c094bdc5c76b6ec8c40c7d212a3db +RMD160 (hypothesis-3.33.0.tar.gz) = a8ff3bca8e5afc5901b3a8bc26c7022f6b7f92ae +SHA512 (hypothesis-3.33.0.tar.gz) = c84099786caecf1d3e5914c3440d6b5cf887274230bcf7ea4f0b2105d87cdb4986abeedffefa65f9345495ee2307903f9315f285a22f8b536c2e3c11116cad6a +Size (hypothesis-3.33.0.tar.gz) = 128548 bytes |