Received: by mail.netbsd.org (Postfix, from userid 605) id 4F51384DD0; Tue, 21 May 2019 08:26:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C351A84D32 for ; Tue, 21 May 2019 08:26:40 +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 iTF4iyzXtMHa for ; Tue, 21 May 2019 08:26:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E7A384C81 for ; Tue, 21 May 2019 08:26:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BA53FBF5; Tue, 21 May 2019 08:26:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1558427200219210" MIME-Version: 1.0 Date: Tue, 21 May 2019 08:26:40 +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: <20190521082640.1BA53FBF5@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. --_----------=_1558427200219210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 21 08:26:39 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 TODO Log Message: Updated devel/py-setuptools_scm, textproc/py-markdown To generate a diff of this commit: cvs rdiff -u -r1.2195 -r1.2196 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.19005 -r1.19006 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1558427200219210 Content-Disposition: inline Content-Length: 1355 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.2195 pkgsrc/doc/CHANGES-2019:1.2196 --- pkgsrc/doc/CHANGES-2019:1.2195 Tue May 21 05:59:41 2019 +++ pkgsrc/doc/CHANGES-2019 Tue May 21 08:26:39 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.2195 2019/05/21 05:59:41 adam Exp $ +$NetBSD: CHANGES-2019,v 1.2196 2019/05/21 08:26:39 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -3767,3 +3767,5 @@ Changes to the packages collection and i Updated net/youtube-dl to 20190520 [leot 2019-05-20] Removed databases/postgresql93 [adam 2019-05-21] Removed databases/jdbc-postgresql93 [adam 2019-05-21] + Updated devel/py-setuptools_scm to 3.3.3 [adam 2019-05-21] + Updated textproc/py-markdown to 3.1.1 [adam 2019-05-21] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19005 pkgsrc/doc/TODO:1.19006 --- pkgsrc/doc/TODO:1.19005 Mon May 20 14:58:30 2019 +++ pkgsrc/doc/TODO Tue May 21 08:26:39 2019 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19005 2019/05/20 14:58:30 ryoon Exp $ +$NetBSD: TODO,v 1.19006 2019/05/21 08:26:39 adam Exp $ Suggested new packages ====================== @@ -1151,7 +1151,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_scm-3.3.3 o py-simpletal-5.1 o py-spf-2.0.12t o py-sybase-0.37 --_----------=_1558427200219210--