Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VP4J6PrU; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bOiVsoWm Received: by mail.netbsd.org (Postfix, from userid 605) id 2750C84EC7; Sat, 27 Apr 2024 05:05:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714194359; bh=njKWJ1Sr7cs3Q/4w46CeKcxE1v8P0hBGcHbbQ7oSx7w=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VP4J6PrUkQi8IizWMc2prFTcpSiS/oedcLX/+RiWFUnmrblPwnOeyc4dIAXn7gNVt +8gSD0SSYix7+S4c97fhX4bRfz4jOnyervQ0b78ncQrTIOdZ3kyMrg8VN00LALpQF+ Yn92aCrlgHXiPlhxUwm+fKDCpYkEWUapSee19LT8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1791D84CE2 for ; Sat, 27 Apr 2024 05:05:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 w9OKHBVVi0_Y for ; Sat, 27 Apr 2024 05:05:57 +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 68DBF84CD9 for ; Sat, 27 Apr 2024 05:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714194357; bh=njKWJ1Sr7cs3Q/4w46CeKcxE1v8P0hBGcHbbQ7oSx7w=; h=Date:From:Subject:To:Reply-To; b=bOiVsoWmRjlL+LXy4mhjD8Jx2LdNJG6jMfEgg6HJ3EJcrPc5GXtXKuQrrntIHu4TG CdDFY7yYcy49/Rkk0ZLwRMtG5ihTwJOudzgBTHCGpPvj0TE04vbkVBjjueCAYO6+FO nW6+OS2RXy0EhiF1umJHihPTAdIz4jsPCrcqvSbo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E074FA2C; Sat, 27 Apr 2024 05:05:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714194357120160" MIME-Version: 1.0 Date: Sat, 27 Apr 2024 05:05:57 +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: <20240427050557.5E074FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714194357120160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 27 05:05:57 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated databases/py-redis, textproc/py-tablib, textproc/py-referencing, textproc/py-itemloaders To generate a diff of this commit: cvs rdiff -u -r1.2741 -r1.2742 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714194357120160 Content-Disposition: inline Content-Length: 922 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2741 pkgsrc/doc/CHANGES-2024:1.2742 --- pkgsrc/doc/CHANGES-2024:1.2741 Sat Apr 27 03:05:43 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Apr 27 05:05:57 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2741 2024/04/27 03:05:43 schmonz Exp $ +$NetBSD: CHANGES-2024,v 1.2742 2024/04/27 05:05:57 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4520,3 +4520,7 @@ Changes to the packages collection and i Updated databases/py-tortoise-orm to 0.20.1 [adam 2024-04-26] Updated security/py-keyring to 25.2.0 [adam 2024-04-26] Updated graphics/imlib2 to 1.12.2 [schmonz 2024-04-27] + Updated databases/py-redis to 5.0.4 [adam 2024-04-27] + Updated textproc/py-tablib to 3.6.1 [adam 2024-04-27] + Updated textproc/py-referencing to 0.35.0 [adam 2024-04-27] + Updated textproc/py-itemloaders to 1.2.0 [adam 2024-04-27] --_----------=_1714194357120160--