Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=V1neyjOP; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1ypkWswJ Received: by mail.netbsd.org (Postfix, from userid 605) id B88C084EC0; Sat, 16 Mar 2024 18:35:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710614118; bh=ja/Xhh69v4jo7t5FWeAqUCIaMwmg3/cwHXdQAvPx1X4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=V1neyjOPCxZb2bY7S2cPA94y3YaH8Z4xRKS3oKHED0gAI6FJPr3nQpzIEng2AYXNr +SLacpRBQdffHAsh8qbqOFncwq++zQ7ABT0VzZRRSNZeGG4Y5rcxnwY+7/8h8gmtfO hC9TCcqk9+dk8+kTHCIEfjDgTFrbg/s2Pp/2u6L0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A84D884EB3 for ; Sat, 16 Mar 2024 18:35:17 +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 KT3Avrj3PPu5 for ; Sat, 16 Mar 2024 18:35:17 +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 06E3284E5A for ; Sat, 16 Mar 2024 18:35:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710614117; bh=ja/Xhh69v4jo7t5FWeAqUCIaMwmg3/cwHXdQAvPx1X4=; h=Date:From:Subject:To:Reply-To; b=1ypkWswJ0Ri65NEVb3YVDH9ULC2vSqPIzRDe3JwedJsSC8lSBUinLDTCuHKtOOmPc ldy4vWzj2vx6fhJyZI/VXqrEu0Z5Zq3EIlaIw+QyqX52MGCIbrdFAQIdL6eMGl6pdh ZiPOOwsSDuZ4opEUOSy0MnXAxGjZfA5a++liHXLE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF622FA2C; Sat, 16 Mar 2024 18:35:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710614116160720" MIME-Version: 1.0 Date: Sat, 16 Mar 2024 18:35:16 +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: <20240316183516.EF622FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710614116160720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Mar 16 18:35:16 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated net/py-comm, devel/py-traitlets To generate a diff of this commit: cvs rdiff -u -r1.1896 -r1.1897 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710614116160720 Content-Disposition: inline Content-Length: 787 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.1896 pkgsrc/doc/CHANGES-2024:1.1897 --- pkgsrc/doc/CHANGES-2024:1.1896 Sat Mar 16 17:53:30 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Mar 16 18:35:16 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1896 2024/03/16 17:53:30 nia Exp $ +$NetBSD: CHANGES-2024,v 1.1897 2024/03/16 18:35:16 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3180,3 +3180,5 @@ Changes to the packages collection and i Updated textproc/py-black to 24.3.0 [adam 2024-03-16] Updated devel/py-test-mypy-plugins to 3.1.1 [adam 2024-03-16] Added audio/cmus-legacy version 2.7.1 [nia 2024-03-16] + Updated net/py-comm to 0.2.2 [adam 2024-03-16] + Updated devel/py-traitlets to 5.14.2 [adam 2024-03-16] --_----------=_1710614116160720--