Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RNiY30+T; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=l1tReD5T Received: by mail.netbsd.org (Postfix, from userid 605) id 1FFD584E98; Sat, 13 Apr 2024 05:36:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712986567; bh=lpJJhGS22xAJ1D3huf6z/vSG3uHP5XsbdzyLP8TTIO8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RNiY30+ThKVGQtrCT7dBekPxPm9UYZBY8ihNKzF9/8XlMqZg4islo+sCLWz6qww7B DWQ0FuySu5OtqxXikZkyn+19WflAkDOv5rKiSL5vYs4GNl7QRfPB4NfhTEyHsHrQUX 988syQtfAA/JOr/6OZ5qLzVWGUeG9n2UHwwOMYlg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B329284E90 for ; Sat, 13 Apr 2024 05:35: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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VRThcNvz84sj for ; Sat, 13 Apr 2024 05:35:50 +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 0F4D484D57 for ; Sat, 13 Apr 2024 05:35:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712986550; bh=lpJJhGS22xAJ1D3huf6z/vSG3uHP5XsbdzyLP8TTIO8=; h=Date:From:Subject:To:Reply-To; b=l1tReD5TRwk+Cpr6UwSw041rEwtsj5nP3Kpmfil+OO6KmIijgQrriKxufzhnVjrus XLn+4fSoQZRBw2yE48UOvEYje6emxUNRdGu6CSg8WEDHiQHZ3SwexgiivJiobFICPV 0NeJRbUxowiRRcosW2bAa47jYq6KQELiu+n3+v7A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09F5DFA2C; Sat, 13 Apr 2024 05:35:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712986550216100" MIME-Version: 1.0 Date: Sat, 13 Apr 2024 05:35: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: <20240413053550.09F5DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712986550216100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 13 05:35:49 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-django-bootstrap5, devel/py-joblib, audio/libopus, devel/blosc2 To generate a diff of this commit: cvs rdiff -u -r1.2431 -r1.2432 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712986550216100 Content-Disposition: inline Content-Length: 885 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.2431 pkgsrc/doc/CHANGES-2024:1.2432 --- pkgsrc/doc/CHANGES-2024:1.2431 Sat Apr 13 05:22:28 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Apr 13 05:35:49 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2431 2024/04/13 05:22:28 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2432 2024/04/13 05:35:49 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4049,3 +4049,7 @@ Changes to the packages collection and i Updated textproc/py-black to 24.4.0 [adam 2024-04-13] Updated devel/py-ruff to 0.3.7 [adam 2024-04-13] Updated graphics/py-leather to 0.4.0 [adam 2024-04-13] + Updated www/py-django-bootstrap5 to 24.1 [adam 2024-04-13] + Updated devel/py-joblib to 1.4.0 [adam 2024-04-13] + Updated audio/libopus to 1.5.2 [adam 2024-04-13] + Updated devel/blosc2 to 2.14.4 [adam 2024-04-13] --_----------=_1712986550216100--