Received: by mail.netbsd.org (Postfix, from userid 605) id 8915484D36; Thu, 20 Apr 2023 05:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AE7384EE6 for ; Thu, 20 Apr 2023 05:53:13 +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 zCJWCezhK-Hx for ; Thu, 20 Apr 2023 05:53:12 +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 9BCE884D36 for ; Thu, 20 Apr 2023 05:53:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9415CFA85; Thu, 20 Apr 2023 05:53:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681969992257700" MIME-Version: 1.0 Date: Thu, 20 Apr 2023 05:53:12 +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: <20230420055312.9415CFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681969992257700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 20 05:53:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated textproc/py-rdflib, devel/py-jaraco.path To generate a diff of this commit: cvs rdiff -u -r1.2332 -r1.2333 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681969992257700 Content-Disposition: inline Content-Length: 793 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.2332 pkgsrc/doc/CHANGES-2023:1.2333 --- pkgsrc/doc/CHANGES-2023:1.2332 Thu Apr 20 05:37:00 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Apr 20 05:53:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2332 2023/04/20 05:37:00 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.2333 2023/04/20 05:53:12 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3367,3 +3367,5 @@ Changes to the packages collection and i Updated lang/nim to 1.6.12 [nikita 2023-04-19] Updated sysutils/xfce4-genmon-plugin to 4.2.0 [gutteridge 2023-04-19] Updated net/syncthing to 1.23.4 [triaxx 2023-04-20] + Updated textproc/py-rdflib to 6.3.2 [adam 2023-04-20] + Updated devel/py-jaraco.path to 3.5.0 [adam 2023-04-20] --_----------=_1681969992257700--