Received: by mail.netbsd.org (Postfix, from userid 605) id 414AA84D7B; Sat, 17 Mar 2018 06:58:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 308AB84D73 for ; Sat, 17 Mar 2018 06:58:08 +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 OOUA3L4moLJB for ; Sat, 17 Mar 2018 06:58:07 +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 650D584CEF for ; Sat, 17 Mar 2018 06:58:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55E6BFB40; Sat, 17 Mar 2018 06:58:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152126988714740" MIME-Version: 1.0 Date: Sat, 17 Mar 2018 06:58:07 +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: <20180317065807.55E6BFB40@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. --_----------=_152126988714740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Mar 17 06:58:07 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: Updated devel/py-setuptools, devel/py-pip, devel/py-astroid, devel/py-pylint To generate a diff of this commit: cvs rdiff -u -r1.1361 -r1.1362 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152126988714740 Content-Disposition: inline Content-Length: 883 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.1361 pkgsrc/doc/CHANGES-2018:1.1362 --- pkgsrc/doc/CHANGES-2018:1.1361 Sat Mar 17 02:49:22 2018 +++ pkgsrc/doc/CHANGES-2018 Sat Mar 17 06:58:07 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.1361 2018/03/17 02:49:22 mef Exp $ +$NetBSD: CHANGES-2018,v 1.1362 2018/03/17 06:58:07 adam Exp $ Changes to the packages collection and infrastructure in 2018: @@ -1853,3 +1853,7 @@ Changes to the packages collection and i Updated misc/libreoffice to 6.0.2.1nb2 [ryoon 2018-03-17] Updated emulators/pearpc to 0.5 [ryoon 2018-03-17] Updated ham/trustedQSL to 2.3.1 [mef 2018-03-17] + Updated devel/py-setuptools to 38.6.0 [adam 2018-03-17] + Updated devel/py-pip to 9.0.2 [adam 2018-03-17] + Updated devel/py-astroid to 1.6.2 [adam 2018-03-17] + Updated devel/py-pylint to 1.8.3 [adam 2018-03-17] --_----------=_152126988714740--