Received: by mail.netbsd.org (Postfix, from userid 605) id AE17F84E41; Thu, 9 May 2019 12:03:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3241F84D6A for ; Thu, 9 May 2019 12:03: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 Co5JiRMSRCqE for ; Thu, 9 May 2019 12:03:56 +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 8F27B84CD5 for ; Thu, 9 May 2019 12:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D29FFB16; Thu, 9 May 2019 12:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557403436130930" MIME-Version: 1.0 Date: Thu, 9 May 2019 12:03:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190509120356.8D29FFB16@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. --_----------=_1557403436130930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 9 12:03:56 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 Log Message: Updated devel/py-hypothesis, devel/py-pluggy, devel/py-test, devel/py-faker To generate a diff of this commit: cvs rdiff -u -r1.2051 -r1.2052 pkgsrc/doc/CHANGES-2019 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557403436130930 Content-Disposition: inline Content-Length: 891 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.2051 pkgsrc/doc/CHANGES-2019:1.2052 --- pkgsrc/doc/CHANGES-2019:1.2051 Thu May 9 11:35:01 2019 +++ pkgsrc/doc/CHANGES-2019 Thu May 9 12:03:56 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.2051 2019/05/09 11:35:01 leot Exp $ +$NetBSD: CHANGES-2019,v 1.2052 2019/05/09 12:03:56 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -3376,3 +3376,7 @@ Changes to the packages collection and i Updated shells/standalone-tcsh to 6.21.00 [leot 2019-05-09] Updated shells/static-tcsh to 6.21.00 [leot 2019-05-09] Updated shells/tcsh to 6.21.00 [leot 2019-05-09] + Updated devel/py-hypothesis to 4.23.4 [adam 2019-05-09] + Updated devel/py-pluggy to 0.11.0 [adam 2019-05-09] + Updated devel/py-test to 4.4.2 [adam 2019-05-09] + Updated devel/py-faker to 1.0.6 [adam 2019-05-09] --_----------=_1557403436130930--