Received: by mail.netbsd.org (Postfix, from userid 605) id 115A784EA6; Fri, 5 May 2023 13:08:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4279284EA0 for ; Fri, 5 May 2023 13:08:55 +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 uwQ9VrxqRBGF for ; Fri, 5 May 2023 13:08:54 +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 92B4684DC2 for ; Fri, 5 May 2023 13:08:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A5BCFA87; Fri, 5 May 2023 13:08:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683292134148590" MIME-Version: 1.0 Date: Fri, 5 May 2023 13:08:54 +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: <20230505130854.8A5BCFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683292134148590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 5 13:08:54 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated devel/py-test-rerunfailures, www/py-urllib3, devel/py-pdm, www/py-flask To generate a diff of this commit: cvs rdiff -u -r1.2859 -r1.2860 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683292134148590 Content-Disposition: inline Content-Length: 879 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.2859 pkgsrc/doc/CHANGES-2023:1.2860 --- pkgsrc/doc/CHANGES-2023:1.2859 Fri May 5 11:58:26 2023 +++ pkgsrc/doc/CHANGES-2023 Fri May 5 13:08:54 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2859 2023/05/05 11:58:26 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.2860 2023/05/05 13:08:54 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3990,3 +3990,7 @@ Changes to the packages collection and i Updated devel/py-dulwich to 0.21.5 [adam 2023-05-05] Updated www/py-flask to 2.3.1 [wiz 2023-05-05] Updated www/py-autobahn to 23.1.2 [wiz 2023-05-05] + Updated devel/py-test-rerunfailures to 11.1.2 [adam 2023-05-05] + Updated www/py-urllib3 to 2.0.2 [adam 2023-05-05] + Updated devel/py-pdm to 2.5.5 [adam 2023-05-05] + Updated www/py-flask to 2.3.2 [adam 2023-05-05] --_----------=_1683292134148590--