Received: by mail.netbsd.org (Postfix, from userid 605) id 5B49E84E9B; Wed, 3 Aug 2022 13:44:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9276884E9D for ; Wed, 3 Aug 2022 13:44:53 +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 Gpp5QbrV6JO0 for ; Wed, 3 Aug 2022 13:44:53 +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 E50D584CD8 for ; Wed, 3 Aug 2022 13:44:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E22A3FB1A; Wed, 3 Aug 2022 13:44:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659534292153060" MIME-Version: 1.0 Date: Wed, 3 Aug 2022 13:44:52 +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: <20220803134452.E22A3FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659534292153060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 3 13:44:52 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated sysutils/py-stack-data, devel/py-line_profiler To generate a diff of this commit: cvs rdiff -u -r1.3662 -r1.3663 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659534292153060 Content-Disposition: inline Content-Length: 813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.3662 pkgsrc/doc/CHANGES-2022:1.3663 --- pkgsrc/doc/CHANGES-2022:1.3662 Wed Aug 3 13:06:56 2022 +++ pkgsrc/doc/CHANGES-2022 Wed Aug 3 13:44:52 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.3662 2022/08/03 13:06:56 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.3663 2022/08/03 13:44:52 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -5458,3 +5458,5 @@ Changes to the packages collection and i Updated devel/py-setuptools to 63.4.0 [adam 2022-08-03] Updated devel/libtool-base to 2.4.7nb1 [jperkin 2022-08-03] Updated devel/libtool-fortran to 2.4.7nb1 [jperkin 2022-08-03] + Updated sysutils/py-stack-data to 0.3.0 [adam 2022-08-03] + Updated devel/py-line_profiler to 3.5.1 [adam 2022-08-03] --_----------=_1659534292153060--