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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.35 -r1.36 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.38 pkgsrc/devel/py-hypothesis/Makefile:1.39
--- pkgsrc/devel/py-hypothesis/Makefile:1.38    Mon Nov  6 10:39:08 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Nov  9 07:41:44 2017
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.13 pkgsrc/devel/py-hypothesis/PLIST:1.14
--- pkgsrc/devel/py-hypothesis/PLIST:1.13       Mon Oct 16 18:35:19 2017
+++ pkgsrc/devel/py-hypothesis/PLIST    Thu Nov  9 07:41:44 2017
@@ -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.p
 ${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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.35 pkgsrc/devel/py-hypothesis/distinfo:1.36
--- pkgsrc/devel/py-hypothesis/distinfo:1.35    Mon Nov  6 10:39:08 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Nov  9 07:41:44 2017
@@ -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