Received: by mail.netbsd.org (Postfix, from userid 605) id 3592084EDE; Tue, 26 Apr 2022 10:53:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7033D84EA4 for ; Tue, 26 Apr 2022 10:53:47 +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 luzh5qo065M2 for ; Tue, 26 Apr 2022 10:53:47 +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 C74D284CFE for ; Tue, 26 Apr 2022 10:53:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5083FB1A; Tue, 26 Apr 2022 10:53:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165097042689650" MIME-Version: 1.0 Date: Tue, 26 Apr 2022 10:53:46 +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: <20220426105346.C5083FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165097042689650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 26 10:53:46 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Added graphics/py-wcag-contrast-ratio; Updated textproc/py-pygments To generate a diff of this commit: cvs rdiff -u -r1.2110 -r1.2111 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165097042689650 Content-Disposition: inline Content-Length: 791 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.2110 pkgsrc/doc/CHANGES-2022:1.2111 --- pkgsrc/doc/CHANGES-2022:1.2110 Tue Apr 26 10:42:47 2022 +++ pkgsrc/doc/CHANGES-2022 Tue Apr 26 10:53:46 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2110 2022/04/26 10:42:47 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2111 2022/04/26 10:53:46 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3360,3 +3360,5 @@ Changes to the packages collection and i Updated net/py-tldextract to 3.2.1 [adam 2022-04-26] Updated net/py-lexicon to 3.9.5 [adam 2022-04-26] Updated devel/py-pbr to 5.8.1 [adam 2022-04-26] + Added graphics/py-wcag-contrast-ratio version 0.9 [adam 2022-04-26] + Updated textproc/py-pygments to 2.12.0 [adam 2022-04-26] --_----------=_165097042689650--