Received: by mail.netbsd.org (Postfix, from userid 605) id 29AB884D46; Thu, 18 Feb 2021 10:31:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6430C84D14 for ; Thu, 18 Feb 2021 10:31:38 +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 7wiFaFBbqBDf for ; Thu, 18 Feb 2021 10:31:38 +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 B3BCE84CE7 for ; Thu, 18 Feb 2021 10:31:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B15F2FA95; Thu, 18 Feb 2021 10:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613644297100420" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 10:31:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210218103137.B15F2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613644297100420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 18 10:31:37 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/py-hypothesis to 6.2.0 To generate a diff of this commit: cvs rdiff -u -r1.1153 -r1.1154 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20395 -r1.20396 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613644297100420 Content-Disposition: inline Content-Length: 1356 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.1153 pkgsrc/doc/CHANGES-2021:1.1154 --- pkgsrc/doc/CHANGES-2021:1.1153 Thu Feb 18 10:27:05 2021 +++ pkgsrc/doc/CHANGES-2021 Thu Feb 18 10:31:37 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.1153 2021/02/18 10:27:05 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.1154 2021/02/18 10:31:37 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -1663,3 +1663,4 @@ Changes to the packages collection and i Updated fonts/cascadia-ttf to 2102.03 [wiz 2021-02-18] Updated math/libnumbertext to 1.0.7 [wiz 2021-02-18] Updated textproc/libstemmer to 2.1.0 [wiz 2021-02-18] + Updated devel/py-hypothesis to 6.2.0 [wiz 2021-02-18] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20395 pkgsrc/doc/TODO:1.20396 --- pkgsrc/doc/TODO:1.20395 Thu Feb 18 10:27:05 2021 +++ pkgsrc/doc/TODO Thu Feb 18 10:31:37 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20395 2021/02/18 10:27:05 wiz Exp $ +$NetBSD: TODO,v 1.20396 2021/02/18 10:31:37 wiz Exp $ Suggested new packages ====================== @@ -936,7 +936,6 @@ For possible Perl packages updates, see o py-configparser-5.0.0 [drops python-2.x support] o py-ephem3-3.7.6.0 o py-hgview-1.9.0 - o py-hypothesis-6.2.0 o py-input-pad-1.4.2 o py-keybinder-0.3.1 o py-markdown-3.2.2 [drops python-2.x support] --_----------=_1613644297100420--