Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OdkDxJQM; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OQ1/0b/R Received: by mail.netbsd.org (Postfix, from userid 605) id 2A5B284E74; Sun, 24 Mar 2024 18:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711306148; bh=eX2OzCHJXbU9uWTNqjDpvFUlid0JJjpGxaD0jN9M3fE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OdkDxJQMAFw5D4hwvjfY2YizbrcGSk7RN3MY8RAy/nV5G/Y8I7T0EeaG1Mk//jIMA c6w2B3MW4DWdWeTtxvN7SK8F+AwdcGa8qEp+Sjf4dZWPqt0bwwMfKC71aMGDiK2JZ9 XTZ1K6rdqBrMy2NmnLYrVRgpr0/GzHAfNrN3HT4g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11CF784E93 for ; Sun, 24 Mar 2024 18:49:07 +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 DBiBfoYayzfd for ; Sun, 24 Mar 2024 18:49:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 932C384CEB for ; Sun, 24 Mar 2024 18:49:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711306146; bh=eX2OzCHJXbU9uWTNqjDpvFUlid0JJjpGxaD0jN9M3fE=; h=Date:From:Subject:To:Reply-To; b=OQ1/0b/RVIQ4Cj+36TkXzGcagDKQdWmX6LbmVRNjNQt09YGMStMYcKx9dWhmmrJeF 4gvyJgJ0fGoX10FLWahH+DPQK3J9VOHe3GE1952AZWFkVBaSyS7o41fM4XNHjZ0UNd Zt3dRIr7eZgMgt85/4ZVExcQsJBf5LPS9Ndr6+uM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CF22FA2C; Sun, 24 Mar 2024 18:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17113061469450" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 18:49:06 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20240324184906.8CF22FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17113061469450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 24 18:49:06 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/conftest to 0.50.0 To generate a diff of this commit: cvs rdiff -u -r1.2090 -r1.2091 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17113061469450 Content-Disposition: inline Content-Length: 722 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.2090 pkgsrc/doc/CHANGES-2024:1.2091 --- pkgsrc/doc/CHANGES-2024:1.2090 Sun Mar 24 18:34:05 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 18:49:06 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2090 2024/03/24 18:34:05 leot Exp $ +$NetBSD: CHANGES-2024,v 1.2091 2024/03/24 18:49:06 leot Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3578,3 +3578,4 @@ Changes to the packages collection and i Updated devel/py-test-mock to 3.14.0 [adam 2024-03-24] Updated devel/py-progressbar2 to 4.4.2 [adam 2024-03-24] Updated devel/opa to 0.62.1 [leot 2024-03-24] + Updated devel/conftest to 0.50.0 [leot 2024-03-24] --_----------=_17113061469450--