Received: by mail.netbsd.org (Postfix, from userid 605) id B598D84DF7; Mon, 29 Oct 2018 08:21:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE21184DF5 for ; Mon, 29 Oct 2018 08:21:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dVwxRzAMmGPx for ; Mon, 29 Oct 2018 08:21:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3AD9F84DF4 for ; Mon, 29 Oct 2018 08:21:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C398FBEE; Mon, 29 Oct 2018 08:21:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540801317138720" MIME-Version: 1.0 Date: Mon, 29 Oct 2018 08:21:57 +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: <20181029082157.2C398FBEE@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. --_----------=_1540801317138720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 29 08:21:57 UTC 2018 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: py-hypothesis: updated to 3.81.0 3.81.0: :class:~hypothesis.stateful.GenericStateMachine and :class:~hypothesis.stateful.RuleBasedStateMachine now raise an explicit error when instances of :obj:~hypothesis.settings are assigned to the classes' settings attribute, which is a no-op (:issue:1643). Instead assign to SomeStateMachine.TestCase.settings, or use @settings(...) as a class decorator to handle this automatically. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540801317138720 Content-Disposition: inline Content-Length: 1730 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.65 pkgsrc/devel/py-hypothesis/Makefile:1.66 --- pkgsrc/devel/py-hypothesis/Makefile:1.65 Fri Oct 26 08:05:31 2018 +++ pkgsrc/devel/py-hypothesis/Makefile Mon Oct 29 08:21:57 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2018/10/26 08:05:31 adam Exp $ +# $NetBSD: Makefile,v 1.66 2018/10/29 08:21:57 adam Exp $ -DISTNAME= hypothesis-3.80.0 +DISTNAME= hypothesis-3.81.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} Index: pkgsrc/devel/py-hypothesis/distinfo diff -u pkgsrc/devel/py-hypothesis/distinfo:1.62 pkgsrc/devel/py-hypothesis/distinfo:1.63 --- pkgsrc/devel/py-hypothesis/distinfo:1.62 Fri Oct 26 08:05:31 2018 +++ pkgsrc/devel/py-hypothesis/distinfo Mon Oct 29 08:21:57 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.62 2018/10/26 08:05:31 adam Exp $ +$NetBSD: distinfo,v 1.63 2018/10/29 08:21:57 adam Exp $ -SHA1 (hypothesis-3.80.0.tar.gz) = 4684cc374acaa7e22f68e3a2a45549ed36adadd4 -RMD160 (hypothesis-3.80.0.tar.gz) = f60cb2ce3a2ad3bf691787c827df80478fd40838 -SHA512 (hypothesis-3.80.0.tar.gz) = 44facffeef36f841be213e59053726e478eb95a6f19d6e02f9e35c727ed6d9898f2ad053ce69f7e5457810ccc94b61566654ab10fb291ad98f4cc84bb97da563 -Size (hypothesis-3.80.0.tar.gz) = 181093 bytes +SHA1 (hypothesis-3.81.0.tar.gz) = 4068b86254366ebe0f3e7bd8a7d8c320625e0495 +RMD160 (hypothesis-3.81.0.tar.gz) = 6d013c30119600838711591cdfbbd43cab8ec893 +SHA512 (hypothesis-3.81.0.tar.gz) = e575b615c02be7f63203b5577d7d36f03140c2c348a907e68fae9458a5958a88a740a3ab51d6b1201da69213126b2932bcabc4abdcc96b5a2a6a52f1bfbc36b9 +Size (hypothesis-3.81.0.tar.gz) = 181254 bytes --_----------=_1540801317138720--