Received: by mail.netbsd.org (Postfix, from userid 605) id BE85584D85; Thu, 5 Oct 2017 06:48:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51DA784D6D for ; Thu, 5 Oct 2017 06:48:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id az-h7QrISQiG for ; Thu, 5 Oct 2017 06:48:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D326F84CE1 for ; Thu, 5 Oct 2017 06:48:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE9E9FBC7; Thu, 5 Oct 2017 06:48:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507186118212440" MIME-Version: 1.0 Date: Thu, 5 Oct 2017 06:48:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hypothesis To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171005064838.CE9E9FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507186118212440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1507186118212440 Content-Disposition: inline Content-Length: 2100 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1507186118212440--