Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2xcMzgzq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eAev1W1D Received: by mail.netbsd.org (Postfix, from userid 605) id 247B084D5F; Fri, 26 Apr 2024 17:02:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714150956; bh=5MsRvKizywGxm1a2ZltwKiu736BO2e6JLa925eDEaSU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2xcMzgzqPPdVy0de0RGYyJm7OXK0RKD8X8VwNx1g1+V2k+XAT+Haoa5NicEtSAX0N zI+lTvEq3IkS/VC0Yq58Xo1FRqulswJicFDLDptZFC0nL3vsRX72/ZWsGyhavErt+K 0Zh+ZlTFlMCpCm/fX0mxFI3FX+QUT0ITesbacfK0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15FAE84D44 for ; Fri, 26 Apr 2024 17:02:35 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lTNPUS_phl49 for ; Fri, 26 Apr 2024 17:02:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6692884D1C for ; Fri, 26 Apr 2024 17:02:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714150954; bh=5MsRvKizywGxm1a2ZltwKiu736BO2e6JLa925eDEaSU=; h=Date:From:Subject:To:Reply-To; b=eAev1W1Dqs7xmqnLJ5+IQozSGJ0tq6UqicUEiwuWkGUsPoUf9JucvMBNMNDtbS9bP A9uzaz7Addw2kHiIqB7yrDMVjJrj5PKHrFItmo6CnBjX/GDZC6dYQUtvfJqibGkyXj yCp6qrpmhrtlLOHbeNnPGGBNZQ19P63qfYJAo4vM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62BBAFA2C; Fri, 26 Apr 2024 17:02:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171415095471170" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 17:02:34 +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: <20240426170234.62BBAFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171415095471170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 26 17:02:34 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-ftfy, graphics/py-tifffile, www/py-websocket-client, net/py-stone To generate a diff of this commit: cvs rdiff -u -r1.2731 -r1.2732 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171415095471170 Content-Disposition: inline Content-Length: 899 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.2731 pkgsrc/doc/CHANGES-2024:1.2732 --- pkgsrc/doc/CHANGES-2024:1.2731 Fri Apr 26 16:50:13 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 17:02:34 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2731 2024/04/26 16:50:13 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2732 2024/04/26 17:02:34 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4489,3 +4489,7 @@ Changes to the packages collection and i Updated devel/py-rlp to 4.0.1 [adam 2024-04-26] Updated finance/py-eth-keys to 0.5.1 [adam 2024-04-26] Updated finance/py-eth-keyfile to 0.8.1 [adam 2024-04-26] + Updated textproc/py-ftfy to 6.2.0 [adam 2024-04-26] + Updated graphics/py-tifffile to 2024.4.24 [adam 2024-04-26] + Updated www/py-websocket-client to 1.8.0 [adam 2024-04-26] + Updated net/py-stone to 3.3.3 [adam 2024-04-26] --_----------=_171415095471170--