Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=g3r2BgP4; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nN2mtkyH Received: by mail.netbsd.org (Postfix, from userid 605) id 0D1B484EEB; Fri, 10 May 2024 04:50:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715316654; bh=tWaEsRe0/n4cBNNpY6zHQEBOVRCCInNKhQyfk2kXw7U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=g3r2BgP4N/GTRj2bObSdkG2TUV5QtlejaOZcgRPMBT4HeFOCNPCDpZ+O0xyg9+ccl FQ8h1n2U2z5VfA8DQIzRYLv4lE8dpbN1PpmhCvh8pby1bCKyiqWNqR9At8EJTR5Rxn U/XbYkci+3vUE/XAnz+KsApqxpyN7xigtsLQyw60= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F385384EEA for ; Fri, 10 May 2024 04:50:52 +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 IfDvlfQ73uXU for ; Fri, 10 May 2024 04:50:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 51DBC84D24 for ; Fri, 10 May 2024 04:50:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715316652; bh=tWaEsRe0/n4cBNNpY6zHQEBOVRCCInNKhQyfk2kXw7U=; h=Date:From:Subject:To:Reply-To; b=nN2mtkyHZryzK1opBezne/wov+rMJQXQ6KXpaF8fNXT1GUX5nU8sfZdKa6h5bbVgJ Rg7NR2/xHnRn5PzuJB5TP4NCXcvsUwiwY5N82dZCqJLzm/agJtwLVeESxT/v7pUiOe dwZd7GzcQ8QHejNXVaT7E4l5k1LKzZ51HIxiZY04= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CC79FA2C; Fri, 10 May 2024 04:50:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715316652145500" MIME-Version: 1.0 Date: Fri, 10 May 2024 04:50:52 +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: <20240510045052.4CC79FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715316652145500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 10 04:50:52 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-regex, finance/py-stripe To generate a diff of this commit: cvs rdiff -u -r1.3297 -r1.3298 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715316652145500 Content-Disposition: inline Content-Length: 784 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.3297 pkgsrc/doc/CHANGES-2024:1.3298 --- pkgsrc/doc/CHANGES-2024:1.3297 Thu May 9 20:47:05 2024 +++ pkgsrc/doc/CHANGES-2024 Fri May 10 04:50:52 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3297 2024/05/09 20:47:05 leot Exp $ +$NetBSD: CHANGES-2024,v 1.3298 2024/05/10 04:50:52 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5193,3 +5193,5 @@ Changes to the packages collection and i Updated x11/gnome-shell to 40.2nb26 [wiz 2024-05-09] Updated sysutils/rsftch to 0.5.3 [pin 2024-05-09] Added net/scaleway-cli version 2.30.0 [leot 2024-05-09] + Updated textproc/py-regex to 2024.5.10 [adam 2024-05-10] + Updated finance/py-stripe to 9.6.0 [adam 2024-05-10] --_----------=_1715316652145500--