Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A2BBB7A2D6 for ; Mon, 12 Dec 2016 14:11:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1D9F5855DA; Mon, 12 Dec 2016 14:11:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FF60855E5 for ; Mon, 12 Dec 2016 14:11:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uHdmcn6qy1Q5 for ; Mon, 12 Dec 2016 14:11:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 19382855DA for ; Mon, 12 Dec 2016 14:11:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C57D5FBA6; Mon, 12 Dec 2016 14:11:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481551893132410" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 14:11:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-lxml To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161212141133.C57D5FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481551893132410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 12 14:11:33 UTC 2016 Modified Files: pkgsrc/textproc/py-lxml: Makefile distinfo Log Message: Updated py-lxml to 3.7.0. 3.7.0 (2016-12-10) ================== Features added -------------- * GH#217: ``XMLSyntaxError`` now behaves more like its ``SyntaxError`` baseclass. Patch by Philipp A. * GH#216: ``HTMLParser()`` now supports the same ``collect_ids`` parameter as ``XMLParser()``. Patch by Burak Arslan. * GH#210: Allow specifying a serialisation method in ``xmlfile.write()``. Patch by Burak Arslan. * GH#203: New option ``default_doctype`` in ``HTMLParser`` that allows disabling the automatic doctype creation. Patch by Shadab Zafar. * GH#201: Calling the method ``.set('attrname')`` without value argument (or ``None``) on HTML elements creates an attribute without value that serialises like ``
``. Patch by Daniel Holth. * GH#197: Ignore form input fields in ``form_values()`` when they are marked as ``disabled`` in HTML. Patch by Kristian Klemon. Bugs fixed ---------- * GH#206: File name and line number were missing from XSLT error messages. Patch by Marcus Brinkmann. Other changes ------------- * Log entries no longer allow anything but plain string objects as message text and file name. * ``zlib`` is included in the list of statically built libraries. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-lxml/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-lxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481551893132410 Content-Disposition: inline Content-Length: 1587 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.38 pkgsrc/textproc/py-lxml/Makefile:1.39 --- pkgsrc/textproc/py-lxml/Makefile:1.38 Mon Aug 22 14:01:35 2016 +++ pkgsrc/textproc/py-lxml/Makefile Mon Dec 12 14:11:33 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/08/22 14:01:35 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/12/12 14:11:33 wiz Exp $ -DISTNAME= lxml-3.6.4 +DISTNAME= lxml-3.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://lxml.de/files/ Index: pkgsrc/textproc/py-lxml/distinfo diff -u pkgsrc/textproc/py-lxml/distinfo:1.28 pkgsrc/textproc/py-lxml/distinfo:1.29 --- pkgsrc/textproc/py-lxml/distinfo:1.28 Mon Aug 22 14:01:35 2016 +++ pkgsrc/textproc/py-lxml/distinfo Mon Dec 12 14:11:33 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2016/08/22 14:01:35 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/12/12 14:11:33 wiz Exp $ -SHA1 (lxml-3.6.4.tgz) = 51fcf2a9a1499909f986c0663b4703406a4a12cc -RMD160 (lxml-3.6.4.tgz) = 3897118cedaf662d4da567462405fbb470cdf337 -SHA512 (lxml-3.6.4.tgz) = 0412b266d7a70af21f2e4e05d63c3ce63049661ef27e2bf190cbfe1e982b6980fe980a998a360796b958fa9e148ae5bb48136354d4b0bb042055340e37f61e1e -Size (lxml-3.6.4.tgz) = 3707675 bytes +SHA1 (lxml-3.7.0.tgz) = bc280391d2e1328f0edf335982ad02f0f02e5450 +RMD160 (lxml-3.7.0.tgz) = 87b3c58da569c8c65bc00257d02da9390ab5a67c +SHA512 (lxml-3.7.0.tgz) = c34081332bcb911fb3be820300ec78e1e310fcef8b44d1b1ae28424de7f29b215b1266b1bc0ee50696b989b258e1af2774980c5bea96b403151596407522bdc8 +Size (lxml-3.7.0.tgz) = 3788603 bytes --_----------=_1481551893132410--