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 Oct  5 06:48:38 UTC 2017

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

Log Message:
py-hypothesis: update to 3.31.2:

This release fixes some formatting and small typos/grammar issues in the documentation, specifically the page docs/settings.rst, and the inline docs for the various settings.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.31 -r1.32 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.34 pkgsrc/devel/py-hypothesis/Makefile:1.35
--- pkgsrc/devel/py-hypothesis/Makefile:1.34    Sat Sep 30 13:12:04 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Oct  5 06:48:38 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2017/09/30 13:12:04 adam Exp $
+# $NetBSD: Makefile,v 1.35 2017/10/05 06:48:38 adam Exp $
 
-DISTNAME=      hypothesis-3.31.1
+DISTNAME=      hypothesis-3.31.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/HypothesisW
 COMMENT=       Python library for property based testing
 LICENSE=       mpl-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 .include "../../lang/python/pyversion.mk"

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.31 pkgsrc/devel/py-hypothesis/distinfo:1.32
--- pkgsrc/devel/py-hypothesis/distinfo:1.31    Sat Sep 30 13:12:04 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Oct  5 06:48:38 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/09/30 13:12:04 adam Exp $
+$NetBSD: distinfo,v 1.32 2017/10/05 06:48:38 adam Exp $
 
-SHA1 (hypothesis-3.31.1.tar.gz) = e9efce7bf00df95c4be44b5f61ce856a627d2930
-RMD160 (hypothesis-3.31.1.tar.gz) = 98e0823544adbf22d6deede805014173598db8d0
-SHA512 (hypothesis-3.31.1.tar.gz) = 3fbe09308be7ae98fb116bfa1cbe428f161d75bcd232e5f5ee9fd9cd627fd2f6817556f997446b9af64a0ac6dcc5643a493e28b18a9c0438fa754c8c371de457
-Size (hypothesis-3.31.1.tar.gz) = 128083 bytes
+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



Home | Main Index | Thread Index | Old Index