summaryrefslogtreecommitdiff
path: root/textproc/py-lxml/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-12 14:11:33 +0000
committerwiz <wiz>2016-12-12 14:11:33 +0000
commit66f206afa492f260862f8d02511ece54fef0a72b (patch)
tree65a2f390148cab6810286e0eccf58ffe16eecf07 /textproc/py-lxml/Makefile
parent56625005e7831af263f227c740c2fcffc7204cd7 (diff)
downloadpkgsrc-66f206afa492f260862f8d02511ece54fef0a72b.tar.gz
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 ``<div attrname></div>``. 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.
Diffstat (limited to 'textproc/py-lxml/Makefile')
-rw-r--r--textproc/py-lxml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile
index 15eb9693c5d..a40f06c9894 100644
--- a/textproc/py-lxml/Makefile
+++ b/textproc/py-lxml/Makefile
@@ -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/