Received: by mail.netbsd.org (Postfix, from userid 605) id BE02E84D72; Fri, 10 Jul 2020 07:03:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4351184D66 for ; Fri, 10 Jul 2020 07:03:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 zZTAA85ZlqdH for ; Fri, 10 Jul 2020 07:03:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AF77A84D4D for ; Fri, 10 Jul 2020 07:03:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A43C7FB28; Fri, 10 Jul 2020 07:03:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594364637213470" MIME-Version: 1.0 Date: Fri, 10 Jul 2020 07:03:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-lxml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200710070357.A43C7FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594364637213470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 10 07:03:57 UTC 2020 Modified Files: pkgsrc/textproc/py-lxml: Makefile distinfo Log Message: py-lxml: updated to 4.5.2 4.5.2 ===== Bugs fixed ---------- * ``Cleaner()`` now validates that only known configuration options can be set. * ``Cleaner.clean_html()`` discarded comments and PIs regardless of the corresponding configuration option, if ``remove_unknown_tags`` was set. * Instead of globally overwriting the document loader in libxml2, lxml now sets it per parser run, which improves the interoperability with other users of libxml2 such as libxmlsec. * Fix build in CPython 3.10 by using Cython 0.29.21. * The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/textproc/py-lxml/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/py-lxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594364637213470 Content-Disposition: inline Content-Length: 1717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-lxml/Makefile diff -u pkgsrc/textproc/py-lxml/Makefile:1.69 pkgsrc/textproc/py-lxml/Makefile:1.70 --- pkgsrc/textproc/py-lxml/Makefile:1.69 Tue Jun 2 08:24:52 2020 +++ pkgsrc/textproc/py-lxml/Makefile Fri Jul 10 07:03:57 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2020/06/02 08:24:52 adam Exp $ +# $NetBSD: Makefile,v 1.70 2020/07/10 07:03:57 adam Exp $ -DISTNAME= lxml-4.5.1 +DISTNAME= lxml-4.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/} Index: pkgsrc/textproc/py-lxml/distinfo diff -u pkgsrc/textproc/py-lxml/distinfo:1.54 pkgsrc/textproc/py-lxml/distinfo:1.55 --- pkgsrc/textproc/py-lxml/distinfo:1.54 Sat May 23 07:48:00 2020 +++ pkgsrc/textproc/py-lxml/distinfo Fri Jul 10 07:03:57 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.54 2020/05/23 07:48:00 adam Exp $ +$NetBSD: distinfo,v 1.55 2020/07/10 07:03:57 adam Exp $ -SHA1 (lxml-4.5.1.tar.gz) = 59f73262538ce53393bc560e646722ebbef8df48 -RMD160 (lxml-4.5.1.tar.gz) = 5308b3c8810141c338481eb054802f46c283896a -SHA512 (lxml-4.5.1.tar.gz) = 5332d2b691b3d0def42b907a013fa814054dcd150ab6d7adf34891b70667b3e907f80c956a58671d7a31c63caa6110b2e007d2ed82b5fc706e6ad7b428742883 -Size (lxml-4.5.1.tar.gz) = 4545809 bytes +SHA1 (lxml-4.5.2.tar.gz) = 2e4fc1bd8a60ae4876e2f6e4c9f0daa244abf8bc +RMD160 (lxml-4.5.2.tar.gz) = dc3e49d91fa4a5fbd5836731b4fa87766e316adf +SHA512 (lxml-4.5.2.tar.gz) = 58d287fc9533605117ffb391edbfe94a2abd0db9be11eb54c9f78ff348c8567d10874cc047e7ae099ef5ce4403ef3d5e5bd5e64aad158ce3c621f106e4c1df63 +Size (lxml-4.5.2.tar.gz) = 4547051 bytes SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1 --_----------=_1594364637213470--