Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eECdIDgS; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mJtK7GiP Received: by mail.netbsd.org (Postfix, from userid 605) id 94ADD84E6B; Mon, 11 Mar 2024 06:55:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710140143; bh=xrGNJ8JRFJznu2VjTjv+KDNvWLgvEzowlBa5AxOd4+U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eECdIDgS5XFFvCAbndV/naaMg45nx4Lyh2180xtWUlteFRqVPdbY4kokJwWg+4CZO M6RGTb3T2b7KrYRGPUbcmh8JIAdgLQ6BnVVCSGAX9ROZVsIUWWUboZ3ovPw/luJQTm BJ0eC4fAKQO8dOytf+x+NG/1+8er0HQgxu3Amzso= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8415584E66 for ; Mon, 11 Mar 2024 06:55: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 7FlJpgjJdp1P for ; Mon, 11 Mar 2024 06:55:42 +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 00E1084E5A for ; Mon, 11 Mar 2024 06:55:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710140142; bh=xrGNJ8JRFJznu2VjTjv+KDNvWLgvEzowlBa5AxOd4+U=; h=Date:From:Subject:To:Reply-To; b=mJtK7GiPCdbvx+EmmGeuxDlmKi0DwKC58eWxehXNeqZSBGJ3gAcFNmbwRDRJ5gfSz QPmm/j9AApUBfdTGYx2pY2NN6J7zm+YsUJcp4cRJuIwNGr8VPPOY2WOd7KQ/RSSg8r v1gKMOOWfZySSuEjkAoYEmdIwuF4lR108inJmbnw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA3D7FA2C; Mon, 11 Mar 2024 06:55:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710140141192540" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 06:55:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-html-sanitizer To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240311065541.EA3D7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710140141192540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 11 06:55:41 UTC 2024 Modified Files: pkgsrc/textproc/py-html-sanitizer: Makefile distinfo Log Message: py-html-sanitizer: updated to 2.3.1 2.3.1 - Fixed an edge case where ``br`` tag attributes weren't removed if the br tag appears first. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-html-sanitizer/Makefile \ pkgsrc/textproc/py-html-sanitizer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710140141192540 Content-Disposition: inline Content-Length: 1744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-html-sanitizer/Makefile diff -u pkgsrc/textproc/py-html-sanitizer/Makefile:1.10 pkgsrc/textproc/py-html-sanitizer/Makefile:1.11 --- pkgsrc/textproc/py-html-sanitizer/Makefile:1.10 Wed Feb 7 20:12:24 2024 +++ pkgsrc/textproc/py-html-sanitizer/Makefile Mon Mar 11 06:55:41 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2024/02/07 20:12:24 adam Exp $ +# $NetBSD: Makefile,v 1.11 2024/03/11 06:55:41 adam Exp $ -DISTNAME= html_sanitizer-2.3.0 +DISTNAME= html_sanitizer-2.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= textproc converters python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html-sanitizer/} Index: pkgsrc/textproc/py-html-sanitizer/distinfo diff -u pkgsrc/textproc/py-html-sanitizer/distinfo:1.10 pkgsrc/textproc/py-html-sanitizer/distinfo:1.11 --- pkgsrc/textproc/py-html-sanitizer/distinfo:1.10 Wed Feb 7 20:12:24 2024 +++ pkgsrc/textproc/py-html-sanitizer/distinfo Mon Mar 11 06:55:41 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2024/02/07 20:12:24 adam Exp $ +$NetBSD: distinfo,v 1.11 2024/03/11 06:55:41 adam Exp $ -BLAKE2s (html_sanitizer-2.3.0.tar.gz) = a1b158197d4f72ff6fec47208bf148f1f1f0f3e0f2a6f54429c340c838683cb5 -SHA512 (html_sanitizer-2.3.0.tar.gz) = 49d45379e9b60c3b739635eb2d04931599762df9d72637f90d30bb45f873e6526dbcacab6fbedf2a7141129e15bf69f092f779351a52da1759a9b8bc198ace2e -Size (html_sanitizer-2.3.0.tar.gz) = 16833 bytes +BLAKE2s (html_sanitizer-2.3.1.tar.gz) = 65e380c88a1c00da722866ebb22e2292a4997c448ab0bf4f0cf4cd5bd92bcc2f +SHA512 (html_sanitizer-2.3.1.tar.gz) = 3c36f35f153afb4b4391cfdf52f59986d1a0766cf978a3e84f7e097ae7bf7722589974837c1cb8e87af07bdae6ea586cdbc5337dcc1902e5b174faa61c798bb7 +Size (html_sanitizer-2.3.1.tar.gz) = 16964 bytes --_----------=_1710140141192540--