Received: by mail.netbsd.org (Postfix, from userid 605) id 4413784EBA; Tue, 11 Sep 2018 07:13:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D59784EB7 for ; Tue, 11 Sep 2018 07:13:47 +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 kpTdBG6JCGlZ for ; Tue, 11 Sep 2018 07:13:46 +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 0C44784D74 for ; Tue, 11 Sep 2018 07:13:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB05BFBF8; Tue, 11 Sep 2018 07:13:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536650025206300" MIME-Version: 1.0 Date: Tue, 11 Sep 2018 07:13:45 +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: <20180911071345.EB05BFBF8@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. --_----------=_1536650025206300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 11 07:13:45 UTC 2018 Modified Files: pkgsrc/textproc/py-lxml: Makefile distinfo Log Message: py-lxml: updated to 4.2.5 4.2.5: Bugs fixed Javascript URLs that used URL escaping were not removed by the HTML cleaner. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/py-lxml/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/py-lxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1536650025206300 Content-Disposition: inline Content-Length: 1629 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.55 pkgsrc/textproc/py-lxml/Makefile:1.56 --- pkgsrc/textproc/py-lxml/Makefile:1.55 Mon Aug 6 19:35:29 2018 +++ pkgsrc/textproc/py-lxml/Makefile Tue Sep 11 07:13:45 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2018/08/06 19:35:29 adam Exp $ +# $NetBSD: Makefile,v 1.56 2018/09/11 07:13:45 adam Exp $ -DISTNAME= lxml-4.2.4 +DISTNAME= lxml-4.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/} Index: pkgsrc/textproc/py-lxml/distinfo diff -u pkgsrc/textproc/py-lxml/distinfo:1.41 pkgsrc/textproc/py-lxml/distinfo:1.42 --- pkgsrc/textproc/py-lxml/distinfo:1.41 Mon Aug 6 19:35:29 2018 +++ pkgsrc/textproc/py-lxml/distinfo Tue Sep 11 07:13:45 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2018/08/06 19:35:29 adam Exp $ +$NetBSD: distinfo,v 1.42 2018/09/11 07:13:45 adam Exp $ -SHA1 (lxml-4.2.4.tar.gz) = 4a77c5471dfea2a32fd16475d130350af7d33f85 -RMD160 (lxml-4.2.4.tar.gz) = 08495ef3f2b118acfe62797e92132e1ace702d42 -SHA512 (lxml-4.2.4.tar.gz) = fdbc0f15c20047d2e6ee616f73f84b57e1effcecb009cbd90e16f405e3a4e12cc320a0eb31782922d934441580870991331f9a2f1ce6a319be8bf7b92312319f -Size (lxml-4.2.4.tar.gz) = 2545289 bytes +SHA1 (lxml-4.2.5.tar.gz) = f75a490b2375ea924072eb298585461357730591 +RMD160 (lxml-4.2.5.tar.gz) = 0bf521a5a2102f6475c7293745a50b21ab316028 +SHA512 (lxml-4.2.5.tar.gz) = 4cf336d3e1471e8a26492760a143881517d12eb1c2dad82f8786540471bfabd68f8c795d97b7362166418c2be3c7996816638fdbd5a594536b9981478b90fdfe +Size (lxml-4.2.5.tar.gz) = 4414081 bytes --_----------=_1536650025206300--