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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb651123bf13
branches:  trunk
changeset: 371370:eb651123bf13
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 09 07:41:44 2017 +0000

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

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/PLIST    |   5 +----
 devel/py-hypothesis/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 85e351b43487 -r eb651123bf13 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Thu Nov 09 07:37:28 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Thu Nov 09 07:41:44 2017 +0000
@@ -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 -r 85e351b43487 -r eb651123bf13 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Thu Nov 09 07:37:28 2017 +0000
+++ b/devel/py-hypothesis/PLIST Thu Nov 09 07:41:44 2017 +0000
@@ -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/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 -r 85e351b43487 -r eb651123bf13 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Thu Nov 09 07:37:28 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Thu Nov 09 07:41:44 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index