Received: by mail.netbsd.org (Postfix, from userid 605) id 4F8A6851AD; Tue, 7 Aug 2018 09:58:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52E9C851A7 for ; Tue, 7 Aug 2018 09:58:06 +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 HShiw1puhdlG for ; Tue, 7 Aug 2018 09:58:05 +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 74ED885050 for ; Tue, 7 Aug 2018 09:58:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71FB2FBEC; Tue, 7 Aug 2018 09:58:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153363588562470" MIME-Version: 1.0 Date: Tue, 7 Aug 2018 09:58:05 +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: <20180807095805.71FB2FBEC@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. --_----------=_153363588562470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 7 09:58:05 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 TODO Log Message: Updated devel/py-setuptools, devel/py-pip, devel/py-pbr To generate a diff of this commit: cvs rdiff -u -r1.3464 -r1.3465 pkgsrc/doc/CHANGES-2018 cvs rdiff -u -r1.18461 -r1.18462 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153363588562470 Content-Disposition: inline Content-Length: 1394 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.3464 pkgsrc/doc/CHANGES-2018:1.3465 --- pkgsrc/doc/CHANGES-2018:1.3464 Tue Aug 7 09:54:28 2018 +++ pkgsrc/doc/CHANGES-2018 Tue Aug 7 09:58:05 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.3464 2018/08/07 09:54:28 adam Exp $ +$NetBSD: CHANGES-2018,v 1.3465 2018/08/07 09:58:05 adam Exp $ Changes to the packages collection and infrastructure in 2018: @@ -4927,3 +4927,6 @@ Changes to the packages collection and i Added lang/py-paver version 1.3.4 [adam 2018-08-07] Updated devel/py-cython to 0.28.5 [adam 2018-08-07] Updated www/py-django2 to 2.1 [adam 2018-08-07] + Updated devel/py-setuptools to 40.0.0 [adam 2018-08-07] + Updated devel/py-pip to 18.0 [adam 2018-08-07] + Updated devel/py-pbr to 4.2.0 [adam 2018-08-07] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.18461 pkgsrc/doc/TODO:1.18462 --- pkgsrc/doc/TODO:1.18461 Mon Aug 6 19:30:44 2018 +++ pkgsrc/doc/TODO Tue Aug 7 09:58:05 2018 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.18461 2018/08/06 19:30:44 adam Exp $ +$NetBSD: TODO,v 1.18462 2018/08/07 09:58:05 adam Exp $ Suggested new packages ====================== @@ -1248,7 +1248,6 @@ For possible Perl packages updates, see o py-pendrell-0.3.7 o py-ptt-1.10.2 o py-pycountry-1.20 - o py-setuptools-40.0.0 o py-setuptools_scm-3.0.3 o py-simpletal-5.1 o py-spf-2.0.12t --_----------=_153363588562470--