Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Sh8wxngy; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zaCHqrO1 Received: by mail.netbsd.org (Postfix, from userid 605) id F238B84F25; Fri, 22 Mar 2024 18:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711133332; bh=1Y65oOF08oKWUJ7bIRq9KjfECJle773eunvSKh1sjQI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Sh8wxngy1CFHm+6iNlqt5AD5uodOvzt+EqLQmjl/ozbfxlVo9Nvmy8w5ugIy0C42l CbEQZid3YF1R+JyRhpToPH+JeNcIzh8RNmLqtTke2+P58ifGnFHEnmLtIjdpqGMh1X 6d1nXs6Tptj9URB9i4anE3qo7Gi/nZrt4uR5HPoU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E4D9D84F21 for ; Fri, 22 Mar 2024 18:48:50 +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 XEPZ2ZkEuEG3 for ; Fri, 22 Mar 2024 18:48:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2FCEB84CCA for ; Fri, 22 Mar 2024 18:48:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711133330; bh=1Y65oOF08oKWUJ7bIRq9KjfECJle773eunvSKh1sjQI=; h=Date:From:Subject:To:Reply-To; b=zaCHqrO1aOFOd9Fj0RFJ2iDIGuJdrzT4veJsilmIPqnVQYpqNWRyCnh7SsRk4mndG Smy1AzNHLaysXs3auXd9TDG2fx4xMYM0t8H0QX/MpauMlDWAAZmIzB5hvIHPU5NZYW U8ef19G8Ajrf0Hrxl2CxontWwseZKuMSXK+0DxHU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 291C2FA2C; Fri, 22 Mar 2024 18:48:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711133330253720" MIME-Version: 1.0 Date: Fri, 22 Mar 2024 18:48:50 +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: <20240322184850.291C2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711133330253720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 22 18:48:50 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-djangorestframework, www/py-asgiref To generate a diff of this commit: cvs rdiff -u -r1.2024 -r1.2025 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711133330253720 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.2024 pkgsrc/doc/CHANGES-2024:1.2025 --- pkgsrc/doc/CHANGES-2024:1.2024 Fri Mar 22 18:43:56 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Mar 22 18:48:49 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2024 2024/03/22 18:43:56 hauke Exp $ +$NetBSD: CHANGES-2024,v 1.2025 2024/03/22 18:48:49 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3471,3 +3471,5 @@ Changes to the packages collection and i Updated www/py-uvicorn to 0.29.0 [adam 2024-03-22] Updated misc/py-stdnum to 1.20 [adam 2024-03-22] Updated devel/py-hg-git to 1.1.1 [hauke 2024-03-22] + Updated www/py-djangorestframework to 3.15.1 [adam 2024-03-22] + Updated www/py-asgiref to 3.8.1 [adam 2024-03-22] --_----------=_1711133330253720--