Received: by mail.netbsd.org (Postfix, from userid 605) id 7851684DC3; Mon, 1 Jun 2020 20:32:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F26D184DC2 for ; Mon, 1 Jun 2020 20:32:38 +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 uiW9kbiMjauh for ; Mon, 1 Jun 2020 20:32:38 +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 7B93484CF1 for ; Mon, 1 Jun 2020 20:32:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72A4DFB27; Mon, 1 Jun 2020 20:32:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591043558287840" MIME-Version: 1.0 Date: Mon, 1 Jun 2020 20:32:38 +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: <20200601203238.72A4DFB27@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. --_----------=_1591043558287840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 1 20:32:38 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: Updated devel/py-wcwidth, devel/py-setuptools To generate a diff of this commit: cvs rdiff -u -r1.3323 -r1.3324 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.19895 -r1.19896 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591043558287840 Content-Disposition: inline Content-Length: 1740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.3323 pkgsrc/doc/CHANGES-2020:1.3324 --- pkgsrc/doc/CHANGES-2020:1.3323 Mon Jun 1 19:15:08 2020 +++ pkgsrc/doc/CHANGES-2020 Mon Jun 1 20:32:37 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.3323 2020/06/01 19:15:08 adam Exp $ +$NetBSD: CHANGES-2020,v 1.3324 2020/06/01 20:32:37 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -5233,3 +5233,7 @@ Changes to the packages collection and i Updated devel/py-pip to 20.1.1 [adam 2020-06-01] Updated net/libcares to 1.16.1 [adam 2020-06-01] Updated devel/memcached to 1.6.6 [adam 2020-06-01] + Updated mail/exim to 4.94 [adam 2020-06-01] + Updated mail/exim-html to 4.94 [adam 2020-06-01] + Updated devel/py-wcwidth to 0.2.2 [adam 2020-06-01] + Updated devel/py-setuptools to 44.1.1 [adam 2020-06-01] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19895 pkgsrc/doc/TODO:1.19896 --- pkgsrc/doc/TODO:1.19895 Mon Jun 1 19:15:08 2020 +++ pkgsrc/doc/TODO Mon Jun 1 20:32:38 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19895 2020/06/01 19:15:08 adam Exp $ +$NetBSD: TODO,v 1.19896 2020/06/01 20:32:38 adam Exp $ Suggested new packages ====================== @@ -980,7 +980,6 @@ For possible Perl packages updates, see o py-codespell-1.17.1 o py-configparser-5.0.0 [drops python-2.x support] o py-ephem3-3.7.6.0 - o py-gnome-menus-3.8.0 o py-google-api-python-client-1.8.4 o py-google-auth-1.16.0 o py-hgview-1.9.0 @@ -991,7 +990,6 @@ For possible Perl packages updates, see o py-omniORBpy-3.7 o py-pandas-1.0.0 o py-ptt-1.10.2 - o py-setuptools-46.4.0 [drops python-2.x support] o py-setuptools-47.1.1 o py-setuptools_scm-4.1.1 o py-simpletal-5.1 --_----------=_1591043558287840--