diff options
author | adam <adam@pkgsrc.org> | 2017-11-09 07:41:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-09 07:41:44 +0000 |
commit | 0a55c3e4765f280f68bc852b0b9ea866a9dd01a6 (patch) | |
tree | f97be3d4d0e95aa45cff7a03316af2fa83c6c908 /devel | |
parent | 69a64752c0e0ad885603badadff02ca775602c08 (diff) | |
download | pkgsrc-0a55c3e4765f280f68bc852b0b9ea866a9dd01a6.tar.gz |
py-hypothesis: updated to 3.36.0
3.36.0:
This release adds a setting to the public API, and does some internal cleanup:
The :attr:`~hypothesis.settings.derandomize` setting is now documented
Removed - and disallowed - all 'bare excepts' in Hypothesis
Documented the :attr:`~hypothesis.settings.strict` setting as deprecated, and updated the build so our docs always match deprecations in the code.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/PLIST | 5 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 6ea01e3f5b6..6dce8af6e52 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2017/11/06 10:39:08 adam Exp $ +# $NetBSD: Makefile,v 1.39 2017/11/09 07:41:44 adam Exp $ -DISTNAME= hypothesis-3.34.1 +DISTNAME= hypothesis-3.36.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 53d7528b977..72389065bd4 100644 --- a/devel/py-hypothesis/PLIST +++ b/devel/py-hypothesis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2017/10/16 18:35:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2017/11/09 07:41:44 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -69,9 +69,6 @@ ${PYSITELIB}/hypothesis/internal/cache.pyo ${PYSITELIB}/hypothesis/internal/charmap.py ${PYSITELIB}/hypothesis/internal/charmap.pyc ${PYSITELIB}/hypothesis/internal/charmap.pyo -${PYSITELIB}/hypothesis/internal/classmap.py -${PYSITELIB}/hypothesis/internal/classmap.pyc -${PYSITELIB}/hypothesis/internal/classmap.pyo ${PYSITELIB}/hypothesis/internal/compat.py ${PYSITELIB}/hypothesis/internal/compat.pyc ${PYSITELIB}/hypothesis/internal/compat.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 147a23e9a4c..202d261b214 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2017/11/06 10:39:08 adam Exp $ +$NetBSD: distinfo,v 1.36 2017/11/09 07:41:44 adam Exp $ -SHA1 (hypothesis-3.34.1.tar.gz) = a40f5e63325fa69b0312ed6dcc92eaed51b9eae6 -RMD160 (hypothesis-3.34.1.tar.gz) = 99da124e32e0d839c068cb9c16b8e42ad7980e71 -SHA512 (hypothesis-3.34.1.tar.gz) = 3fd9e538fbb81f46d8e4dfb4336857074ad92f72511c513e09d976e2d3a3f4580586d0765251b9c05cdc3b1c5b54755f4e498b42d2973570e0e2da7399d4f4f9 -Size (hypothesis-3.34.1.tar.gz) = 129059 bytes +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 |