Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E0D7F1A921F for ; Wed, 14 Oct 2020 16:28:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8339284DEA; Wed, 14 Oct 2020 16:28:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09ACD84D46 for ; Wed, 14 Oct 2020 16:28:47 +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 JfJBfl6TvOgj for ; Wed, 14 Oct 2020 16:28:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A9CE84CCD for ; Wed, 14 Oct 2020 16:28:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88629FB28; Wed, 14 Oct 2020 16:28:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602692926154790" MIME-Version: 1.0 Date: Wed, 14 Oct 2020 16:28:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hypothesis To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201014162846.88629FB28@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. --_----------=_1602692926154790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 14 16:28:46 UTC 2020 Modified Files: pkgsrc/devel/py-hypothesis: Makefile distinfo Log Message: py-hypothesis: update to 5.37.1. This patch fixes some broken links in the "lark" extra documentation. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602692926154790 Content-Disposition: inline Content-Length: 1726 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.84 pkgsrc/devel/py-hypothesis/Makefile:1.85 --- pkgsrc/devel/py-hypothesis/Makefile:1.84 Tue Oct 6 10:52:29 2020 +++ pkgsrc/devel/py-hypothesis/Makefile Wed Oct 14 16:28:46 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2020/10/06 10:52:29 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2020/10/14 16:28:46 wiz Exp $ -DISTNAME= hypothesis-5.37.0 +DISTNAME= hypothesis-5.37.1 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.81 pkgsrc/devel/py-hypothesis/distinfo:1.82 --- pkgsrc/devel/py-hypothesis/distinfo:1.81 Tue Oct 6 10:52:29 2020 +++ pkgsrc/devel/py-hypothesis/distinfo Wed Oct 14 16:28:46 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.81 2020/10/06 10:52:29 wiz Exp $ +$NetBSD: distinfo,v 1.82 2020/10/14 16:28:46 wiz Exp $ -SHA1 (hypothesis-5.37.0.tar.gz) = 91d42cff1c870436463deba2bc06f153e896fd56 -RMD160 (hypothesis-5.37.0.tar.gz) = 59aa568531d4f5e198b309fa8d1581eba5167755 -SHA512 (hypothesis-5.37.0.tar.gz) = eb8100ad01c184f1caa0604b751cf701085a6852fe9d555b47e25990221d0470e03937e8adc7812baeff0fe96471aa298e3ae6874ec1c8346f63886f2dff999e -Size (hypothesis-5.37.0.tar.gz) = 276833 bytes +SHA1 (hypothesis-5.37.1.tar.gz) = 12bc4763f1ed7d4308eedea65ea75f3ae63b3495 +RMD160 (hypothesis-5.37.1.tar.gz) = b1e999715cf14c9a21a858c4434583dadb486cb0 +SHA512 (hypothesis-5.37.1.tar.gz) = aaf45a7a2af76ccf8f730007b817d6673a04d5190ad830ab7c40dbb1e132672c372d62325184fccafc1b2b0772bc0e9678336d166828218da576ffe6238a15e7 +Size (hypothesis-5.37.1.tar.gz) = 276812 bytes --_----------=_1602692926154790--