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: update to 3.33.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0485eb914188
branches:  trunk
changeset: 370407:0485eb914188
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 18:35:19 2017 +0000

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

diffstat:

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

diffs (59 lines):

diff -r 18502a903efa -r 0485eb914188 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Mon Oct 16 18:13:28 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Mon Oct 16 18:35:19 2017 +0000
@@ -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 -r 18502a903efa -r 0485eb914188 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Mon Oct 16 18:13:28 2017 +0000
+++ b/devel/py-hypothesis/PLIST Mon Oct 16 18:35:19 2017 +0000
@@ -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/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/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 -r 18502a903efa -r 0485eb914188 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Mon Oct 16 18:13:28 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Mon Oct 16 18:35:19 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index