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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/355c7557e5a5
branches:  trunk
changeset: 369787:355c7557e5a5
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 05 06:48:38 2017 +0000

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

diffstat:

 devel/py-hypothesis/Makefile |   6 ++++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r b6d33f6a9b01 -r 355c7557e5a5 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Thu Oct 05 04:06:02 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Thu Oct 05 06:48:38 2017 +0000
@@ -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 @@
 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"
diff -r b6d33f6a9b01 -r 355c7557e5a5 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Thu Oct 05 04:06:02 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Thu Oct 05 06:48:38 2017 +0000
@@ -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