Received: by mail.netbsd.org (Postfix, from userid 605) id 85CFE84D66; Thu, 18 Oct 2018 10:07:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8FB3284D45 for ; Thu, 18 Oct 2018 10:07:19 +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 iK4IXwxS8zti for ; Thu, 18 Oct 2018 10:07:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC42A84C81 for ; Thu, 18 Oct 2018 10:07:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2BFFFBEE; Thu, 18 Oct 2018 10:07:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539857238251460" MIME-Version: 1.0 Date: Thu, 18 Oct 2018 10:07:18 +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: <20181018100718.C2BFFFBEE@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. --_----------=_1539857238251460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 18 10:07:18 UTC 2018 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: py-hypothesis: updated to 3.78.0 3.78.0: This release has deprecated the generation of integers, floats and fractions when the conversion of the upper and/ or lower bound is not 100% exact, e.g. when an integer gets passed a bound that is not a whole number. (:issue:1625) 3.77.0: This minor release adds functionality to :obj:~hypothesis.settings allowing it to be used as a decorator on :obj:~hypothesis.stateful.RuleBasedStateMachine and :obj:~hypothesis.stateful.GenericStateMachine. 3.76.1: This patch fixes some warnings added by recent releases of :pypi:pydocstyle and :pypi:mypy. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539857238251460 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.63 pkgsrc/devel/py-hypothesis/Makefile:1.64 --- pkgsrc/devel/py-hypothesis/Makefile:1.63 Fri Oct 12 11:49:59 2018 +++ pkgsrc/devel/py-hypothesis/Makefile Thu Oct 18 10:07:18 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2018/10/12 11:49:59 adam Exp $ +# $NetBSD: Makefile,v 1.64 2018/10/18 10:07:18 adam Exp $ -DISTNAME= hypothesis-3.76.0 +DISTNAME= hypothesis-3.78.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.60 pkgsrc/devel/py-hypothesis/distinfo:1.61 --- pkgsrc/devel/py-hypothesis/distinfo:1.60 Fri Oct 12 11:49:59 2018 +++ pkgsrc/devel/py-hypothesis/distinfo Thu Oct 18 10:07:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.60 2018/10/12 11:49:59 adam Exp $ +$NetBSD: distinfo,v 1.61 2018/10/18 10:07:18 adam Exp $ -SHA1 (hypothesis-3.76.0.tar.gz) = 035f41ec33aea9e314b53275f9f2d1c545439537 -RMD160 (hypothesis-3.76.0.tar.gz) = 8021b7f508aa04677ff2c822752e94eea6b0f237 -SHA512 (hypothesis-3.76.0.tar.gz) = 4c74181a956602649cd5580eca87ccb29a1635518dfa540d85810b0125850badbe655221596f6aa5524293a55ece2baa9cfd339ae136dbd706dbcad4770d054e -Size (hypothesis-3.76.0.tar.gz) = 179497 bytes +SHA1 (hypothesis-3.78.0.tar.gz) = be6315fd9d28c0b099ec10cfa9ef1ee58f3fbf37 +RMD160 (hypothesis-3.78.0.tar.gz) = eed7d83cae6dca64bc1de2f60d08f7f0aea45706 +SHA512 (hypothesis-3.78.0.tar.gz) = c0d968f8a8625eb10158cbc79e2c6ab4a40c2ba05b248fa986c7607cd1839e63514123a130560e4549d460eee069db4a6104f100fd185e123fdacf0e2e0acd12 +Size (hypothesis-3.78.0.tar.gz) = 179874 bytes --_----------=_1539857238251460--