Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=d53aZ9Lb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=um01eQne Received: by mail.netbsd.org (Postfix, from userid 605) id 4891E84EC3; Mon, 15 Apr 2024 11:37:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713181060; bh=E9iLRJXGUPpnWiCEJHzstK5+EkI0yjtqg9pjZk4Uonw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=d53aZ9LbUxrqjMdxt4wk0Tgf56LC+kdpB0u/l2b6xZvoi8+6IpsDvygf7OUCp6d0C WaNaqy6i5E251DlGnammBlSUhH37UhI3Zk6oux1ZtVlfTgRK8mBYImrA7+CiaMhZIX VnQJdYrmiHSoWRbxoMRjsAzN/asZpI6b+FxYlWoA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BE9384D74 for ; Mon, 15 Apr 2024 11:37:39 +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 VzVqI1TPoxv3 for ; Mon, 15 Apr 2024 11:37:38 +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 8C66F84CCF for ; Mon, 15 Apr 2024 11:37:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713181058; bh=E9iLRJXGUPpnWiCEJHzstK5+EkI0yjtqg9pjZk4Uonw=; h=Date:From:Subject:To:Reply-To; b=um01eQne1YG4hARlgTwtBZnACkfT02+BsWyoCzca0SA9FYW/mmvU4tcpBaV/isjmo R93HSt4cINQlqe51LVHTL2xA7MLN9mqzaYFiRGPQNTNfukcQyr5frg38pyHxtXWTou n2rLBNXBGl2IuaWRh2ULsE8MJTVG+IJdBByjodYw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8841EFA2C; Mon, 15 Apr 2024 11:37:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713181058296560" MIME-Version: 1.0 Date: Mon, 15 Apr 2024 11:37:38 +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: <20240415113738.8841EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713181058296560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 15 11:37:38 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-testrepository, devel/py-frozendict To generate a diff of this commit: cvs rdiff -u -r1.2468 -r1.2469 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713181058296560 Content-Disposition: inline Content-Length: 805 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.2468 pkgsrc/doc/CHANGES-2024:1.2469 --- pkgsrc/doc/CHANGES-2024:1.2468 Mon Apr 15 10:27:41 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 15 11:37:38 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2468 2024/04/15 10:27:41 micha Exp $ +$NetBSD: CHANGES-2024,v 1.2469 2024/04/15 11:37:38 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4112,3 +4112,5 @@ Changes to the packages collection and i Updated x11/gtkmm3 to 3.24.9 [adam 2024-04-15] Updated textproc/py-sphinxcontrib-spelling to 8.0.0nb1 [wiz 2024-04-15] Updated graphics/graphviz to 10.0.1 [micha 2024-04-15] + Updated devel/py-testrepository to 0.0.21 [adam 2024-04-15] + Updated devel/py-frozendict to 2.4.2 [adam 2024-04-15] --_----------=_1713181058296560--