Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8483484ED1 for ; Fri, 1 Dec 2023 19:31:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QJKUYIUcRlFP for ; Fri, 1 Dec 2023 19:31:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7CAB84CFA for ; Fri, 1 Dec 2023 19:31:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D54A3FA40; Fri, 1 Dec 2023 19:31:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701459068256150" MIME-Version: 1.0 Date: Fri, 1 Dec 2023 19:31:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231201193108.D54A3FA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701459068256150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 1 19:31:08 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated devel/py-configupdater, devel/py-tox To generate a diff of this commit: cvs rdiff -u -r1.7354 -r1.7355 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701459068256150 Content-Disposition: inline Content-Length: 826 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.7354 pkgsrc/doc/CHANGES-2023:1.7355 --- pkgsrc/doc/CHANGES-2023:1.7354 Fri Dec 1 19:17:35 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Dec 1 19:31:08 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7354 2023/12/01 19:17:35 adam Exp $ +$NetBSD: CHANGES-2023,v 1.7355 2023/12/01 19:31:08 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10562,3 +10562,5 @@ Changes to the packages collection and i Updated www/py-flask-jwt-extended to 4.5.3 [adam 2023-12-01] Updated textproc/py-jsonschema-specifications to 2023.11.2 [adam 2023-12-01] Updated misc/py-trove-classifiers to 2023.11.29 [adam 2023-12-01] + Updated devel/py-configupdater to 3.2 [adam 2023-12-01] + Updated devel/py-tox to 4.11.4 [adam 2023-12-01] --_----------=_1701459068256150--