Received: by mail.netbsd.org (Postfix, from userid 605) id 3093184DA9; Tue, 6 Feb 2024 17:00:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60FCD84D4B for ; Tue, 6 Feb 2024 17:00:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 sZXuNrZ-sBcz for ; Tue, 6 Feb 2024 17:00:14 +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 B2B1E84D26 for ; Tue, 6 Feb 2024 17:00:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF890FA42; Tue, 6 Feb 2024 17:00:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707238813161000" MIME-Version: 1.0 Date: Tue, 6 Feb 2024 17:00:13 +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: <20240206170013.AF890FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707238813161000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 6 17:00:13 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated sysutils/py-appnope, www/py-django-debug-toolbar, www/py-flask-testing, textproc/py-yamllint To generate a diff of this commit: cvs rdiff -u -r1.985 -r1.986 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707238813161000 Content-Disposition: inline Content-Length: 912 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.985 pkgsrc/doc/CHANGES-2024:1.986 --- pkgsrc/doc/CHANGES-2024:1.985 Tue Feb 6 16:06:44 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Feb 6 17:00:13 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.985 2024/02/06 16:06:44 nikita Exp $ +$NetBSD: CHANGES-2024,v 1.986 2024/02/06 17:00:13 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1652,3 +1652,7 @@ Changes to the packages collection and i Updated devel/ruby-minitest to 5.22.0 [taca 2024-02-06] Updated devel/ruby-zeitwerk to 2.6.13 [taca 2024-02-06] Updated www/gotosocial to 0.13.2 [nikita 2024-02-06] + Updated sysutils/py-appnope to 0.1.4 [adam 2024-02-06] + Updated www/py-django-debug-toolbar to 4.3.0 [adam 2024-02-06] + Updated www/py-flask-testing to 0.8.1 [adam 2024-02-06] + Updated textproc/py-yamllint to 1.34.0 [adam 2024-02-06] --_----------=_1707238813161000--