Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VkAPwng/; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Pm1pva9R Received: by mail.netbsd.org (Postfix, from userid 605) id 8836A84E67; Tue, 14 May 2024 13:12:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715692367; bh=3fwkLqh6Flhb1rbZKGZwq3PtmZsgMpUHMfSOH6YQFSI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VkAPwng/KBItwGw9vOrtZXxt2d3hG82+ndPTeFsn57Y4pAvOG/gwyR+18vc0xFFRr nMFbIoD29g0h+J2X0ix/GPOATmX4RwST2zDrzMLbKJurnOAa3l5TD3rowczuIQVXtD T5IxCyAPsoDl6XET90GEtPKKkkCVyEryeMiioaj4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79CFF84D5E for ; Tue, 14 May 2024 13:12:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 fkiAeWzNeRs9 for ; Tue, 14 May 2024 13:12:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDCDE84CC9 for ; Tue, 14 May 2024 13:12:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715692366; bh=3fwkLqh6Flhb1rbZKGZwq3PtmZsgMpUHMfSOH6YQFSI=; h=Date:From:Subject:To:Reply-To; b=Pm1pva9Rbn53YaLGDmgJjRU8hLPdeWs1VqeV5e8GP4zcLF2nzLRxRy/YiJwXPHy+m +z6j+twHxTz1lftc1sG2Q3s7mDKipX1Z7OcmNLEoCHyzCAmCf6mLudE+NFRK920c3i vOrQL5rFH+rCuyXSojWAwVB5etfvUHZjaC4yWnr4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7A62FA2C; Tue, 14 May 2024 13:12:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715692365122120" MIME-Version: 1.0 Date: Tue, 14 May 2024 13:12:45 +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: <20240514131245.C7A62FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715692365122120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 14 13:12:45 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-ujson, devel/py-pylint To generate a diff of this commit: cvs rdiff -u -r1.3414 -r1.3415 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715692365122120 Content-Disposition: inline Content-Length: 782 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3414 pkgsrc/doc/CHANGES-2024:1.3415 --- pkgsrc/doc/CHANGES-2024:1.3414 Tue May 14 11:33:33 2024 +++ pkgsrc/doc/CHANGES-2024 Tue May 14 13:12:45 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3414 2024/05/14 11:33:33 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3415 2024/05/14 13:12:45 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5348,3 +5348,5 @@ Changes to the packages collection and i Updated devel/py-test-checkdocs to 2.13.0 [adam 2024-05-14] Updated devel/py-virtualenv to 20.26.2 [adam 2024-05-14] Updated www/gitea to 1.21.11 [wiz 2024-05-14] + Updated textproc/py-ujson to 5.10.0 [adam 2024-05-14] + Updated devel/py-pylint to 3.1.1 [adam 2024-05-14] --_----------=_1715692365122120--