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 B61AC7A1FE for ; Tue, 9 May 2017 20:24:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 650B284DDB; Tue, 9 May 2017 20:24:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9AA184D98 for ; Tue, 9 May 2017 20:24:33 +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 NI3isN5f6Bpb for ; Tue, 9 May 2017 20:24:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5701D84D75 for ; Tue, 9 May 2017 20:24:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51750FBE4; Tue, 9 May 2017 20:24:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494361473157280" MIME-Version: 1.0 Date: Tue, 9 May 2017 20: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: <20170509202433.51750FBE4@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. --_----------=_1494361473157280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 9 20:24:33 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Updated www/py-beautifulsoup4 to 4.6.0; time/py-tzlocal to 1.4. Added www/py-django-contrib-comments version 1.8.0 To generate a diff of this commit: cvs rdiff -u -r1.1918 -r1.1919 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494361473157280 Content-Disposition: inline Content-Length: 847 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.1918 pkgsrc/doc/CHANGES-2017:1.1919 --- pkgsrc/doc/CHANGES-2017:1.1918 Tue May 9 18:58:43 2017 +++ pkgsrc/doc/CHANGES-2017 Tue May 9 20:24:33 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.1918 2017/05/09 18:58:43 leot Exp $ +$NetBSD: CHANGES-2017,v 1.1919 2017/05/09 20:24:33 adam Exp $ Changes to the packages collection and infrastructure in 2017: @@ -2406,3 +2406,6 @@ Changes to the packages collection and i Updated devel/py-requests to 2.14.0 [adam 2017-05-09] Updated www/squidanalyzer to 6.6 [adam 2017-05-09] Updated misc/xdg-utils to 1.1.2 [leot 2017-05-09] + Updated www/py-beautifulsoup4 to 4.6.0 [adam 2017-05-09] + Updated time/py-tzlocal to 1.4 [adam 2017-05-09] + Added www/py-django-contrib-comments version 1.8.0 [adam 2017-05-09] --_----------=_1494361473157280--