Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 678497A227 for ; Thu, 18 Aug 2016 17:01:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 16CAC85EC5; Thu, 18 Aug 2016 17:01:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AAC485DFF for ; Thu, 18 Aug 2016 17:01:22 +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 RTAI8Gg1Ya9p for ; Thu, 18 Aug 2016 17:01:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 02D0885EAA for ; Thu, 18 Aug 2016 17:01:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00FA7FBC3; Thu, 18 Aug 2016 17:01:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471539681214760" MIME-Version: 1.0 Date: Thu, 18 Aug 2016 17:01:21 +0000 From: "Richard PALO" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: richard@netbsd.org X-Mailer: log_accum Message-Id: <20160818170122.00FA7FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471539681214760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: richard Date: Thu Aug 18 17:01:21 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 TODO Log Message: Updated misc/py-stdnum to 1.4 To generate a diff of this commit: cvs rdiff -u -r1.3410 -r1.3411 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.16280 -r1.16281 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471539681214760 Content-Disposition: inline Content-Length: 1290 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.3410 pkgsrc/doc/CHANGES-2016:1.3411 --- pkgsrc/doc/CHANGES-2016:1.3410 Thu Aug 18 15:58:04 2016 +++ pkgsrc/doc/CHANGES-2016 Thu Aug 18 17:01:21 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.3410 2016/08/18 15:58:04 gdt Exp $ +$NetBSD: CHANGES-2016,v 1.3411 2016/08/18 17:01:21 richard Exp $ Changes to the packages collection and infrastructure in 2016: @@ -4856,3 +4856,4 @@ Changes to the packages collection and i Updated databases/pgocaml to 2.3 [jaapb 2016-08-18] Added math/vowpal_wabbit version 8.2.0 [cheusov 2016-08-18] Updated geography/gama to 1.18 [gdt 2016-08-18] + Updated misc/py-stdnum to 1.4 [richard 2016-08-18] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16280 pkgsrc/doc/TODO:1.16281 --- pkgsrc/doc/TODO:1.16280 Thu Aug 18 15:32:09 2016 +++ pkgsrc/doc/TODO Thu Aug 18 17:01:21 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16280 2016/08/18 15:32:09 jaapb Exp $ +$NetBSD: TODO,v 1.16281 2016/08/18 17:01:21 richard Exp $ Suggested new packages ====================== @@ -1418,7 +1418,6 @@ For possible Perl packages updates, see o py-sqlparse-0.1.18 o py-sqlrelay-0.64 o py-static-1.1.1 - o py-stdnum-1.2 o py-suds-0.4.1 o py-sybase-0.37 o py-test-cov-2.3.0 --_----------=_1471539681214760--