Received: by mail.netbsd.org (Postfix, from userid 605) id A7F3C84E91; Wed, 23 May 2018 17:26:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A13984D68 for ; Wed, 23 May 2018 17:26:47 +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 TpJZJxOie7CH for ; Wed, 23 May 2018 17:26:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8CB5984D2D for ; Wed, 23 May 2018 17:26:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57CBBFBEC; Wed, 23 May 2018 17:26:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527096406180140" MIME-Version: 1.0 Date: Wed, 23 May 2018 17:26:46 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180523172646.57CBBFBEC@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. --_----------=_1527096406180140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Wed May 23 17:26:46 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: Updated devel/py-flakes to 1.6.0nb1 To generate a diff of this commit: cvs rdiff -u -r1.2534 -r1.2535 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527096406180140 Content-Disposition: inline Content-Length: 741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.2534 pkgsrc/doc/CHANGES-2018:1.2535 --- pkgsrc/doc/CHANGES-2018:1.2534 Wed May 23 10:35:06 2018 +++ pkgsrc/doc/CHANGES-2018 Wed May 23 17:26:46 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.2534 2018/05/23 10:35:06 fhajny Exp $ +$NetBSD: CHANGES-2018,v 1.2535 2018/05/23 17:26:46 minskim Exp $ Changes to the packages collection and infrastructure in 2018: @@ -3648,3 +3648,4 @@ Changes to the packages collection and i Updated textproc/py-JWT to 1.6.3 [adam 2018-05-23] Updated security/py-OpenSSL to 18.0.0 [adam 2018-05-23] Updated net/powerdns-recursor to 4.1.3 [fhajny 2018-05-23] + Updated devel/py-flakes to 1.6.0nb1 [minskim 2018-05-23] --_----------=_1527096406180140--