Received: by mail.netbsd.org (Postfix, from userid 605) id 25AD484D27; Sat, 9 Feb 2019 17:20:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A01A984D26 for ; Sat, 9 Feb 2019 17:20:45 +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 1fRNEWt7aNJ8 for ; Sat, 9 Feb 2019 17:20:45 +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 0310684D21 for ; Sat, 9 Feb 2019 17:20:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 004E7FB16; Sat, 9 Feb 2019 17:20:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549732844201870" MIME-Version: 1.0 Date: Sat, 9 Feb 2019 17:20:44 +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: <20190209172045.004E7FB16@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. --_----------=_1549732844201870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 9 17:20:44 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 Log Message: Updated devel/py-setuptools, devel/py-pip, textproc/py-lxml, devel/py-cython To generate a diff of this commit: cvs rdiff -u -r1.659 -r1.660 pkgsrc/doc/CHANGES-2019 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549732844201870 Content-Disposition: inline Content-Length: 874 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.659 pkgsrc/doc/CHANGES-2019:1.660 --- pkgsrc/doc/CHANGES-2019:1.659 Sat Feb 9 15:23:27 2019 +++ pkgsrc/doc/CHANGES-2019 Sat Feb 9 17:20:44 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.659 2019/02/09 15:23:27 nia Exp $ +$NetBSD: CHANGES-2019,v 1.660 2019/02/09 17:20:44 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -1265,3 +1265,7 @@ Changes to the packages collection and i Updated math/ppl to 1.2 [wen 2019-02-09] Updated sysutils/py-diffoscope to 110 [khorben 2019-02-09] Updated chat/unrealircd to 4.2.1.1 [nia 2019-02-09] + Updated devel/py-setuptools to 40.8.0 [adam 2019-02-09] + Updated devel/py-pip to 19.0.2 [adam 2019-02-09] + Updated textproc/py-lxml to 4.3.1 [adam 2019-02-09] + Updated devel/py-cython to 0.29.5 [adam 2019-02-09] --_----------=_1549732844201870--