Received: by mail.netbsd.org (Postfix, from userid 605) id 7454484D72; Fri, 21 Jul 2017 08:40:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05CA984D6E for ; Fri, 21 Jul 2017 08:40:48 +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 oWqil11mWmgN for ; Fri, 21 Jul 2017 08:40:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8DDBD84CE0 for ; Fri, 21 Jul 2017 08:40:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7089FFACD; Fri, 21 Jul 2017 08:40:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1500626446293480" MIME-Version: 1.0 Date: Fri, 21 Jul 2017 08:40:46 +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: <20170721084046.7089FFACD@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. --_----------=_1500626446293480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 21 08:40:46 UTC 2017 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: 3.13.1: Honour 'skip test' exceptions To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1500626446293480 Content-Disposition: inline Content-Length: 1721 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.22 pkgsrc/devel/py-hypothesis/Makefile:1.23 --- pkgsrc/devel/py-hypothesis/Makefile:1.22 Mon Jul 17 07:05:34 2017 +++ pkgsrc/devel/py-hypothesis/Makefile Fri Jul 21 08:40:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/07/17 07:05:34 adam Exp $ +# $NetBSD: Makefile,v 1.23 2017/07/21 08:40:46 adam Exp $ -DISTNAME= hypothesis-3.13.0 +DISTNAME= hypothesis-3.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} Index: pkgsrc/devel/py-hypothesis/distinfo diff -u pkgsrc/devel/py-hypothesis/distinfo:1.19 pkgsrc/devel/py-hypothesis/distinfo:1.20 --- pkgsrc/devel/py-hypothesis/distinfo:1.19 Mon Jul 17 07:05:34 2017 +++ pkgsrc/devel/py-hypothesis/distinfo Fri Jul 21 08:40:46 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/07/17 07:05:34 adam Exp $ +$NetBSD: distinfo,v 1.20 2017/07/21 08:40:46 adam Exp $ -SHA1 (hypothesis-3.13.0.tar.gz) = 168cedfb9a990ae13e10565555fd912f45de65d1 -RMD160 (hypothesis-3.13.0.tar.gz) = 7686617db8bb76435fc3ef1065aaf811dd41defa -SHA512 (hypothesis-3.13.0.tar.gz) = 5248035af05a5159d7a130427846290b4643f2ee9f3c929262cec5bb208305f1ae694c4983243033b961ecd4f41f47f44af23cd35287eb8b4a640d5b90d3e26f -Size (hypothesis-3.13.0.tar.gz) = 88586 bytes +SHA1 (hypothesis-3.13.1.tar.gz) = 6dc6bf8f7da717a446b18e3c38ef2b37e9757387 +RMD160 (hypothesis-3.13.1.tar.gz) = e6780874988729ebe79ae22daf5f390a26795f45 +SHA512 (hypothesis-3.13.1.tar.gz) = 4e38916afbbad5e3ad00d51422b12002080a33ed8d33296e20eddd0bf470a3236d53e50b3421d7f43548e5bd24ee161a4f876aabf84309cd68c2d0108c1df8a0 +Size (hypothesis-3.13.1.tar.gz) = 88797 bytes --_----------=_1500626446293480--