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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C9C2E1A9217 for ; Fri, 2 Oct 2020 19:19:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6EA5184DC0; Fri, 2 Oct 2020 19:19:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA8DC84DA6 for ; Fri, 2 Oct 2020 19:19:26 +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 1zuqw8SVeTnE for ; Fri, 2 Oct 2020 19:19:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4D5A484CE1 for ; Fri, 2 Oct 2020 19:19:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4090FFB28; Fri, 2 Oct 2020 19:19:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601666366119550" MIME-Version: 1.0 Date: Fri, 2 Oct 2020 19:19:26 +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: <20201002191926.4090FFB28@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. --_----------=_1601666366119550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 2 19:19:26 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated textproc/py-regex, textproc/py-phonenumbers, devel/py-cached-property, devel/py-cheetah3 To generate a diff of this commit: cvs rdiff -u -r1.5573 -r1.5574 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601666366119550 Content-Disposition: inline Content-Length: 942 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.5573 pkgsrc/doc/CHANGES-2020:1.5574 --- pkgsrc/doc/CHANGES-2020:1.5573 Fri Oct 2 16:52:34 2020 +++ pkgsrc/doc/CHANGES-2020 Fri Oct 2 19:19:26 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.5573 2020/10/02 16:52:34 ryoon Exp $ +$NetBSD: CHANGES-2020,v 1.5574 2020/10/02 19:19:26 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -8315,3 +8315,7 @@ Changes to the packages collection and i Updated cross/mingw-w64-x86_64-headers to 8.0.0 [ryoon 2020-10-02] Updated cross/mingw-w64-x86_64-winpthreads to 8.0.0 [ryoon 2020-10-02] Updated cross/mingw-w64 to 8.0.0 [ryoon 2020-10-02] + Updated textproc/py-regex to 2020.9.27 [adam 2020-10-02] + Updated textproc/py-phonenumbers to 8.12.10 [adam 2020-10-02] + Updated devel/py-cached-property to 1.5.2 [adam 2020-10-02] + Updated devel/py-cheetah3 to 3.2.6 [adam 2020-10-02] --_----------=_1601666366119550--