Thu Nov 9 07:41:44 2017 UTC ()
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.


(adam)
diff -r1.38 -r1.39 pkgsrc/devel/py-hypothesis/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/py-hypothesis/PLIST
diff -r1.35 -r1.36 pkgsrc/devel/py-hypothesis/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/devel/py-hypothesis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/Makefile 2017/11/06 10:39:08 1.38
+++ pkgsrc/devel/py-hypothesis/Makefile 2017/11/09 07:41:44 1.39
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.38 2017/11/06 10:39:08 adam Exp $ 1# $NetBSD: Makefile,v 1.39 2017/11/09 07:41:44 adam Exp $
2 2
3DISTNAME= hypothesis-3.34.1 3DISTNAME= hypothesis-3.36.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/HypothesisWorks/hypothesis-python 9HOMEPAGE= https://github.com/HypothesisWorks/hypothesis-python
10COMMENT= Python library for property based testing 10COMMENT= Python library for property based testing
11LICENSE= mpl-2.0 11LICENSE= mpl-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs 13DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
14DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage 14DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
16 16

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-hypothesis/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/PLIST 2017/10/16 18:35:19 1.13
+++ pkgsrc/devel/py-hypothesis/PLIST 2017/11/09 07:41:44 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.13 2017/10/16 18:35:19 adam Exp $ 1@comment $NetBSD: PLIST,v 1.14 2017/11/09 07:41:44 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 6${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/hypothesis/__init__.py 9${PYSITELIB}/hypothesis/__init__.py
10${PYSITELIB}/hypothesis/__init__.pyc 10${PYSITELIB}/hypothesis/__init__.pyc
11${PYSITELIB}/hypothesis/__init__.pyo 11${PYSITELIB}/hypothesis/__init__.pyo
12${PYSITELIB}/hypothesis/_settings.py 12${PYSITELIB}/hypothesis/_settings.py
13${PYSITELIB}/hypothesis/_settings.pyc 13${PYSITELIB}/hypothesis/_settings.pyc
14${PYSITELIB}/hypothesis/_settings.pyo 14${PYSITELIB}/hypothesis/_settings.pyo
@@ -59,29 +59,26 @@ ${PYSITELIB}/hypothesis/extra/pytestplug @@ -59,29 +59,26 @@ ${PYSITELIB}/hypothesis/extra/pytestplug
59${PYSITELIB}/hypothesis/extra/pytestplugin.pyo 59${PYSITELIB}/hypothesis/extra/pytestplugin.pyo
60${PYSITELIB}/hypothesis/extra/pytz.py 60${PYSITELIB}/hypothesis/extra/pytz.py
61${PYSITELIB}/hypothesis/extra/pytz.pyc 61${PYSITELIB}/hypothesis/extra/pytz.pyc
62${PYSITELIB}/hypothesis/extra/pytz.pyo 62${PYSITELIB}/hypothesis/extra/pytz.pyo
63${PYSITELIB}/hypothesis/internal/__init__.py 63${PYSITELIB}/hypothesis/internal/__init__.py
64${PYSITELIB}/hypothesis/internal/__init__.pyc 64${PYSITELIB}/hypothesis/internal/__init__.pyc
65${PYSITELIB}/hypothesis/internal/__init__.pyo 65${PYSITELIB}/hypothesis/internal/__init__.pyo
66${PYSITELIB}/hypothesis/internal/cache.py 66${PYSITELIB}/hypothesis/internal/cache.py
67${PYSITELIB}/hypothesis/internal/cache.pyc 67${PYSITELIB}/hypothesis/internal/cache.pyc
68${PYSITELIB}/hypothesis/internal/cache.pyo 68${PYSITELIB}/hypothesis/internal/cache.pyo
69${PYSITELIB}/hypothesis/internal/charmap.py 69${PYSITELIB}/hypothesis/internal/charmap.py
70${PYSITELIB}/hypothesis/internal/charmap.pyc 70${PYSITELIB}/hypothesis/internal/charmap.pyc
71${PYSITELIB}/hypothesis/internal/charmap.pyo 71${PYSITELIB}/hypothesis/internal/charmap.pyo
72${PYSITELIB}/hypothesis/internal/classmap.py 
73${PYSITELIB}/hypothesis/internal/classmap.pyc 
74${PYSITELIB}/hypothesis/internal/classmap.pyo 
75${PYSITELIB}/hypothesis/internal/compat.py 72${PYSITELIB}/hypothesis/internal/compat.py
76${PYSITELIB}/hypothesis/internal/compat.pyc 73${PYSITELIB}/hypothesis/internal/compat.pyc
77${PYSITELIB}/hypothesis/internal/compat.pyo 74${PYSITELIB}/hypothesis/internal/compat.pyo
78${PYSITELIB}/hypothesis/internal/conjecture/__init__.py 75${PYSITELIB}/hypothesis/internal/conjecture/__init__.py
79${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc 76${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc
80${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo 77${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo
81${PYSITELIB}/hypothesis/internal/conjecture/data.py 78${PYSITELIB}/hypothesis/internal/conjecture/data.py
82${PYSITELIB}/hypothesis/internal/conjecture/data.pyc 79${PYSITELIB}/hypothesis/internal/conjecture/data.pyc
83${PYSITELIB}/hypothesis/internal/conjecture/data.pyo 80${PYSITELIB}/hypothesis/internal/conjecture/data.pyo
84${PYSITELIB}/hypothesis/internal/conjecture/engine.py 81${PYSITELIB}/hypothesis/internal/conjecture/engine.py
85${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc 82${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc
86${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo 83${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo
87${PYSITELIB}/hypothesis/internal/conjecture/floats.py 84${PYSITELIB}/hypothesis/internal/conjecture/floats.py

cvs diff -r1.35 -r1.36 pkgsrc/devel/py-hypothesis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/distinfo 2017/11/06 10:39:08 1.35
+++ pkgsrc/devel/py-hypothesis/distinfo 2017/11/09 07:41:44 1.36
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.35 2017/11/06 10:39:08 adam Exp $ 1$NetBSD: distinfo,v 1.36 2017/11/09 07:41:44 adam Exp $
2 2
3SHA1 (hypothesis-3.34.1.tar.gz) = a40f5e63325fa69b0312ed6dcc92eaed51b9eae6 3SHA1 (hypothesis-3.36.0.tar.gz) = 6d407e2c6d0d43657a90cd5cb56592ca317e4c0f
4RMD160 (hypothesis-3.34.1.tar.gz) = 99da124e32e0d839c068cb9c16b8e42ad7980e71 4RMD160 (hypothesis-3.36.0.tar.gz) = fac59ce938bad68a4456b30d3eccb10eaf8b3e34
5SHA512 (hypothesis-3.34.1.tar.gz) = 3fd9e538fbb81f46d8e4dfb4336857074ad92f72511c513e09d976e2d3a3f4580586d0765251b9c05cdc3b1c5b54755f4e498b42d2973570e0e2da7399d4f4f9 5SHA512 (hypothesis-3.36.0.tar.gz) = ffb02e740a4f84df1ab25ea62a1d526943b6ded75c53c73c0c7172cc80531f22a62bc5017b6492d60ec40e65026643fe3c8b9262c9c0c6b1681153c8419fe529
6Size (hypothesis-3.34.1.tar.gz) = 129059 bytes 6Size (hypothesis-3.36.0.tar.gz) = 128946 bytes