Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lcb33g2S; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TyL8CI0M Received: by mail.netbsd.org (Postfix, from userid 605) id 2913884E98; Tue, 30 Apr 2024 09:05:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714467949; bh=H6GhcwXqlwU/Du/0J5u/kRBK6jblqTWUJni2OyEP6sM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lcb33g2SLMiDq98WTkX0FHF3qG0ixXVmvsEJLJMiSANkT+K63a6YoAdOlOUlYR9jL y2vIb2LjdBchkceNND36AWZsJ4hgokAeXx4ug1nfTbgMmhttW1weiDuBrH5u/6je6I UNXcmKUiNBgRcmBkC+yZicWKEa3xnZjL/YI4bB5A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B81684E82 for ; Tue, 30 Apr 2024 09:05: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 BLRQ6G8rCtnE for ; Tue, 30 Apr 2024 09:05: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 6E63B84CD8 for ; Tue, 30 Apr 2024 09:05:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714467947; bh=H6GhcwXqlwU/Du/0J5u/kRBK6jblqTWUJni2OyEP6sM=; h=Date:From:Subject:To:Reply-To; b=TyL8CI0MJvq9EDkZw/TF5Vp1nmYMccF+mKy8BcSgIj5HhlALNYhcTgAAahHin5vRu GQwxHF3U0tSdEDLiREsHe2Io5EpVX7uzF6huOSEiYYghduDoJrRXo2jul24/VOs1PY H14ofnWx70gTORt8ar0DgpvFi1dRd5Gh5lOZp3P8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6563AFA2C; Tue, 30 Apr 2024 09:05:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171446794739130" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 09:05:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430090547.6563AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171446794739130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 30 09:05:47 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/py-webencodings to 0.5.1nb2 To generate a diff of this commit: cvs rdiff -u -r1.2901 -r1.2902 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171446794739130 Content-Disposition: inline Content-Length: 731 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.2901 pkgsrc/doc/CHANGES-2024:1.2902 --- pkgsrc/doc/CHANGES-2024:1.2901 Tue Apr 30 09:03:35 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 09:05:47 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2901 2024/04/30 09:03:35 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2902 2024/04/30 09:05:47 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4732,3 +4732,4 @@ Changes to the packages collection and i Added devel/py-test-expect version 1.1.0 [wiz 2024-04-30] Updated textproc/py-html5lib to 1.1nb2 [wiz 2024-04-30] Removed textproc/py27-lxml [wiz 2024-04-30] + Updated textproc/py-webencodings to 0.5.1nb2 [wiz 2024-04-30] --_----------=_171446794739130--