Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cTKT01PJ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SgWykhXR Received: by mail.netbsd.org (Postfix, from userid 605) id EAC8784F23; Tue, 14 May 2024 11:16:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715685389; bh=JeAVwVS/OQMKd19WSxZ9ZH8KHaIpkFVva9oEzbU7uLw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cTKT01PJHD8HSowR8242+FiC6waeWV+DtzoQHlAAXKTtD5ZvDCho2JIQ4a9+rz+GQ JuEV0GO2+PPyxAEE1StYKCGLe9YsBkkijXXusRw40PYXdEn9drn82YwA4i+cIsccav S4JAJXZf3mxmMvorfHuMY+aEEZmW1kZ3egMzfAew= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB58A84E79 for ; Tue, 14 May 2024 11:16:27 +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 TvS6263LGziB for ; Tue, 14 May 2024 11:16:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3B39684D4B for ; Tue, 14 May 2024 11:16:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715685387; bh=JeAVwVS/OQMKd19WSxZ9ZH8KHaIpkFVva9oEzbU7uLw=; h=Date:From:Subject:To:Reply-To; b=SgWykhXR4pMvehEAY3VS8kjac/mfQDyi/Sx1nNjZ29xd2/ZS+Cjb7CDpKcMehBqlU /sQ6DrhodGeEHnlPb8iBbkKQOxdohPzIG69agMZYa1O+v0A82OTJghkXDtajB+klyW e2eCGB4E8wi4xS4Y2v24YVH9lyDh1otRDGTONSBs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32245FA2C; Tue, 14 May 2024 11:16:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715685387214620" MIME-Version: 1.0 Date: Tue, 14 May 2024 11:16:27 +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: <20240514111627.32245FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715685387214620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 14 11:16:27 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-test-checkdocs, devel/py-virtualenv To generate a diff of this commit: cvs rdiff -u -r1.3412 -r1.3413 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715685387214620 Content-Disposition: inline Content-Length: 776 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.3412 pkgsrc/doc/CHANGES-2024:1.3413 --- pkgsrc/doc/CHANGES-2024:1.3412 Tue May 14 10:39:54 2024 +++ pkgsrc/doc/CHANGES-2024 Tue May 14 11:16:26 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3412 2024/05/14 10:39:54 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.3413 2024/05/14 11:16:26 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5345,3 +5345,5 @@ Changes to the packages collection and i Updated x11/vte3 to 0.76.1 [wiz 2024-05-14] Updated net/remmina to 1.4.35 [wiz 2024-05-14] Updated devel/glib2 to 2.80.2nb1 [ryoon 2024-05-14] + Updated devel/py-test-checkdocs to 2.13.0 [adam 2024-05-14] + Updated devel/py-virtualenv to 20.26.2 [adam 2024-05-14] --_----------=_1715685387214620--