Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=y8M2AVkT; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sTH5STmO Received: by mail.netbsd.org (Postfix, from userid 605) id 1FA8E84EAA; Wed, 24 Apr 2024 12:43:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713962623; bh=GBXv+zMWz41HXgxGMOneNlOtCrJ234JP6BDlrBsgd3I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=y8M2AVkT/zdr8b4jaYgv4f5JMriuanzfKVzfuwX7IUXNMpflPQ1c+TqDdHGFHgN7e cRYXeAD5HU0mT821uqm1QtE3SpuRSrTljYcpSI8p3+k8yMDdwOegFm0bUy35ZyKk53 cI9MBsQw6Rt9FEVIajSee2g9VcJKyv6Qkj9b5aoo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10C7C84EA6 for ; Wed, 24 Apr 2024 12:43:42 +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 Az4fqRjWEYqw for ; Wed, 24 Apr 2024 12:43:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6071484E9A for ; Wed, 24 Apr 2024 12:43:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713962621; bh=GBXv+zMWz41HXgxGMOneNlOtCrJ234JP6BDlrBsgd3I=; h=Date:From:Subject:To:Reply-To; b=sTH5STmOwdQPGlEcIazUBucrb3FGewBmpQKP/BitgeatEyvZm7nCIBUcvRLVU7/wM rX3GQy2s8j2UmLlg//N78/RBsS/OPhL+aRVT67C7u6nf4MHXTx1rlyZjvXNpicupdw 6B3gXHa54tzQwUgCmP9sEi5Q6rr5Ll068jxMCE64= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5AB23FA2C; Wed, 24 Apr 2024 12:43:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171396262121330" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 12:43:41 +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: <20240424124341.5AB23FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171396262121330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 24 12:43:41 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-pydantic-core, devel/py-pydantic To generate a diff of this commit: cvs rdiff -u -r1.2676 -r1.2677 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171396262121330 Content-Disposition: inline Content-Length: 781 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.2676 pkgsrc/doc/CHANGES-2024:1.2677 --- pkgsrc/doc/CHANGES-2024:1.2676 Wed Apr 24 08:33:13 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 24 12:43:41 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2676 2024/04/24 08:33:13 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2677 2024/04/24 12:43:41 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4412,3 +4412,5 @@ Changes to the packages collection and i Updated www/py-uwsgitop to 0.12 [adam 2024-04-24] Updated textproc/py-ini2toml to 0.14 [adam 2024-04-24] Updated devel/ast-grep to 0.21.0 [pin 2024-04-24] + Updated devel/py-pydantic-core to 2.18.2 [adam 2024-04-24] + Updated devel/py-pydantic to 2.7.1 [adam 2024-04-24] --_----------=_171396262121330--