Received: by mail.netbsd.org (Postfix, from userid 605) id EC85384D6F; Fri, 23 Feb 2024 07:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708675023; bh=ffBg7JanJqfW7TTmiMwRAyQs7PTeYW6dkpAw7QC8QJE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dajHlWE1/OVs2Duj7qlRKwl4t0fFf5R9Yo29pzO5+5s9UNA17lUzTXCc4yPUqEkgn YtP/HFHG3orzvVtCVmMsIWGOrS87imb915NmjqhrzTLqlC5FQGI8TIC109kYTBmMVq WItZsiK/xRgEhNmjodsDisvtA/8FSJDjfPL/xgYE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF17C84D4D for ; Fri, 23 Feb 2024 07:57:01 +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 C0eif4CHn7xL for ; Fri, 23 Feb 2024 07:57:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AE9684D28 for ; Fri, 23 Feb 2024 07:57:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708675021; bh=ffBg7JanJqfW7TTmiMwRAyQs7PTeYW6dkpAw7QC8QJE=; h=Date:From:Subject:To:Reply-To; b=vuIw7zBCtrz/WFgsIUwxTDzZrZXhHZKAEb4ii6XwgPhcC+Gg+83e14sDnPeXWAnON 8Svei1X/lIs20hvJ2Q+xdINYhm8NOdJFXNq9n0WdqblM96kgjFvFwsE1CK/VIbFwQn svWvicTMjx1UodG8UyzooKJYZUi0FEbWF5t5PoCM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E58DF9F4; Fri, 23 Feb 2024 07:57:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708675021252250" MIME-Version: 1.0 Date: Fri, 23 Feb 2024 07:57:01 +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: <20240223075701.2E58DF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708675021252250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 23 07:57:01 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-pook, devel/py-virtualenv To generate a diff of this commit: cvs rdiff -u -r1.1424 -r1.1425 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708675021252250 Content-Disposition: inline Content-Length: 776 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.1424 pkgsrc/doc/CHANGES-2024:1.1425 --- pkgsrc/doc/CHANGES-2024:1.1424 Fri Feb 23 07:54:49 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Feb 23 07:57:00 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1424 2024/02/23 07:54:49 mef Exp $ +$NetBSD: CHANGES-2024,v 1.1425 2024/02/23 07:57:00 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2509,3 +2509,5 @@ Changes to the packages collection and i Updated net/rabbitmq to 3.12.13 [adam 2024-02-22] Updated security/py-google-auth to 2.28.1 [adam 2024-02-22] Updated cad/klayout to 0.28.17 [mef 2024-02-23] + Updated www/py-pook to 1.4.3 [adam 2024-02-23] + Updated devel/py-virtualenv to 20.25.1 [adam 2024-02-23] --_----------=_1708675021252250--