summaryrefslogtreecommitdiff
path: root/textproc/py-lxml/Makefile
diff options
context:
space:
mode:
authoradam <adam>2017-06-04 19:17:51 +0000
committeradam <adam>2017-06-04 19:17:51 +0000
commite5c86804c5027cf29ea65169d8cf2e7f1528e13d (patch)
treea183ee048fff74b7e7c881f1c364f565126d6a52 /textproc/py-lxml/Makefile
parent0a48bc50947e01e7640b184d6f8a9329980edd00 (diff)
downloadpkgsrc-e5c86804c5027cf29ea65169d8cf2e7f1528e13d.tar.gz
3.8.0 (2017-06-03)
Features added -------------- * ``ElementTree.write()`` has a new option ``doctype`` that writes out a doctype string before the serialisation, in the same way as ``tostring()``. * GH-220: ``xmlfile`` allows switching output methods at an element level. Patch by Burak Arslan. * LP-1595781, GH-240: added a PyCapsule Python API and C-level API for passing externally generated libxml2 documents into lxml. * GH-244: error log entries have a new property ``path`` with an XPath expression (if known, None otherwise) that points to the tree element responsible for the error. Patch by Bob Kline. * The namespace prefix mapping that can be used in ElementPath now injects a default namespace when passing a None prefix. Bugs fixed ---------- * GH-238: Character escapes were not hex-encoded in the ``xmlfile`` serialiser. Patch by matejcik. * GH-229: fix for externally created XML documents. Patch by Theodore Dubois. * LP-1665241, GH-228: Form data handling in lxml.html no longer strips the option values specified in form attributes but only the text values. Patch by Ashish Kulkarni. * LP-1551797: revert previous fix for XSLT error logging as it breaks multi-threaded XSLT processing. * LP-1673355, GH-233: ``fromstring()`` html5parser failed to parse byte strings. Other changes ------------- * The previously undocumented ``docstring`` option in ``ElementTree.write()`` produces a deprecation warning and will eventually be removed.
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 f88472827d1..7f17d3bd848 100644
--- a/textproc/py-lxml/Makefile
+++ b/textproc/py-lxml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2017/05/04 21:19:29 adam Exp $
+# $NetBSD: Makefile,v 1.45 2017/06/04 19:17:51 adam Exp $
-DISTNAME= lxml-3.7.3
+DISTNAME= lxml-3.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml/}