Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FHbR2tOX; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=flu1yXYo Received: by mail.netbsd.org (Postfix, from userid 605) id 1DD7284E63; Wed, 10 Apr 2024 07:46:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712735160; bh=2E5ih/OKWobNe9sHwsDn4DeiwBn+9e67zM2H6Ma2Yc0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FHbR2tOXLgJGwYUNanM9hjnnXLgHSEsTBK0PaAho5Je7XfDiq8xFVFfEtmlNYh8+p ZXPdzw1fEq9dLyQZUSzvE66t9FH0M1gCD8vmr1KY9Mf6UIQU2zwnaM1GpxcGrawM/Q mfyiHQD3tu+jqkjd2ZCLVEibhNTZZeD43r4EeAD0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1276684D6B for ; Wed, 10 Apr 2024 07:45:59 +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 pqQi5CgUa6e3 for ; Wed, 10 Apr 2024 07:45:58 +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 613A084C13 for ; Wed, 10 Apr 2024 07:45:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712735158; bh=2E5ih/OKWobNe9sHwsDn4DeiwBn+9e67zM2H6Ma2Yc0=; h=Date:From:Subject:To:Reply-To; b=flu1yXYoyE8kjHzI0rMUux6sIhuzBrjjtCsdwfCaIXq3k8cRltboBmI25yrZ9gk0O p6a8VjCkOy4u4PI8WQWS/Dsw0++24ZCazAhrYPdjqY2olgeUxI8p3HM8cMAAkq/6mQ l43olRa+6o2KNnWruBKoB5ayDrSAG4DMOXH/GwRM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C3C4FA2C; Wed, 10 Apr 2024 07:45:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712735158236070" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 07:45:58 +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: <20240410074558.5C3C4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712735158236070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 10 07:45:58 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-filelock, finance/py-stripe, devel/py-faker, www/py-jupyter-lsp To generate a diff of this commit: cvs rdiff -u -r1.2376 -r1.2377 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712735158236070 Content-Disposition: inline Content-Length: 911 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.2376 pkgsrc/doc/CHANGES-2024:1.2377 --- pkgsrc/doc/CHANGES-2024:1.2376 Tue Apr 9 18:20:40 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 07:45:58 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2376 2024/04/09 18:20:40 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2377 2024/04/10 07:45:58 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3951,3 +3951,7 @@ Changes to the packages collection and i Updated security/openssl to 3.3.0 [wiz 2024-04-09] Updated devel/gobject-introspection to 1.80.1 [wiz 2024-04-09] Updated devel/gobject-introspection to 1.80.1nb1 [wiz 2024-04-09] + Updated devel/py-filelock to 3.13.4 [adam 2024-04-10] + Updated finance/py-stripe to 8.11.0 [adam 2024-04-10] + Updated devel/py-faker to 24.8.0 [adam 2024-04-10] + Updated www/py-jupyter-lsp to 2.2.5 [adam 2024-04-10] --_----------=_1712735158236070--