Received: by mail.netbsd.org (Postfix, from userid 605) id 5AF2384D25; Fri, 1 Sep 2017 10:19:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2FA184D7A for ; Fri, 1 Sep 2017 10:19:24 +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 kUFmKJb3R-Cy for ; Fri, 1 Sep 2017 10:19:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52D8E84CE2 for ; Fri, 1 Sep 2017 10:19:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 512E6FA97; Fri, 1 Sep 2017 10:19:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150426116418940" MIME-Version: 1.0 Date: Fri, 1 Sep 2017 10:19:24 +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: <20170901101924.512E6FA97@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. --_----------=_150426116418940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Sep 1 10:19:24 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Updated databases/py-apsw to 3.20.1, devel/py-faker to 0.8.1, textproc/py-m2r to 0.1.11 To generate a diff of this commit: cvs rdiff -u -r1.3507 -r1.3508 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150426116418940 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3507 pkgsrc/doc/CHANGES-2017:1.3508 --- pkgsrc/doc/CHANGES-2017:1.3507 Fri Sep 1 07:52:12 2017 +++ pkgsrc/doc/CHANGES-2017 Fri Sep 1 10:19:24 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3507 2017/09/01 07:52:12 wiz Exp $ +$NetBSD: CHANGES-2017,v 1.3508 2017/09/01 10:19:24 adam Exp $ Changes to the packages collection and infrastructure in 2017: @@ -4937,3 +4937,6 @@ Changes to the packages collection and i Updated www/py-mod_wsgi to 4.5.18 [adam 2017-09-01] Updated databases/py-sqlalchemy-utils to 0.32.15 [adam 2017-09-01] Updated devel/tlsh to 3.4.5nb1 [wiz 2017-09-01] + Updated databases/py-apsw to 3.20.1 [adam 2017-09-01] + Updated devel/py-faker to 0.8.1 [adam 2017-09-01] + Updated textproc/py-m2r to 0.1.11 [adam 2017-09-01] --_----------=_150426116418940--