Received: by mail.netbsd.org (Postfix, from userid 605) id 7331A8510E; Mon, 6 Aug 2018 19:52:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70F0484F0B for ; Mon, 6 Aug 2018 19:52:31 +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 zseAut6tEO4v for ; Mon, 6 Aug 2018 19:52:30 +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 A0C9F84DA9 for ; Mon, 6 Aug 2018 19:52:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9DDBCFBEC; Mon, 6 Aug 2018 19:52:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153358515010430" MIME-Version: 1.0 Date: Mon, 6 Aug 2018 19:52:30 +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: <20180806195230.9DDBCFBEC@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. --_----------=_153358515010430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Aug 6 19:52:30 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: Updated textproc/py-lxml, devel/py-uvloop, devel/waf, www/py-selenium To generate a diff of this commit: cvs rdiff -u -r1.3452 -r1.3453 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153358515010430 Content-Disposition: inline Content-Length: 893 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.3452 pkgsrc/doc/CHANGES-2018:1.3453 --- pkgsrc/doc/CHANGES-2018:1.3452 Mon Aug 6 19:30:44 2018 +++ pkgsrc/doc/CHANGES-2018 Mon Aug 6 19:52:30 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.3452 2018/08/06 19:30:44 adam Exp $ +$NetBSD: CHANGES-2018,v 1.3453 2018/08/06 19:52:30 adam Exp $ Changes to the packages collection and infrastructure in 2018: @@ -4898,3 +4898,7 @@ Changes to the packages collection and i Updated math/py-scikit-learn to 0.19.2 [minskim 2018-08-06] Updated security/py-asn1 to 0.4.4 [adam 2018-08-06] Updated security/py-asn1-modules to 0.2.2 [adam 2018-08-06] + Updated textproc/py-lxml to 4.2.4 [adam 2018-08-06] + Updated devel/py-uvloop to 0.11.1 [adam 2018-08-06] + Updated devel/waf to 2.0.10 [adam 2018-08-06] + Updated www/py-selenium to 3.14.0 [adam 2018-08-06] --_----------=_153358515010430--