Received: by mail.netbsd.org (Postfix, from userid 605) id 00C6084F79; Sun, 24 Apr 2022 17:38:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D57884E62 for ; Sun, 24 Apr 2022 17:38:19 +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 1LUxEr2vbIWc for ; Sun, 24 Apr 2022 17:38:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9595E84CBC for ; Sun, 24 Apr 2022 17:38:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 939D4FB1A; Sun, 24 Apr 2022 17:38:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165082189829220" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 17:38:18 +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: <20220424173818.939D4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165082189829220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 24 17:38:18 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated devel/py-pylru, www/py-pylint-django; Removed math/py-Numeric To generate a diff of this commit: cvs rdiff -u -r1.2074 -r1.2075 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165082189829220 Content-Disposition: inline Content-Length: 825 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.2074 pkgsrc/doc/CHANGES-2022:1.2075 --- pkgsrc/doc/CHANGES-2022:1.2074 Sun Apr 24 17:24:34 2022 +++ pkgsrc/doc/CHANGES-2022 Sun Apr 24 17:38:18 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2074 2022/04/24 17:24:34 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2075 2022/04/24 17:38:18 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3222,3 +3222,6 @@ Changes to the packages collection and i Updated textproc/py-xml2rfc to 3.12.4 [adam 2022-04-24] Updated fonts/harfbuzz to 4.2.1 [adam 2022-04-24] Updated fonts/harfbuzz-icu to 4.2.1 [adam 2022-04-24] + Updated devel/py-pylru to 1.2.1 [adam 2022-04-24] + Updated www/py-pylint-django to 2.5.3 [adam 2022-04-24] + Removed math/py-Numeric [adam 2022-04-24] --_----------=_165082189829220--