Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UCBStwuE; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rOIYbI+/ Received: by mail.netbsd.org (Postfix, from userid 605) id 2C19184F63; Fri, 19 Apr 2024 04:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713501050; bh=NXDYA8WgP9g2+Hkbh1QmFN44vgvvIs3VsqT10biazbg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UCBStwuE4SF9AMUs+fPV3saPdZtySYXGgAi5nkFCpH7VwSzL+YadABsa3UPd3SkNC izdG3ya00COUzGNNvvbfzzS33ONn/d/od1gJKVz76X+BxnzemopvtQJCBqRLHAUWY6 tL9q4AZV14OLBjUNuH7DP7SjzU0guoxT2br6hM4g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E97684D96 for ; Fri, 19 Apr 2024 04:30:49 +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 c5JL6zSO-daS for ; Fri, 19 Apr 2024 04:30:48 +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 5992A84D27 for ; Fri, 19 Apr 2024 04:30:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713501048; bh=NXDYA8WgP9g2+Hkbh1QmFN44vgvvIs3VsqT10biazbg=; h=Date:From:Subject:To:Reply-To; b=rOIYbI+/Jn5EtSiqxelSMRVCqxGKC0YRmp0zxVbQHeSPeJBnPSTAhB10nBNdtI48A 4yClWrhe16HZ1IjHLe2c79WjzR7QJxnHDG8e1A6AkGEFZM8QycQMaiLOSbou0shxvo Ym4Gs4ySgFnNyhMq3QT25i0B95guPyx0aVLMgi1U= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53961FA2C; Fri, 19 Apr 2024 04:30:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171350104834530" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 04:30:48 +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: <20240419043048.53961FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171350104834530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 19 04:30:48 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-publicsuffixlist, graphics/py-matplotlib-inline, textproc/py-jsonpickle, devel/py-cachelib To generate a diff of this commit: cvs rdiff -u -r1.2586 -r1.2587 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171350104834530 Content-Disposition: inline Content-Length: 947 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.2586 pkgsrc/doc/CHANGES-2024:1.2587 --- pkgsrc/doc/CHANGES-2024:1.2586 Fri Apr 19 04:23:53 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 19 04:30:48 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2586 2024/04/19 04:23:53 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2587 2024/04/19 04:30:48 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4259,3 +4259,7 @@ Changes to the packages collection and i Updated devel/py-jaraco.functools to 4.0.1 [adam 2024-04-19] Updated textproc/py-xmlschema to 3.3.0 [adam 2024-04-19] Updated devel/py-requirements-parser to 0.9.0 [adam 2024-04-19] + Updated www/py-publicsuffixlist to 0.10.0.20240416 [adam 2024-04-19] + Updated graphics/py-matplotlib-inline to 0.1.7 [adam 2024-04-19] + Updated textproc/py-jsonpickle to 3.0.4 [adam 2024-04-19] + Updated devel/py-cachelib to 0.13.0 [adam 2024-04-19] --_----------=_171350104834530--