Received: by mail.netbsd.org (Postfix, from userid 605) id 8E43E84D8B; Wed, 16 Oct 2019 07:24:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15FEB84D7E for ; Wed, 16 Oct 2019 07:24:34 +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 r0hlibogcUz2 for ; Wed, 16 Oct 2019 07:24:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B25984D20 for ; Wed, 16 Oct 2019 07:24:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 698C0FBF4; Wed, 16 Oct 2019 07:24:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571210673262080" MIME-Version: 1.0 Date: Wed, 16 Oct 2019 07:24:33 +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: <20191016072433.698C0FBF4@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. --_----------=_1571210673262080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 16 07:24:33 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 TODO Log Message: Updated devel/py-setuptools, textproc/py-snowballstemmer To generate a diff of this commit: cvs rdiff -u -r1.4357 -r1.4358 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.19343 -r1.19344 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571210673262080 Content-Disposition: inline Content-Length: 1400 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.4357 pkgsrc/doc/CHANGES-2019:1.4358 --- pkgsrc/doc/CHANGES-2019:1.4357 Wed Oct 16 07:04:29 2019 +++ pkgsrc/doc/CHANGES-2019 Wed Oct 16 07:24:32 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.4357 2019/10/16 07:04:29 adam Exp $ +$NetBSD: CHANGES-2019,v 1.4358 2019/10/16 07:24:32 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -7001,3 +7001,5 @@ Changes to the packages collection and i Updated news/pan to 0.146 [rhialto 2019-10-15] Updated www/nginx-devel to 1.17.4 [adam 2019-10-16] Updated lang/python37 to 3.7.5 [adam 2019-10-16] + Updated devel/py-setuptools to 41.4.0 [adam 2019-10-16] + Updated textproc/py-snowballstemmer to 2.0.0 [adam 2019-10-16] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19343 pkgsrc/doc/TODO:1.19344 --- pkgsrc/doc/TODO:1.19343 Mon Oct 14 20:12:00 2019 +++ pkgsrc/doc/TODO Wed Oct 16 07:24:32 2019 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19343 2019/10/14 20:12:00 triaxx Exp $ +$NetBSD: TODO,v 1.19344 2019/10/16 07:24:32 adam Exp $ Suggested new packages ====================== @@ -1153,9 +1153,7 @@ 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-41.4.0 o py-simpletal-5.1 - o py-snowballstemmer-2.0.0 o py-spf-2.0.12t o py-sybase-0.37 o py-test-cov-2.8.1 --_----------=_1571210673262080--