Received: by mail.netbsd.org (Postfix, from userid 605) id 4B24C84E83; Fri, 23 Feb 2024 09:34:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708680889; bh=3YqNX9Ymf7M2a9vG4S7TimhTpnYs7Y6lO2hU724hHEc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=yGLsJCix/GmV+/C17/Y/iQjJy1xxZtWDeDO7ra3zepGyyM10Trq9iot5HFL7AEA7i OUBIMBhmSzMqs8a4xVec7K/inW4nqABMg/vN6jtsifzlO791eri/W5UQTn2A9hFddY L8w+dNNzk/KL8lDS339jomNU2Uv4wqN0KKTrw8q4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C53784E65 for ; Fri, 23 Feb 2024 09:34:48 +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 K_ZBnbiQP2Fq for ; Fri, 23 Feb 2024 09:34:47 +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 8F58C84CC8 for ; Fri, 23 Feb 2024 09:34:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708680887; bh=3YqNX9Ymf7M2a9vG4S7TimhTpnYs7Y6lO2hU724hHEc=; h=Date:From:Subject:To:Reply-To; b=aXclmBwJ2xFJ69CBYoPqoDqwZp5lJXtVPVX/OkFj3YQeLFJv0fOx+9rfpU/T1rgNe 1DNLb8/dZ6j8kVEd4RuYjg3LFkA6VIIQnRA8w3h5019JeQEQ4ePbW7sLspHKbKnbAU DIWY59cCQKnZl3xaWvvApWeBPruB6GLtPg8hEDAg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8795AF9F4; Fri, 23 Feb 2024 09:34:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708680887248900" MIME-Version: 1.0 Date: Fri, 23 Feb 2024 09:34:47 +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: <20240223093447.8795AF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708680887248900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 23 09:34:47 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated misc/py-trove-classifiers, devel/py-types-setuptools To generate a diff of this commit: cvs rdiff -u -r1.1427 -r1.1428 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708680887248900 Content-Disposition: inline Content-Length: 810 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.1427 pkgsrc/doc/CHANGES-2024:1.1428 --- pkgsrc/doc/CHANGES-2024:1.1427 Fri Feb 23 09:06:33 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Feb 23 09:34:47 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1427 2024/02/23 09:06:33 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1428 2024/02/23 09:34:47 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2513,3 +2513,5 @@ Changes to the packages collection and i Updated devel/py-virtualenv to 20.25.1 [adam 2024-02-23] Updated net/sayaka to 3.7.3 [tsutsui 2024-02-23] Updated devel/py-nihtest to 1.5.0nb1 [wiz 2024-02-23] + Updated misc/py-trove-classifiers to 2024.2.22 [adam 2024-02-23] + Updated devel/py-types-setuptools to 69.1.0.20240223 [adam 2024-02-23] --_----------=_1708680887248900--