Received: by mail.netbsd.org (Postfix, from userid 605) id DA5D784D6B; Mon, 9 Jan 2023 11:28:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1639384D47 for ; Mon, 9 Jan 2023 11:28:51 +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 B8Con280IqNk for ; Mon, 9 Jan 2023 11:28:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9EF5A84CD9 for ; Mon, 9 Jan 2023 11:28:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98B1DFA90; Mon, 9 Jan 2023 11:28:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673263730222550" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 11:28:50 +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: <20230109112850.98B1DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673263730222550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 9 11:28:50 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated databases/py-redis To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673263730222550 Content-Disposition: inline Content-Length: 720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.227 pkgsrc/doc/CHANGES-2023:1.228 --- pkgsrc/doc/CHANGES-2023:1.227 Mon Jan 9 11:16:15 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jan 9 11:28:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.227 2023/01/09 11:16:15 vins Exp $ +$NetBSD: CHANGES-2023,v 1.228 2023/01/09 11:28:50 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -258,3 +258,4 @@ Changes to the packages collection and i Updated devel/py-mercurial to 6.3.2 [wiz 2023-01-09] Updated devel/py-hg-evolve to 10.5.3 [wiz 2023-01-09] Updated sysutils/bsdfetch to 1.1.0 [vins 2023-01-09] + Updated databases/py-redis to 4.4.1 [adam 2023-01-09] --_----------=_1673263730222550--