Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NLd1RoVc; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=KaF8G4vP Received: by mail.netbsd.org (Postfix, from userid 605) id 955A084D68; Fri, 26 Apr 2024 20:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714162487; bh=AyPC1Sqe//4Bf/DzOpHULIjLfsplY1ZtfiGLVqeHWHI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NLd1RoVcUuBP83YtzG4p+Z7ofaKrsas/TA/nljPbTRKL4dHlCRX3pwrkGynCE4tPG I0BjGA0IoiIqgpbZXXO/xwvtbfUzJIU1hqwpMpAx7ifDzczaSAtg26MlhCjZV7cvZy 6fRI9aTBCNHJmc3bqwyjVuQaqMU9VFZIsquVUUJ4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 896BD84D5F for ; Fri, 26 Apr 2024 20:14:46 +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 LN8ZESTQDAuZ for ; Fri, 26 Apr 2024 20:14:46 +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 CA62E84CC9 for ; Fri, 26 Apr 2024 20:14:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714162486; bh=AyPC1Sqe//4Bf/DzOpHULIjLfsplY1ZtfiGLVqeHWHI=; h=Date:From:Subject:To:Reply-To; b=KaF8G4vPE+UIWiSTX7sP9eWE1i4lbjTAaXdDwnWWRpySxZEM9UyuZfYDN1IiM+l40 Md3KMXZraIC5E4u4jTHK4ylCsDKNWoqODSaEpDmjoO49BzpZzx3zeh9/EXgqCrZukK NaUD4vVUpKNfnVjqKi/VnxUPi1n2dM38qiu03vnc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0E0CFA2C; Fri, 26 Apr 2024 20:14:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714162485261930" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 20:14:45 +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: <20240426201445.C0E0CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714162485261930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 26 20:14:45 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated databases/py-tortoise-orm, security/py-keyring To generate a diff of this commit: cvs rdiff -u -r1.2739 -r1.2740 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714162485261930 Content-Disposition: inline Content-Length: 779 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.2739 pkgsrc/doc/CHANGES-2024:1.2740 --- pkgsrc/doc/CHANGES-2024:1.2739 Fri Apr 26 20:07:32 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 20:14:45 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2739 2024/04/26 20:07:32 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2740 2024/04/26 20:14:45 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4517,3 +4517,5 @@ Changes to the packages collection and i Added fonts/b612 version 1.008 [wiz 2024-04-26] Updated devel/py-test to 8.1.2 [adam 2024-04-26] Updated devel/py-tox to 4.15.0 [adam 2024-04-26] + 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] --_----------=_1714162485261930--