pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 16 18:35:19 UTC 2017

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-hypothesis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.35 pkgsrc/devel/py-hypothesis/Makefile:1.36
--- pkgsrc/devel/py-hypothesis/Makefile:1.35    Thu Oct  5 06:48:38 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Oct 16 18:35:19 2017
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.12 pkgsrc/devel/py-hypothesis/PLIST:1.13
--- pkgsrc/devel/py-hypothesis/PLIST:1.12       Sat Sep 30 13:12:04 2017
+++ pkgsrc/devel/py-hypothesis/PLIST    Mon Oct 16 18:35:19 2017
@@ -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/reflect
 ${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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.32 pkgsrc/devel/py-hypothesis/distinfo:1.33
--- pkgsrc/devel/py-hypothesis/distinfo:1.32    Thu Oct  5 06:48:38 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Oct 16 18:35:19 2017
@@ -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