Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fpLSUY5x; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gSC1gLCc Received: by mail.netbsd.org (Postfix, from userid 605) id 7526584D5F; Fri, 26 Apr 2024 20:07:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714162054; bh=6FikWE/cpU0FGtJUJchG2OHrcnRz8P0TP+MHSsOiygg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=fpLSUY5x3+PAUqoGZxzqyMHVwcehB2m74RyGtBt9AUOoeuhVq0QggOPRSLPe0be1A 9PFL9ktCAxIaVE22vs4VKIfjZkuyGEQvI4CP2rJETKU96k7j7Kg7uuH2RBRqJ3Aai0 WB8bPjZ6r00YhUx0omvxerw3kXQiiIP8MC9dSu48= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6668E84CD9 for ; Fri, 26 Apr 2024 20:07:33 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M834IsRk1NfH for ; Fri, 26 Apr 2024 20:07:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB77384CC9 for ; Fri, 26 Apr 2024 20:07:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714162053; bh=6FikWE/cpU0FGtJUJchG2OHrcnRz8P0TP+MHSsOiygg=; h=Date:From:Subject:To:Reply-To; b=gSC1gLCc0Jq6TpzV6t5NcD0QXw98/qB8Pj5g1/X3lZpk5+tUZRlvhp/EmUkW2ibtV c4kYhDozcTEqE1YApRI5KSBoRo9aFUpPEyZxW7nm8spx7uthb5gB5vhdP4gu/p5FMU rORgQgkomJfLd9V0iyGZ2580o6AicBI1zvvn5nuc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B519DFA2C; Fri, 26 Apr 2024 20:07:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714162052181140" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 20:07:32 +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: <20240426200732.B519DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714162052181140 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:07:32 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-test, devel/py-tox To generate a diff of this commit: cvs rdiff -u -r1.2738 -r1.2739 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714162052181140 Content-Disposition: inline Content-Length: 772 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.2738 pkgsrc/doc/CHANGES-2024:1.2739 --- pkgsrc/doc/CHANGES-2024:1.2738 Fri Apr 26 19:56:45 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 20:07:32 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2738 2024/04/26 19:56:45 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2739 2024/04/26 20:07:32 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4515,3 +4515,5 @@ Changes to the packages collection and i Updated pkgtools/pkglint to 23.4.1 [rillig 2024-04-26] Added fonts/Azeret version 0.0.20210621 [wiz 2024-04-26] 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] --_----------=_1714162052181140--